Skip to content

Commit be5a8a9

Browse files
committed
lpc1769 inherits from lpc1768; reuse lpc1768.ld for LPC1769 target
1 parent 728a3a4 commit be5a8a9

File tree

2 files changed

+1
-180
lines changed

2 files changed

+1
-180
lines changed

targets/TARGET_NXP/TARGET_LPC176X/device/TOOLCHAIN_GCC_ARM/TARGET_XPRESSO_LPC1769/XPRESSO_LPC1769.ld

Lines changed: 0 additions & 172 deletions
This file was deleted.

targets/targets.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -244,14 +244,7 @@
244244
"device_name": "LPC1768"
245245
},
246246
"LPC1769": {
247-
"inherits": ["LPCTarget"],
248-
"core": "Cortex-M3",
249-
"extra_labels": ["NXP", "LPC176X", "MBED_LPC1768"],
250-
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "GCC_CR", "IAR"],
251-
"detect_code": ["1010"],
252-
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "DEBUG_AWARENESS", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "LOCALFILESYSTEM", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SEMIHOST", "SERIAL", "SERIAL_FC", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
253-
"release_versions": ["2", "5"],
254-
"features": ["LWIP"],
247+
"inherits": ["LPC1768"],
255248
"device_name": "LPC1769"
256249
},
257250
"ARCH_PRO": {

0 commit comments

Comments
 (0)