[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
Vincenzo Frascino 2016-08-12 10:51:28 +01:00
parent 55c446a1e0
commit 5145ab73f7
1 changed files with 3 additions and 3 deletions

View File

@ -1619,8 +1619,8 @@
}
},
"device_has": ["ANALOGIN", "CLCD", "I2C", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SPI"],
"features": ["BLE"],
"release_versions": ["2"]
"features": ["BLE"],
"release_versions": ["2", "5"]
},
"RZ_A1H": {
"supported_form_factors": ["ARDUINO"],