Skip to content

Commit e03d820

Browse files
theotherjimmysimonqhughes
authored andcommitted
Correct definition of LPC4088* to use a common ancestry
1 parent d5f708a commit e03d820

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"],
@@ -346,11 +346,14 @@
346346
"function": "LPC4088Code.binary_hook"
347347
},
348348
"device_has": ["ANALOGIN", "ANALOGOUT", "CAN", "DEBUG_AWARENESS", "ERROR_PATTERN", "ETHERNET", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
349-
"release_versions": ["2", "5"],
350349
"device_name": "LPC4088FBD144"
351350
},
351+
"LPC4088": {
352+
"inherits": ["MCU_LPC4088"],
353+
"release_versions": ["2", "5"]
354+
},
352355
"LPC4088_DM": {
353-
"inherits": ["LPC4088"],
356+
"inherits": ["MCU_LPC4088"],
354357
"release_versions": ["2", "5"]
355358
},
356359
"LPC4330_M4": {

0 commit comments

Comments
 (0)