Skip to content

Commit 290d7de

Browse files
committed
Correct definition of LPC4088* to use a common ancestry
1 parent f266387 commit 290d7de

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

targets/targets.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
"default_lib": "small",
337337
"release_versions": ["2"]
338338
},
339-
"LPC4088": {
339+
"MCU_LPC4088": {
340340
"inherits": ["LPCTarget"],
341341
"core": "Cortex-M4F",
342342
"extra_labels": ["NXP", "LPC408X"],
@@ -347,11 +347,14 @@
347347
"toolchains": ["ARM_STD", "ARM_MICRO"]
348348
},
349349
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "DEBUG_AWARENESS", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
350-
"release_versions": ["2", "5"],
351350
"device_name": "LPC4088FBD144"
352351
},
352+
"LPC4088": {
353+
"inherits": ["MCU_LPC4088"],
354+
"release_versions": ["2", "5"]
355+
},
353356
"LPC4088_DM": {
354-
"inherits": ["LPC4088"],
357+
"inherits": ["MCU_LPC4088"],
355358
"release_versions": ["2", "5"]
356359
},
357360
"LPC4330_M4": {

0 commit comments

Comments
 (0)