LPC546XX: Do not make MCU_LPC546XX target public

This is a fix for Issue:9207

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
pull/9315/head
Mahesh Mahadevan 2019-01-09 13:03:12 -06:00
parent 65729d6800
commit 59116b17a4
1 changed files with 12 additions and 11 deletions

View File

@ -1961,6 +1961,7 @@
"NXP_EMAC" "NXP_EMAC"
], ],
"is_disk_virtual": true, "is_disk_virtual": true,
"public": false,
"macros": ["CPU_LPC54628J512ET180", "FSL_RTOS_MBED"], "macros": ["CPU_LPC54628J512ET180", "FSL_RTOS_MBED"],
"inherits": ["Target"], "inherits": ["Target"],
"device_has": [ "device_has": [
@ -7981,17 +7982,17 @@
"device_has": [ "device_has": [
"ANALOGIN", "ANALOGIN",
"USTICKER", "USTICKER",
"ANALOGOUT", "ANALOGOUT",
"INTERRUPTIN", "INTERRUPTIN",
"PORTIN", "PORTIN",
"PORTINOUT", "PORTINOUT",
"PORTOUT", "PORTOUT",
"PWMOUT", "PWMOUT",
"SERIAL", "SERIAL",
"SLEEP", "SLEEP",
"SPI", "SPI",
"I2C", "I2C",
"I2CSLAVE", "I2CSLAVE",
"STDIO_MESSAGES", "STDIO_MESSAGES",
"MPU" "MPU"
], ],