mcu_lpc546xx: move "release_versions" to children

pull/6235/head
gorazd 2018-02-28 13:16:01 +01:00
parent 8b6a7aacc5
commit 2f8b6dcaa9
1 changed files with 4 additions and 3 deletions

View File

@ -755,18 +755,19 @@
"inherits": ["Target"],
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
"features": ["LWIP"],
"release_versions": ["2", "5"],
"device_name" : "LPC54628J512ET180"
},
"LPC546XX": {
"supported_form_factors": ["ARDUINO"],
"inherits": ["MCU_LPC546XX"],
"detect_code": ["1056"]
"detect_code": ["1056"],
"release_versions": ["2", "5"]
},
"FF_LPC546XX": {
"inherits": ["MCU_LPC546XX"],
"extra_labels_remove" : ["LPCXpresso"],
"detect_code": ["8081"]
"detect_code": ["8081"],
"release_versions": ["2", "5"]
},
"NUCLEO_F030R8": {
"inherits": ["FAMILY_STM32"],