Merge pull request #9315 from NXPmicro/Fix_Build_MCU_LPC546XX

LPC546XX: Do not make MCU_LPC546XX target public
pull/9335/head
Martin Kojtal 2019-01-10 12:18:55 +00:00 committed by GitHub
commit f4487b76da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 11 deletions

View File

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