Added exFAT support for SD cards

This commit is contained in:
Mark Qvist 2019-01-27 21:00:22 +01:00
parent 4eabe7c2bc
commit 4df7a7d781
14 changed files with 20723 additions and 2975 deletions

View file

@ -26,7 +26,7 @@
#define BAUD 115200
#define SERIAL_DEBUG false
#define TX_MAXWAIT 2UL
#define CONFIG_QUEUE_SIZE 5000
#define CONFIG_QUEUE_SIZE 5000 // TODO: Optimise this by saving ram other places
#define CONFIG_QUEUE_MAX_LENGTH 15
#define CONFIG_SERIAL_BUFFER_SIZE 1532 // TODO: Tune this, what is actually required?
#define CONFIG_SERIAL_TIMEOUT_MS 10