Skip to content

Commit f4487b7

Browse files
authored
Merge pull request #9315 from NXPmicro/Fix_Build_MCU_LPC546XX
LPC546XX: Do not make MCU_LPC546XX target public
2 parents 27dd445 + 59116b1 commit f4487b7

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

targets/targets.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1961,6 +1961,7 @@
19611961
"NXP_EMAC"
19621962
],
19631963
"is_disk_virtual": true,
1964+
"public": false,
19641965
"macros": ["CPU_LPC54628J512ET180", "FSL_RTOS_MBED"],
19651966
"inherits": ["Target"],
19661967
"device_has": [
@@ -7995,17 +7996,17 @@
79957996
"device_has": [
79967997
"ANALOGIN",
79977998
"USTICKER",
7998-
"ANALOGOUT",
7999-
"INTERRUPTIN",
8000-
"PORTIN",
8001-
"PORTINOUT",
8002-
"PORTOUT",
8003-
"PWMOUT",
8004-
"SERIAL",
8005-
"SLEEP",
8006-
"SPI",
8007-
"I2C",
8008-
"I2CSLAVE",
7999+
"ANALOGOUT",
8000+
"INTERRUPTIN",
8001+
"PORTIN",
8002+
"PORTINOUT",
8003+
"PORTOUT",
8004+
"PWMOUT",
8005+
"SERIAL",
8006+
"SLEEP",
8007+
"SPI",
8008+
"I2C",
8009+
"I2CSLAVE",
80098010
"STDIO_MESSAGES",
80108011
"MPU"
80118012
],

0 commit comments

Comments
 (0)