Skip to content

Commit 9967483

Browse files
committed
Use ARMC5 for Cypress targets and fixes targets.json line duplication
1 parent 4d17554 commit 9967483

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

targets/targets.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2478,7 +2478,6 @@
24782478
"inherits": ["FAMILY_STM32"],
24792479
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
24802480
"core": "Cortex-M4F",
2481-
"supported_toolchains": ["ARM", "uARM", "IAR", "GCC_ARM"],
24822481
"extra_labels_add": [
24832482
"STM32F4",
24842483
"STM32F412xG",
@@ -7887,7 +7886,7 @@
78877886
"inherits": ["MCU_PSOC6_M4"],
78887887
"features": ["BLE"],
78897888
"supported_form_factors": ["ARDUINO"],
7890-
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
7889+
"supported_toolchains": ["GCC_ARM", "ARMC5", "IAR"],
78917890
"release_versions": ["5"],
78927891
"extra_labels_add": ["PSOC6_01", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
78937892
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],
@@ -7904,7 +7903,7 @@
79047903
"inherits": ["MCU_PSOC6_M4"],
79057904
"features": ["BLE"],
79067905
"device_has_remove": ["ANALOGOUT"],
7907-
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
7906+
"supported_toolchains": ["GCC_ARM", "ARMC5", "IAR"],
79087907
"release_versions": ["5"],
79097908
"extra_labels_add": ["PSOC6_02", "WICED", "CYW43XXX", "CYW4343X", "CORDIO"],
79107909
"macros_add": ["CY8C624ABZI_D44", "PSOC6_DYNSRM_DISABLE=1"],
@@ -7934,7 +7933,7 @@
79347933
},
79357934
"CY8CKIT_062_4343W": {
79367935
"inherits": ["MCU_PSOC6_M4"],
7937-
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
7936+
"supported_toolchains": ["GCC_ARM", "ARMC5", "IAR"],
79387937
"release_versions": ["5"],
79397938
"features": ["BLE"],
79407939
"supported_form_factors": ["ARDUINO"],
@@ -7953,7 +7952,7 @@
79537952
"CYW943012P6EVB_01": {
79547953
"inherits": ["MCU_PSOC6_M4"],
79557954
"features": ["BLE"],
7956-
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
7955+
"supported_toolchains": ["GCC_ARM", "ARMC5", "IAR"],
79577956
"release_versions": ["5"],
79587957
"extra_labels_add": ["PSOC6_01", "WICED", "CYW43XXX", "CYW43012", "CORDIO"],
79597958
"macros_add": ["CY8C6247BZI_D54", "PSOC6_DYNSRM_DISABLE=1"],

0 commit comments

Comments
 (0)