index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-04-27
Fix for Windows newlines in playlists
ailurux
2025-04-24
Utilise more than one bit of the entropy returned by komihash before requesti...
ayumi
2025-04-23
Avoid branching up to two times per sample in the WavPack decoder.
ayumi
2025-04-23
Make WavPack seeking faster
ayumi
2025-04-14
move audio Decoder buffer to external RAM
Be
2025-04-14
move some task stacks to external RAM
Be
2025-04-14
move SampleProcessor buffers to external RAM
Be
2025-04-14
Merge pull request 'fix premature pause at end of last track of queue' (#317)...
ailurux
2025-04-14
Allow the WavPack’s output buffer to be optionally allocated in IRAM
ayumi
2025-04-11
fix premature pause at end of last track of queue
Be
2025-04-01
Quick fix unmount requests getting dropped when there's no sd card
jacqueline
2025-03-24
app console: add largest free block size to `heaps`
Be
2025-03-20
Bump the max BT TX power up to +9dBm
jacqueline
2025-03-19
ailurux/button-media-controls (#264)
ailurux
2025-03-19
Merge pull request 'WavPack and APEv2 tags support' (#218) from ayumi/tangara...
cooljqln
2025-03-19
Merge pull request 'Support padding the left side of the display with black c...
cooljqln
2025-03-13
Add WavPack support
ayumi
2025-03-05
Allow manually unmounting the SD card
ayumi
2025-03-05
Merge pull request 'Trim whitespace from end of bluetooth device names' (#288...
cooljqln
2025-03-05
Emit a 'known devices changed' event when we forget a known device
jacqueline
2025-03-05
Merge pull request 'add bt_forget console command' (#289) from tahnok/tangara...
cooljqln
2025-02-28
add bt_forget console command
Wesley Ellis
2025-02-28
Trim whitespace from end of bluetooth device names
Wesley Ellis
2025-02-27
Change UI thread interval from 0ms minimum to 16ms (reduces UI CPU).
Tursiae
2025-02-25
Fix bug with filesystem iterator prev off by one sometimes
ailurux
2025-02-20
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
ailurux
2025-02-20
Fix file iterator prev to work with hidden files present
ailurux
2025-02-20
Wire up the nvs pad to the display pad
jacqueline
2025-02-20
Support a left padding value in display init data
jacqueline
2025-02-20
Add nvs key for left padding
ailurux
2025-02-18
Gate playback on the existence of /.tangara-tts/.
Tursiae
2025-02-18
Hotfix: Update filesystem iterator to work with changes to infinite list
ailurux
2025-02-13
Bump storage unmount timer to 2 minutes to match idle timer
Riley Inman
2025-02-14
Merge pull request 'Change output mode when bluetooth connects/disconnects' (...
cooljqln
2025-02-11
Only change output mode if the new output mode is different
ailurux
2025-02-11
TTS: Implement and wire up a TTS toggle in Display Settings (#251)
Tursiae
2025-02-11
Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fw
ailurux
2025-02-11
Fix bug in infinite list causing items to be removed (#253)
ailurux
2025-02-10
TTS: Better document the ownership and task/control flow.
Tursiae
2025-02-10
TTS: Avoid exhausting the WorkerPool with concurrent TTS playback.
Tursiae
2025-02-10
Merge pull request 'Console: Update doco to point to `sdkconfig`, and handle ...
ailurux
2025-02-10
s/sdkconfig.local/sdkconfig/g
Tursiae
2025-02-10
Change output mode when bluetooth connects/disconnects
ailurux
2025-02-10
Also document the `idf.py menuconfig` approach.
Tursiae
2025-02-09
Console: Update doco to point to `sdkconfig.local`, and handle no-stats cases.
Tursiae
2025-02-09
Console: Stop `tasks` from hanging in `std::sort`.
Tursiae
2025-02-07
Add centre button haptic feedback on touch, and setting to disable/lessen hap...
ailurux
2025-02-06
Update the docs to eliminate the mention of the Spoken Interface setting unti...
Tursiae
2025-02-06
Make the TTS playback work by assuming the file is a .wav.
Tursiae
2025-02-06
Briefly document the TTS module.
Tursiae
[next]