index
:
tangara-fw
main
Tangara firmware
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
drivers
/
storage.cpp
Age
Commit message (
Collapse
)
Author
2024-01-30
hand off the sd card to the samd properly, and remount when it's finished
jacqueline
2024-01-30
Improve handling of sd card changes during runtime
jacqueline
- mount if an sd card is inserted - unmount if it's removed
2023-10-28
Annotates the kTag with maybe_unused; they're only used for logging.
Robin Howard
2023-09-26
std::string -> std::pmr::string in psram
jacqueline
2023-08-30
Use a service locator instead of passing around subsets of drivers between FSMs
jacqueline
2023-08-08
Improve sd card errors
jacqueline
2023-07-25
fuck off
jacqueline
2023-07-20
Initial r5 bringup
jacqueline
2023-06-30
Clean up gpios interface
jacqueline
2023-06-30
Start on converting gpio expander interupts to fsm events
jacqueline
2023-05-24
Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fw
jacqueline
2023-05-23
Annote E V E R Y T H I N G with license info
jacqueline
2023-05-19
Add tinyfsm, start converting core functions to an FSM-based event loop
jacqueline
2023-04-21
wrap driver instance ownership + di in a class
jacqueline
2023-01-17
Merge branch 'main' into codecs
jacqueline
2022-12-07
better handling of chunk buffer
jacqueline
2022-11-21
first go at r2 bringup. waiting on mosfets.
jacqueline
2022-11-17
Progress on own pipeline. Still very WIP
jacqueline
2022-11-16
Order and group headers correctly
jacqueline
2022-11-16
Use underscores instead of dashes in filenames consistently
jacqueline
2022-11-07
use a less fun but more descriptive namespace
jacqueline
2022-11-07
Split driver-y things into a separate component
jacqueline