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
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
2023-11-10
one weird trick to reduce boot time
jacqueline
2023-11-10
Fix display off on boot with new lock switch direction
jacqueline
2023-11-10
Change lock switch direction to match r7 standby
jacqueline
2023-11-09
Fixed extra null bytes at the end of collations
ailurux
2023-11-08
Increase the size of the system fsm QueueSet
jacqueline
2023-11-07
haptics: don't wait when initialising the driver.
Robin Howard
2023-11-07
adds scrollbar fixup comment.
Robin Howard
2023-11-07
haptics: adds a "haptic_effect" console command
Robin Howard
2023-11-07
haptics: buzz on boot, and when changing focus of items.
Robin Howard
2023-11-07
haptics: adds a wrapper for the DRV2605L haptic motor driver
Robin Howard
2023-11-07
Improve memory usage of mad codec
jacqueline
2023-11-07
use std::list instead of std::deque for events
jacqueline
2023-11-07
Ensure the GPIO ISR is in IRAM
jacqueline
2023-11-07
Make readahead a bit more robust for codecs with different io speeds
jacqueline
2023-11-07
Make foxenflac a little less memory hungry
jacqueline
2023-11-07
Wait for background readahead to finish before deleting its buffer
jacqueline
2023-11-07
Rename the db background task to be more generic
jacqueline
2023-11-07
Add a wrapper codec source that does readahead
jacqueline
2023-11-07
Use atomics for new file notification instead of a semaphore
jacqueline
2023-11-06
Fix weird strncpy usage
jacqueline
2023-11-06
Read in larger chunks from SD at a time
jacqueline
2023-11-06
Improve bt scanning responsiveness
jacqueline
2023-10-31
Don't try to treat whe whole LC_COLLATE as one big string
jacqueline
2023-10-31
Remove loading spinner for 'Coming up'
jacqueline
2023-10-31
Revert "Improve representation of track numbers in indexes"
jacqueline
2023-10-31
Improve representation of track numbers in indexes
jacqueline
2023-10-31
Store the current collator in the database
jacqueline
2023-10-30
add locale-aware colation to db indexes
jacqueline
2023-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-10-24
Implement incremental updates of database indexes
jacqueline
2023-10-24
Use an mutable struct + const instead of an immutable class
jacqueline
2023-10-24
Skip old tracks when scanning the sd card
jacqueline
2023-10-21
Do not deafen people
jacqueline
2023-10-20
Don't crash if the current track source encounters a record with no id
jacqueline
2023-10-19
Free the i2s dma channel when it's not in use
jacqueline
2023-10-18
Add better controls for queue manipulation
jacqueline
[next]