mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
65729d6800
commit
59116b17a4
|
@ -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"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue