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:
parent
b94da4a5ee
commit
a3ee09b434
11 changed files with 271 additions and 60 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue