Skip to content

Commit d67536d

Browse files
deepikabhavnani0xc0170
authored andcommitted
Target_PSOC6 - Remove IAR supported from targets failing IAR 8.32 build
1 parent 3fd5f53 commit d67536d

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
@@ -7883,7 +7883,7 @@
78837883
"inherits": ["Target"],
78847884
"macros": ["MBED_MPU_CUSTOM"],
78857885
"default_toolchain": "GCC_ARM",
7886-
"supported_toolchains": ["GCC_ARM", "IAR", "ARM"],
7886+
"supported_toolchains": ["GCC_ARM", "ARM"],
78877887
"core": "Cortex-M4F",
78887888
"OUTPUT_EXT": "hex",
78897889
"device_has": [
@@ -7910,7 +7910,7 @@
79107910
"TRNG",
79117911
"CRC"
79127912
],
7913-
"release_versions": ["5"],
7913+
"release_versions": [],
79147914
"extra_labels": ["Cypress", "PSOC6"],
79157915
"public": false
79167916
},

0 commit comments

Comments
 (0)