mirror of https://github.com/ARMmbed/mbed-os.git
[BEETLE] Change release_version to 5
mbedci-test CI server is complian only with mbed-os release version 5.x. This patch updates the Beetle section of the target.json file in order to comply with the requirement. Signed-off-by: Vincenzo Frascino <vincenzo.frascino@arm.com>pull/2427/head
parent
55c446a1e0
commit
5145ab73f7
|
|
@ -1620,7 +1620,7 @@
|
||||||
},
|
},
|
||||||
"device_has": ["ANALOGIN", "CLCD", "I2C", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SPI"],
|
"device_has": ["ANALOGIN", "CLCD", "I2C", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SPI"],
|
||||||
"features": ["BLE"],
|
"features": ["BLE"],
|
||||||
"release_versions": ["2"]
|
"release_versions": ["2", "5"]
|
||||||
},
|
},
|
||||||
"RZ_A1H": {
|
"RZ_A1H": {
|
||||||
"supported_form_factors": ["ARDUINO"],
|
"supported_form_factors": ["ARDUINO"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue