Skip to content

Commit 455f1fd

Browse files
Deepikaccli8
authored andcommitted
[M2351] Support only ARMC6 toolchain
Support for GCC_ARM/IAR toolchains are TODO.
1 parent 2bbe043 commit 455f1fd

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
@@ -4221,12 +4221,12 @@
42214221
},
42224222
"NUMAKER_PFM_M2351": {
42234223
"core": "Cortex-M23-NS",
4224-
"default_toolchain": "GCC_ARM",
4224+
"default_toolchain": "ARMC6",
42254225
"extra_labels": ["NUVOTON", "M2351", "M2351KIAAEES", "FLASH_CMSIS_ALGO"],
42264226
"OUTPUT_EXT": "hex",
42274227
"macros": ["MBED_FAULT_HANDLER_DISABLED", "MBED_TZ_DEFAULT_ACCESS=1", "LPTICKER_DELAY_TICKS=3"],
42284228
"is_disk_virtual": true,
4229-
"supported_toolchains": ["GCC_ARM", "IAR", "ARMC6"],
4229+
"supported_toolchains": ["ARMC6"],
42304230
"config": {
42314231
"gpio-irq-debounce-enable": {
42324232
"help": "Enable GPIO IRQ debounce",

0 commit comments

Comments
 (0)