Skip to content

Commit 8593ca6

Browse files
author
gorazd
committed
ff_lpc546xx: move property to parent
1 parent d651e08 commit 8593ca6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

targets/targets.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@
743743
"MCU_LPC546XX": {
744744
"core": "Cortex-M4F",
745745
"supported_toolchains": ["ARM", "IAR", "GCC_ARM"],
746-
"extra_labels": ["NXP", "MCUXpresso_MCUS", "LPCXpresso", "LPC"],
746+
"extra_labels": ["NXP", "MCUXpresso_MCUS", "LPCXpresso", "LPC", "LPC546XX"],
747747
"is_disk_virtual": true,
748748
"macros": ["CPU_LPC54618J512ET180", "FSL_RTOS_MBED"],
749749
"inherits": ["Target"],
@@ -759,7 +759,6 @@
759759
},
760760
"FF_LPC546XX": {
761761
"inherits": ["MCU_LPC546XX"],
762-
"extra_labels_add" : ["LPC546XX"],
763762
"extra_labels_remove" : ["LPCXpresso"],
764763
"detect_code": ["8081"]
765764
},

0 commit comments

Comments
 (0)