<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tangara-fw/src/drivers/include/i2s_dac.hpp, branch main</title>
<subtitle>Tangara firmware</subtitle>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/'/>
<entry>
<title>move driver includes into a subdir as well</title>
<updated>2024-05-02T11:52:59+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-05-02T11:52:59+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=26eb580043ad176bdc58d996f30d470e1073ef00'/>
<id>26eb580043ad176bdc58d996f30d470e1073ef00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace cpp::span shim with std::span</title>
<updated>2024-05-02T07:06:25+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-05-02T07:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=a231fd1c8afedbeb14b0bc77d76bad61db986059'/>
<id>a231fd1c8afedbeb14b0bc77d76bad61db986059</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tweak pipeline buffers rather than i2s dma buffer</title>
<updated>2024-02-05T09:30:20+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-02-05T09:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=f2df12836f10719f65e9eefa1e17aa600edf49c2'/>
<id>f2df12836f10719f65e9eefa1e17aa600edf49c2</id>
<content type='text'>
this maintains the bluetooth changes to buffer sizes, but keeps the most
important i2s buffer the same size
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this maintains the bluetooth changes to buffer sizes, but keeps the most
important i2s buffer the same size
</pre>
</div>
</content>
</entry>
<entry>
<title>hey i found 40KiB SRAM behind the couch!</title>
<updated>2024-02-05T03:58:53+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-02-05T03:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=f4d8b2b04afe0cfd025e4ea0f574f906cb79a840'/>
<id>f4d8b2b04afe0cfd025e4ea0f574f906cb79a840</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix yet more mono i2s issues</title>
<updated>2024-01-03T08:33:24+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-01-03T08:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=44e6aee722aedf3b642228f51c8f853b302ae94e'/>
<id>44e6aee722aedf3b642228f51c8f853b302ae94e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Decouple play/pause from output on/off</title>
<updated>2023-10-16T02:52:43+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-10-16T02:52:43+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=7523772886ca37cf05d0ad5b24f6d520e314242e'/>
<id>7523772886ca37cf05d0ad5b24f6d520e314242e</id>
<content type='text'>
I think this was the cause of toggling play/pause making audio go away.
Or at least I can't repro that bug anymore, anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think this was the cause of toggling play/pause making audio go away.
Or at least I can't repro that bug anymore, anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Tune buffer sizes and locations for I2S</title>
<updated>2023-09-26T07:23:34+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-09-26T07:23:34+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=8608f9367fc29e498f42f5249aa248dd2044d567'/>
<id>8608f9367fc29e498f42f5249aa248dd2044d567</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a service locator instead of passing around subsets of drivers between FSMs</title>
<updated>2023-08-30T06:48:10+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-08-30T06:48:10+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=320fdeb9d8355d3c361d5c6d60de8afc64501af9'/>
<id>320fdeb9d8355d3c361d5c6d60de8afc64501af9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve DAC startup for r6</title>
<updated>2023-08-24T09:18:57+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-08-24T09:18:57+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=079b2b53d434869df419da1373aba239990c34d9'/>
<id>079b2b53d434869df419da1373aba239990c34d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add very limited resampling (it's slow as shit)</title>
<updated>2023-08-03T05:32:28+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-08-03T05:32:28+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=3511852f39cd5023ec8e6d0b94cc69f34e9201ed'/>
<id>3511852f39cd5023ec8e6d0b94cc69f34e9201ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
