1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 07:15:18 +03:00

[H7] Add SDMMC2 support

This commit is contained in:
jflyper 2019-08-09 22:44:12 +09:00
parent b94da4a5ee
commit a3ee09b434
11 changed files with 271 additions and 60 deletions

View file

@ -45,6 +45,12 @@ typedef enum {
OWNER_I2C_SCL,
OWNER_I2C_SDA,
OWNER_SDCARD,
OWNER_SDIO_CK,
OWNER_SDIO_CMD,
OWNER_SDIO_D0,
OWNER_SDIO_D1,
OWNER_SDIO_D2,
OWNER_SDIO_D3,
OWNER_SDCARD_CS,
OWNER_SDCARD_DETECT,
OWNER_FLASH_CS,