Skip to content

Commit 69a6729

Browse files
DeepikaCruz Monrreal II
authored andcommitted
Support only ARMC6 toolchain
Support for GCC_ARM/IAR toolchains are TODO.
1 parent 0c304f0 commit 69a6729

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
@@ -4291,12 +4291,12 @@
42914291
},
42924292
"NUMAKER_PFM_M2351": {
42934293
"core": "Cortex-M23-NS",
4294-
"default_toolchain": "GCC_ARM",
4294+
"default_toolchain": "ARMC6",
42954295
"extra_labels": ["NUVOTON", "M2351", "M2351KIAAEES", "FLASH_CMSIS_ALGO"],
42964296
"OUTPUT_EXT": "hex",
42974297
"macros": ["MBED_FAULT_HANDLER_DISABLED", "MBED_TZ_DEFAULT_ACCESS=1", "LPTICKER_DELAY_TICKS=3"],
42984298
"is_disk_virtual": true,
4299-
"supported_toolchains": ["GCC_ARM", "IAR", "ARMC6"],
4299+
"supported_toolchains": ["ARMC6"],
43004300
"config": {
43014301
"gpio-irq-debounce-enable": {
43024302
"help": "Enable GPIO IRQ debounce",

0 commit comments

Comments
 (0)