summaryrefslogtreecommitdiff
path: root/src/drivers/spi.cpp
AgeCommit message (Collapse)Author
2024-06-04no more acquire_spi :)jacqueline
2024-06-03Remove spi locking hack + increase max sd frequencyjacqueline
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-02move driver includes into a subdir as welljacqueline
2024-04-09fix some struct defaults in low-level driversjacqueline
2023-09-29Add a lock around the SPI busjacqueline
This seems to have been the cause of recurring deadlocks that have been difficult to repo.
2023-09-05Tweak display DMA buffer sizejacqueline
2023-07-25fuck offjacqueline
2023-06-07fix shared peripheral interrupts causing hangsjacqueline
2023-05-23Annote E V E R Y T H I N G with license infojacqueline
2022-11-09First test cases :)jacqueline