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-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
2023-11-21
Remove delay from read ahead
ailurux
2023-11-21
Add lua functions to get database content
jacqueline
2023-11-20
Use a non-IRAM-safe interrupt for gpio changes
jacqueline
2023-11-20
Use C functions for the backstack, instead of a lua module
jacqueline
2023-11-20
Add a generic lua function binding, alongside properties
jacqueline
2023-11-20
Don't start readahead until parsing the stream's header is finished
jacqueline
2023-11-15
fix incorrect docstring
jacqueline
2023-11-15
Set up ldoc and lua-language-server, write some module stubs
jacqueline
2023-11-14
Add two-way databinding for lua, and flesh out the lua statusbar
jacqueline
2023-11-12
Convert the main menu screen to lua lol
jacqueline
[next]