SKR Pro 1.1 WiFi and LCD SD card support (#17531)

This commit is contained in:
Bob Kuhn
2020-04-16 03:55:33 -05:00
committed by GitHub
parent d194688020
commit f5d809f366
7 changed files with 111 additions and 8 deletions

View File

@@ -142,7 +142,11 @@
#define SDIO_CK_PIN PC12
#define SDIO_CMD_PIN PD2
#if !defined(SDCARD_CONNECTION) || SD_CONNECTION_IS(ONBOARD)
#ifndef SDCARD_CONNECTION
#define SDCARD_CONNECTION ONBOARD
#endif
#if SD_CONNECTION_IS(ONBOARD)
#define SDIO_SUPPORT // Use SDIO for onboard SD
#ifndef SDIO_SUPPORT