mirror of https://github.com/ARMmbed/mbed-os.git
Disable the cypress targets explicitly instead of base targets
parent
f7a6d254f6
commit
1a2f673e92
|
@ -7880,7 +7880,7 @@
|
||||||
"inherits": ["Target"],
|
"inherits": ["Target"],
|
||||||
"macros": ["MBED_MPU_CUSTOM"],
|
"macros": ["MBED_MPU_CUSTOM"],
|
||||||
"default_toolchain": "GCC_ARM",
|
"default_toolchain": "GCC_ARM",
|
||||||
"supported_toolchains": ["GCC_ARM", "ARM"],
|
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
|
||||||
"core": "Cortex-M4F",
|
"core": "Cortex-M4F",
|
||||||
"OUTPUT_EXT": "hex",
|
"OUTPUT_EXT": "hex",
|
||||||
"device_has": [
|
"device_has": [
|
||||||
|
@ -7907,7 +7907,7 @@
|
||||||
"TRNG",
|
"TRNG",
|
||||||
"CRC"
|
"CRC"
|
||||||
],
|
],
|
||||||
"release_versions": [],
|
"release_versions": ["5"],
|
||||||
"extra_labels": ["Cypress", "PSOC6"],
|
"extra_labels": ["Cypress", "PSOC6"],
|
||||||
"public": false
|
"public": false
|
||||||
},
|
},
|
||||||
|
@ -7926,6 +7926,8 @@
|
||||||
"inherits": ["MCU_PSOC6_M4"],
|
"inherits": ["MCU_PSOC6_M4"],
|
||||||
"features": ["BLE"],
|
"features": ["BLE"],
|
||||||
"supported_form_factors": ["ARDUINO"],
|
"supported_form_factors": ["ARDUINO"],
|
||||||
|
"supported_toolchains": ["GCC_ARM", "ARM"],
|
||||||
|
"release_versions": [""],
|
||||||
"extra_labels_add": ["PSOC6_01", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
|
"extra_labels_add": ["PSOC6_01", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
|
||||||
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],
|
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],
|
||||||
"detect_code": ["1900"],
|
"detect_code": ["1900"],
|
||||||
|
@ -7941,6 +7943,8 @@
|
||||||
"inherits": ["MCU_PSOC6_M4"],
|
"inherits": ["MCU_PSOC6_M4"],
|
||||||
"features": ["BLE"],
|
"features": ["BLE"],
|
||||||
"device_has_remove": ["ANALOGOUT"],
|
"device_has_remove": ["ANALOGOUT"],
|
||||||
|
"supported_toolchains": ["GCC_ARM", "ARM"],
|
||||||
|
"release_versions": [""],
|
||||||
"extra_labels_add": ["PSOC6_02", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
|
"extra_labels_add": ["PSOC6_02", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
|
||||||
"macros_add": ["CY8C624ABZI_D44", "PSOC6_DYNSRM_DISABLE=1"],
|
"macros_add": ["CY8C624ABZI_D44", "PSOC6_DYNSRM_DISABLE=1"],
|
||||||
"public": false,
|
"public": false,
|
||||||
|
@ -7969,6 +7973,8 @@
|
||||||
},
|
},
|
||||||
"CY8CKIT_062_4343W": {
|
"CY8CKIT_062_4343W": {
|
||||||
"inherits": ["MCU_PSOC6_M4"],
|
"inherits": ["MCU_PSOC6_M4"],
|
||||||
|
"supported_toolchains": ["GCC_ARM", "ARM"],
|
||||||
|
"release_versions": [""],
|
||||||
"features": ["BLE"],
|
"features": ["BLE"],
|
||||||
"supported_form_factors": ["ARDUINO"],
|
"supported_form_factors": ["ARDUINO"],
|
||||||
"device_has_remove": ["ANALOGOUT"],
|
"device_has_remove": ["ANALOGOUT"],
|
||||||
|
@ -7986,6 +7992,8 @@
|
||||||
"CYW943012P6EVB_01": {
|
"CYW943012P6EVB_01": {
|
||||||
"inherits": ["MCU_PSOC6_M4"],
|
"inherits": ["MCU_PSOC6_M4"],
|
||||||
"features": ["BLE"],
|
"features": ["BLE"],
|
||||||
|
"supported_toolchains": ["GCC_ARM", "ARM"],
|
||||||
|
"release_versions": [""],
|
||||||
"extra_labels_add": ["PSOC6_01", "WICED", "CYW43XXX", "CYW43012", "CORDIO"],
|
"extra_labels_add": ["PSOC6_01", "WICED", "CYW43XXX", "CYW43012", "CORDIO"],
|
||||||
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],
|
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],
|
||||||
"detect_code": ["1906"],
|
"detect_code": ["1906"],
|
||||||
|
|
Loading…
Reference in New Issue