SD Card support for Odroid

This commit is contained in:
Jason2866 2021-01-05 17:19:15 +01:00 committed by GitHub
parent 6b80ea0085
commit 49f19b7b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,9 @@
#define FALLBACK_MODULE ODROID_GO // [Module2] Select default module on fast reboot where USER_MODULE is user template
#define USE_ODROID_GO // Add support for Odroid Go
#define USE_UFILESYS
#define USE_SDCARD
//#define SDCARD_CS_PIN 4 // Need to look which is the Odroid Gpio for
#define USE_ADC
#define USE_SPI
#define USE_DISPLAY // Add SPI Display Support (+2k code)