[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
pull/10178/head
ccli8 2019-03-21 13:13:41 +08:00
parent 2192a8796e
commit ab85146b20
1 changed files with 2 additions and 2 deletions

View File

@ -7121,7 +7121,7 @@
}, },
"NUMAKER_PFM_NUC472": { "NUMAKER_PFM_NUC472": {
"core": "Cortex-M4F", "core": "Cortex-M4F",
"components_add": ["SD", "FLASHIAP"], "components_add": ["FLASHIAP"],
"default_toolchain": "ARM", "default_toolchain": "ARM",
"extra_labels": [ "extra_labels": [
"NUVOTON", "NUVOTON",
@ -7705,7 +7705,7 @@
}, },
"NUMAKER_PFM_M487": { "NUMAKER_PFM_M487": {
"inherits": ["MCU_M480"], "inherits": ["MCU_M480"],
"components_add": ["SD", "FLASHIAP"], "components_add": ["FLASHIAP"],
"device_name": "M487JIDAE" "device_name": "M487JIDAE"
}, },
"NUMAKER_IOT_M487": { "NUMAKER_IOT_M487": {