Skip to content

Commit 2f8b6dc

Browse files
author
gorazd
committed
mcu_lpc546xx: move "release_versions" to children
1 parent 8b6a7aa commit 2f8b6dc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

targets/targets.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -755,18 +755,19 @@
755755
"inherits": ["Target"],
756756
"device_has": ["ANALOGIN", "I2C", "I2CSLAVE", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "RTC", "SERIAL", "SLEEP", "SPI", "SPISLAVE", "STDIO_MESSAGES"],
757757
"features": ["LWIP"],
758-
"release_versions": ["2", "5"],
759758
"device_name" : "LPC54628J512ET180"
760759
},
761760
"LPC546XX": {
762761
"supported_form_factors": ["ARDUINO"],
763762
"inherits": ["MCU_LPC546XX"],
764-
"detect_code": ["1056"]
763+
"detect_code": ["1056"],
764+
"release_versions": ["2", "5"]
765765
},
766766
"FF_LPC546XX": {
767767
"inherits": ["MCU_LPC546XX"],
768768
"extra_labels_remove" : ["LPCXpresso"],
769-
"detect_code": ["8081"]
769+
"detect_code": ["8081"],
770+
"release_versions": ["2", "5"]
770771
},
771772
"NUCLEO_F030R8": {
772773
"inherits": ["FAMILY_STM32"],

0 commit comments

Comments
 (0)