index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lua
/
property.cpp
Age
Commit message (
Expand
)
Author
2024-04-02
Ensure we always clean up after ourselves when invoking bindings
jacqueline
2024-03-25
WIP rewrie audio pipeline+fsm guts for more reliability
jacqueline
2024-02-22
Make property bindings shared amongst all lua threads
jacqueline
2024-01-19
fix some lua stack leaks + add a console func to help debug
jacqueline
2024-01-18
fix issues with some song info not appearing
jacqueline
2024-01-17
allocate lua properties in spi ram
jacqueline
2024-01-17
split out track pushing
jacqueline
2024-01-17
shift some long-lived allocs into spi ram
jacqueline
2024-01-17
all screens basically working, but bluetooth is rough
jacqueline
2024-01-10
Use doubles instead of floats for lua numbers (this unpins the ui task)
jacqueline
2023-12-12
Support more datatypes in track tags
jacqueline
2023-11-25
implement play/pause
jacqueline
2023-11-24
Migrate 'now playing' screen to lua
jacqueline
2023-11-22
Use protected mode for lua callbacks wherever possible
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-14
Add two-way databinding for lua, and flesh out the lua statusbar
jacqueline