waterloo-rocketry / cansw_processor_canards

Firmware for the 2024-2025 processor board project, performing state estimation and control for the canards system
GNU General Public License v3.0
1 stars 1 forks source link

SD card device driver module design #16

Open celery6 opened 1 month ago

celery6 commented 1 month ago

see #5

fairly simple but important module. most work on this is done already last year, minor improvements and things to look into

Provide read/write access to sd card via fatfs. this module is pretty good already. We should improve the interface though, esp passing around errors and checking for failure

things to figure out: