| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-10 | Isolate the SD card from the SPI bus when talking to the display (#176) | jacqueline | |
| This should help significantly with https://codeberg.org/cool-tech-zone/tangara-fw/issues/121, which seems to be caused by some SD cards being very picky about being the only SPI device on their bus. Co-authored-by: ailurux <ailuruxx@gmail.com> Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/176 Co-authored-by: jacqueline <me@jacqueline.id.au> Co-committed-by: jacqueline <me@jacqueline.id.au> | |||
| 2024-09-10 | Use '/sd' instead of '/sdcard' for accessing the sd card | jacqueline | |
| it's cleaner | |||
| 2024-06-03 | Remove spi locking hack + increase max sd frequency | jacqueline | |
| These two changes (mostly the former) dramatically increase responsiveness when doing database updates; previously we were suffering from some nasty priority inversion. afaict the underlying need to acquire_spi seems to be fixed? i.e. spi bus acquisition is working properly. fingers heavily heavily crossed. | |||
| 2024-05-02 | move driver includes into a subdir as well | jacqueline | |
| 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 | |
