Merge pull request #14036 from ahmetalincak/maxim-max32630fthr-SD-configuration

Add SD component and Update SD card SPI interface for Maxim's MAX32630FTHR
pull/14020/head
Martin Kojtal 2020-12-18 15:11:09 +00:00 committed by GitHub
commit 9e5e245abc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 1 deletions

View File

@ -68,6 +68,12 @@
"SPI_CLK": "p13",
"SPI_CS": "p14"
},
"MAX32630FTHR": {
"SPI_MOSI": "P0_5",
"SPI_MISO": "P0_6",
"SPI_CLK": "P0_4",
"SPI_CS": "P0_7"
},
"NUMAKER_PFM_M453": {
"SPI_MOSI": "PD_13",
"SPI_MISO": "PD_14",

View File

@ -4990,9 +4990,12 @@
"IAR",
"ARM"
],
"features_add": [
"features_add": [
"STORAGE"
],
"components_add": [
"SD"
],
"device_has": [
"ANALOGIN",
"I2C",