Skip to content

Commit 59116b1

Browse files
committed
LPC546XX: Do not make MCU_LPC546XX target public
This is a fix for Issue:9207 Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 65729d6 commit 59116b1

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": [
@@ -7981,17 +7982,17 @@
79817982
"device_has": [
79827983
"ANALOGIN",
79837984
"USTICKER",
7984-
"ANALOGOUT",
7985-
"INTERRUPTIN",
7986-
"PORTIN",
7987-
"PORTINOUT",
7988-
"PORTOUT",
7989-
"PWMOUT",
7990-
"SERIAL",
7991-
"SLEEP",
7992-
"SPI",
7993-
"I2C",
7994-
"I2CSLAVE",
7985+
"ANALOGOUT",
7986+
"INTERRUPTIN",
7987+
"PORTIN",
7988+
"PORTINOUT",
7989+
"PORTOUT",
7990+
"PWMOUT",
7991+
"SERIAL",
7992+
"SLEEP",
7993+
"SPI",
7994+
"I2C",
7995+
"I2CSLAVE",
79957996
"STDIO_MESSAGES",
79967997
"MPU"
79977998
],

0 commit comments

Comments
 (0)