Skip to content

Commit 704c042

Browse files
authored
Merge pull request #2109 from 0xc0170/dev_lpc2368_arm
Targets - LPC23678 ARM fails to build, remove from supported toolchains
2 parents 042a42f + 668dd17 commit 704c042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hal/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@
302302
"core": "ARM7TDMI-S",
303303
"progen": {"target": "lpc2368"},
304304
"extra_labels": ["NXP", "LPC23XX"],
305-
"supported_toolchains": ["ARM", "GCC_ARM", "GCC_CR"],
305+
"supported_toolchains": ["GCC_ARM", "GCC_CR"],
306306
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOCALFILESYSTEM", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
307307
"release": true
308308
},

0 commit comments

Comments
 (0)