<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tangara-fw/src/tasks/tasks.hpp, branch main</title>
<subtitle>Tangara firmware</subtitle>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/'/>
<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>include memory_resource in tasks.hpp</title>
<updated>2024-02-10T07:38:40+00:00</updated>
<author>
<name>Hailey Somerville</name>
<email>hailey@hailey.lol</email>
</author>
<published>2024-02-10T07:36:07+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=aa2402ab569d98b81a1c7eb015c175f5f1bb56cb'/>
<id>aa2402ab569d98b81a1c7eb015c175f5f1bb56cb</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 single pool of bg workers instead of separate tasks per use case</title>
<updated>2024-01-31T23:54:20+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2024-01-31T23:54:20+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=dad159dc3c4ebc89d395b4b695a0626b7be10578'/>
<id>dad159dc3c4ebc89d395b4b695a0626b7be10578</id>
<content type='text'>
Also: bump the number of workers tasks up to 3 from 2!
This makes bg db updates + playback work :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also: bump the number of workers tasks up to 3 from 2!
This makes bg db updates + playback work :)
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename the db background task to be more generic</title>
<updated>2023-11-06T23:37:12+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-11-06T23:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=1f031f565ad0472781d5d3a0a0ad96456e0dbfbb'/>
<id>1f031f565ad0472781d5d3a0a0ad96456e0dbfbb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a wrapper codec source that does readahead</title>
<updated>2023-11-06T23:32:07+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-11-06T23:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=499d5a942fc2ad0149b0a16e978e090336dd8319'/>
<id>499d5a942fc2ad0149b0a16e978e090336dd8319</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure StaticTask_t allocs are internal</title>
<updated>2023-10-11T22:02:19+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-10-11T22:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=f0d3a27dd997f0746ed48da967771cee7dbebb48'/>
<id>f0d3a27dd997f0746ed48da967771cee7dbebb48</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make NVS access synchronous again</title>
<updated>2023-09-26T11:07:44+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-09-26T11:07:44+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=252f685ef1502016ed00be4eeaa4a217386fbce0'/>
<id>252f685ef1502016ed00be4eeaa4a217386fbce0</id>
<content type='text'>
Everything relevant is back in internal ram, and likely to stay there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Everything relevant is back in internal ram, and likely to stay there.
</pre>
</div>
</content>
</entry>
<entry>
<title>std::string -&gt; std::pmr::string in psram</title>
<updated>2023-09-26T03:36:07+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-09-26T03:36:07+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=4d99d22e10a3cb2a421da1618c127128816613c9'/>
<id>4d99d22e10a3cb2a421da1618c127128816613c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move UI task to priority 0 during playback</title>
<updated>2023-09-04T23:51:10+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-09-04T23:51:10+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=0032896251d8ddc6c2775495445da8fceffba98e'/>
<id>0032896251d8ddc6c2775495445da8fceffba98e</id>
<content type='text'>
Also other misc task cleanup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also other misc task cleanup
</pre>
</div>
</content>
</entry>
<entry>
<title>store the screen brightness in nvs</title>
<updated>2023-08-29T06:07:56+00:00</updated>
<author>
<name>jacqueline</name>
<email>me@jacqueline.id.au</email>
</author>
<published>2023-08-29T06:07:56+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/tangara-fw/commit/?id=4247c9fe7d25c921fbfc73fc50e849c8780e7ad6'/>
<id>4247c9fe7d25c921fbfc73fc50e849c8780e7ad6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
