1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +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

@ -47,6 +47,12 @@ const char * const ownerNames[OWNER_TOTAL_COUNT] = {
"I2C_SCL",
"I2C_SDA",
"SDCARD",
"SDIO_CK",
"SDIO_CMD",
"SDIO_D0",
"SDIO_D1",
"SDIO_D2",
"SDIO_D3",
"SDCARD_CS",
"SDCARD_DETECT",
"FLASH_CS",