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
2024-01-18
calculate length for CBR mp3 files
jacqueline
2024-01-18
fix issues with some song info not appearing
jacqueline
2024-01-17
move lua ui-related data to spi ram
jacqueline
2024-01-17
allocate lua properties in spi ram
jacqueline
2024-01-17
fix some properties that got copied wrong
jacqueline
2024-01-17
split out track pushing
jacqueline
2024-01-17
shift some long-lived allocs into spi ram
jacqueline
2024-01-17
whoops
jacqueline
2024-01-17
Make reindex button work; no feedback yet
jacqueline
2024-01-17
all screens basically working, but bluetooth is rough
jacqueline
2024-01-15
Begin migration of remaining screens to Lua
jacqueline
2024-01-11
wav-codec (#13)
ailurux
2024-01-10
add accurate esp and samd versions + expose this info to lua
jacqueline
2024-01-10
Use doubles instead of floats for lua numbers (this unpins the ui task)
jacqueline
2024-01-10
Add faad2 for aac decoding
jacqueline
2024-01-09
tweak wheel sensitivity, improve AKS for centre button
jacqueline
2024-01-09
bringup r8 muting
jacqueline
2024-01-06
move default theme into styles, for easier lua overrides
jacqueline
2024-01-05
split lua stubs into one set for ldoc, and one set for lua-ls
jacqueline
2024-01-05
add an alerts module for lua, and implement a volume indicator with it
jacqueline
2024-01-04
refactor handling of volume steps; improve controls
jacqueline
2024-01-04
disable group wrapping by default
jacqueline
2024-01-03
fix yet more mono i2s issues
jacqueline
2024-01-03
fix issues with leftover bytes in audio converter
jacqueline
2023-12-22
Support changing the usb msc state
jacqueline
2023-12-20
Fix some dither clipping issues
jacqueline
2023-12-19
Add dither when requantising >16 bit samples
jacqueline
2023-12-19
Fix sample::FromSigned to not shift by a negative amount
jacqueline
2023-12-19
replace foxenflac with miniflac
jacqueline
2023-12-18
Add the touchwheel button to the AKS channel
jacqueline
2023-12-18
Audio fsm usability tweaks
jacqueline
2023-12-14
Have the unit not immediately sleep when starting up.
Robin Howard
2023-12-13
add a cool lua repl
jacqueline
2023-12-12
Centralise which level is 'locked'
jacqueline
2023-12-12
Support more datatypes in track tags
jacqueline
2023-12-09
Do db updates on the bg worker
jacqueline
2023-12-08
Add shuffle and repeat options for the playback queue
jacqueline
2023-12-07
Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fw
jacqueline
2023-12-07
Remove pre-iterator concepts
jacqueline
2023-12-06
Add a back button gesture in clickwheel mode
jacqueline
2023-12-05
Add basic track queue save/load support
jacqueline
2023-12-05
Rewrite the track queue to work directly with database iterators
jacqueline
2023-11-25
implement play/pause
jacqueline
2023-11-24
Migrate 'now playing' screen to lua
jacqueline
2023-11-24
Periodically check int lines instead of relying on interrupts
jacqueline
2023-11-23
Implement adding to the playback queue from lua
jacqueline
2023-11-23
Add a second font, flesh out browser screen
jacqueline
2023-11-22
Use protected mode for lua callbacks wherever possible
jacqueline
2023-11-22
Add basic lua browser screen
jacqueline
2023-11-21
Make lua db iterators async
jacqueline
[next]