summaryrefslogtreecommitdiff
path: root/sdkconfig.common
AgeCommit message (Collapse)Author
2025-07-25Update sdkconfig flagsjacqueline
2024-08-26Move some hot driver functions into iramjacqueline
We've got the space for it now! Also turn SW radio coexistence off whilst we're here; the docs recommend this if you only use Bluetooth(R)
2024-08-26it's free iramjacqueline
2024-08-13Remove/Migrated some old sdkconfig flagsjacqueline
2024-08-09Experiment with putting BT stack allocs in internal ramjacqueline
2024-08-09Claw back some internal ramjacqueline
- 'main' doesn't need 12k of internal ram - lvgl's draw task doesn't need that much either - also lower the bg worker stack sizes whilst we're here, since they've got tons over headroom
2024-07-23Increase bluetooth stack sizeailurux
2024-04-12make boot go fastjacqueline
2024-04-12use our spi flash in its fastest modejacqueline
2024-02-21Make the drain buffer very large, and move it into PSRAMjacqueline
the i2s handler and streambuffer metadata are both still in iram for good performance. otherwise, this seems to be enough to make gapless playback work.
2024-02-12Let's try avoiding allocs in the bt stacksjacqueline
2024-01-31Panic on task WDTjacqueline
deadlocks should probably not free the device!
2024-01-18make the default sdkconfig more release build-yjacqueline
2024-01-11wav-codec (#13)ailurux
here is a wav decoder, enjoy! Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/13 Reviewed-by: cooljqln <cooljqln@noreply.codeberg.org> Co-authored-by: ailurux <ailuruxx@gmail.com> Co-committed-by: ailurux <ailuruxx@gmail.com>
2023-12-19little a more stack for mainjacqueline
2023-12-13add a cool lua repljacqueline
2023-11-24Pull frertos funcs into iram, tweak wdt timeoutsjacqueline
2023-11-06Flag off a few unused featuresjacqueline
2023-10-26Free up some IRAMjacqueline
2023-10-14The tweaking of max internal alloc size will continue until performance improvesjacqueline
2023-10-12Claw back a little more memoryjacqueline
2023-09-27Don't post events from ISRsjacqueline
2023-09-26Move every alloc over 256 bytes into PSRAMjacqueline
2023-09-26Make task tracing tools conditionally compiledjacqueline
2023-09-26Claw back some more IRAM from unused componentsjacqueline
2023-09-25Place LVGL's memory pool into PSRAMjacqueline
2023-09-22Reclaim some internal ramjacqueline
2023-09-22Make esp-idf bluetooth logging less chattyjacqueline
2023-09-04enable the qr code lib for onboardingjacqueline
2023-08-08Update sdkconfigjacqueline
2023-08-01Basic nvs init + bluetooth in the buildjacqueline
2023-07-12Bundle our own complete ui font + symbol fontjacqueline
2023-05-23Annote E V E R Y T H I N G with license infojacqueline
2023-02-23Use UTF-8 for filenamesjacqueline
2023-02-22Make default font not look brokenjacqueline
2023-02-14mark i2s callbacks as iram safejacqueline
2022-11-15Enlarge app partitionjacqueline
2022-11-09Fix up sdkconfig diffsjacqueline