Target_PSOC6 - Remove IAR supported from targets failing IAR 8.32 build

pull/9811/head
deepikabhavnani 2019-02-12 21:35:46 -06:00 committed by Martin Kojtal
parent 3fd5f53b51
commit d67536dd08
1 changed files with 2 additions and 2 deletions

View File

@ -7883,7 +7883,7 @@
"inherits": ["Target"],
"macros": ["MBED_MPU_CUSTOM"],
"default_toolchain": "GCC_ARM",
"supported_toolchains": ["GCC_ARM", "IAR", "ARM"],
"supported_toolchains": ["GCC_ARM", "ARM"],
"core": "Cortex-M4F",
"OUTPUT_EXT": "hex",
"device_has": [
@ -7910,7 +7910,7 @@
"TRNG",
"CRC"
],
"release_versions": ["5"],
"release_versions": [],
"extra_labels": ["Cypress", "PSOC6"],
"public": false
},