Skip to content

Commit ab85146

Browse files
committed
[Nuvoton] Remove SD component from targets.json
Nuvoton targets below don't provide SPI-bus SD on-board, identified by 'SD' in target component list. Instead, these targets provide SD-bus SD on-board, identified by unofficial 'NUSD', driver of which is provided outside mbed-os tree. So 'SD' must be removed to reflect the truth. - NUMAKER_PFM_NUC472 - NUMAKER_PFM_M487 - NUMAKER_IOT_M487 - NUMAKER_PFM_M2351
1 parent 2192a87 commit ab85146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7121,7 +7121,7 @@
71217121
},
71227122
"NUMAKER_PFM_NUC472": {
71237123
"core": "Cortex-M4F",
7124-
"components_add": ["SD", "FLASHIAP"],
7124+
"components_add": ["FLASHIAP"],
71257125
"default_toolchain": "ARM",
71267126
"extra_labels": [
71277127
"NUVOTON",
@@ -7705,7 +7705,7 @@
77057705
},
77067706
"NUMAKER_PFM_M487": {
77077707
"inherits": ["MCU_M480"],
7708-
"components_add": ["SD", "FLASHIAP"],
7708+
"components_add": ["FLASHIAP"],
77097709
"device_name": "M487JIDAE"
77107710
},
77117711
"NUMAKER_IOT_M487": {

0 commit comments

Comments
 (0)