Enhance targets.json with components

Adding storage components to boards
pull/9858/head
Amir Cohen 2019-02-26 09:26:29 +02:00 committed by Deepika
parent d2e11966fc
commit c07ba7cc4b
1 changed files with 11 additions and 3 deletions

View File

@ -1502,6 +1502,7 @@
}, },
"SDT64B": { "SDT64B": {
"inherits": ["K64F"], "inherits": ["K64F"],
"components_add": ["FLASHIAP"],
"extra_labels_add": ["K64F"], "extra_labels_add": ["K64F"],
"extra_labels_remove": ["FRDM"], "extra_labels_remove": ["FRDM"],
"components_remove": ["SD"], "components_remove": ["SD"],
@ -2200,6 +2201,7 @@
}, },
"NUCLEO_F207ZG": { "NUCLEO_F207ZG": {
"inherits": ["FAMILY_STM32"], "inherits": ["FAMILY_STM32"],
"components_add": ["FLASHIAP"],
"supported_form_factors": ["ARDUINO", "MORPHO"], "supported_form_factors": ["ARDUINO", "MORPHO"],
"core": "Cortex-M3", "core": "Cortex-M3",
"extra_labels_add": ["STM32F2", "STM32F207ZG", "STM_EMAC"], "extra_labels_add": ["STM32F2", "STM32F207ZG", "STM_EMAC"],
@ -2565,7 +2567,7 @@
} }
}, },
"DISCO_F413ZH": { "DISCO_F413ZH": {
"components_add": ["QSPIF"], "components_add": ["QSPIF", "FLASHIAP"],
"inherits": ["FAMILY_STM32"], "inherits": ["FAMILY_STM32"],
"supported_form_factors": ["ARDUINO"], "supported_form_factors": ["ARDUINO"],
"core": "Cortex-M4F", "core": "Cortex-M4F",
@ -2931,6 +2933,7 @@
}, },
"NUCLEO_F767ZI": { "NUCLEO_F767ZI": {
"inherits": ["FAMILY_STM32"], "inherits": ["FAMILY_STM32"],
"components_add": ["FLASHIAP"],
"core": "Cortex-M7FD", "core": "Cortex-M7FD",
"extra_labels_add": [ "extra_labels_add": [
"STM32F7", "STM32F7",
@ -3796,7 +3799,7 @@
"STM32F746NG", "STM32F746NG",
"STM_EMAC" "STM_EMAC"
], ],
"components_add": ["QSPIF"], "components_add": ["QSPIF", "FLASHIAP"],
"supported_form_factors": ["ARDUINO"], "supported_form_factors": ["ARDUINO"],
"config": { "config": {
"clock_source": { "clock_source": {
@ -4304,7 +4307,7 @@
"release_versions": ["5"], "release_versions": ["5"],
"device_has_remove": [], "device_has_remove": [],
"extra_labels_add": ["PSA"], "extra_labels_add": ["PSA"],
"components_add": ["FLASHIAP"], "components_add": ["SD", "FLASHIAP"],
"macros_add": [ "macros_add": [
"MBEDTLS_PSA_CRYPTO_C" "MBEDTLS_PSA_CRYPTO_C"
], ],
@ -4390,6 +4393,7 @@
}, },
"UBLOX_C030_U201": { "UBLOX_C030_U201": {
"inherits": ["UBLOX_C030"], "inherits": ["UBLOX_C030"],
"components_add": ["SD", "FLASHIAP"],
"release_versions": ["5"] "release_versions": ["5"]
}, },
"UBLOX_C030_N211": { "UBLOX_C030_N211": {
@ -5249,6 +5253,7 @@
}, },
"GR_LYCHEE": { "GR_LYCHEE": {
"inherits": ["RZ_A1XX"], "inherits": ["RZ_A1XX"],
"components_add": ["SD", "FLASHIAP"],
"supported_form_factors": ["ARDUINO"], "supported_form_factors": ["ARDUINO"],
"extra_labels_add": ["RZA1UL", "MBRZA1LU"], "extra_labels_add": ["RZA1UL", "MBRZA1LU"],
"components_add": ["SD"], "components_add": ["SD"],
@ -7012,6 +7017,7 @@
}, },
"NUMAKER_PFM_NUC472": { "NUMAKER_PFM_NUC472": {
"core": "Cortex-M4F", "core": "Cortex-M4F",
"components_add": ["SD", "FLASHIAP"],
"default_toolchain": "ARM", "default_toolchain": "ARM",
"extra_labels": [ "extra_labels": [
"NUVOTON", "NUVOTON",
@ -7584,10 +7590,12 @@
}, },
"NUMAKER_PFM_M487": { "NUMAKER_PFM_M487": {
"inherits": ["MCU_M480"], "inherits": ["MCU_M480"],
"components_add": ["SD", "FLASHIAP"],
"device_name": "M487JIDAE" "device_name": "M487JIDAE"
}, },
"NUMAKER_IOT_M487": { "NUMAKER_IOT_M487": {
"inherits": ["MCU_M480"], "inherits": ["MCU_M480"],
"components_add": ["FLASHIAP"],
"device_name": "M487JIDAE" "device_name": "M487JIDAE"
}, },
"TMPM066": { "TMPM066": {