From 5145ab73f7799b7a1c88fdd510ff30e04a8d57fa Mon Sep 17 00:00:00 2001 From: Vincenzo Frascino Date: Fri, 12 Aug 2016 10:51:28 +0100 Subject: [PATCH] [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 --- hal/targets.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hal/targets.json b/hal/targets.json index 66c41aa4d1..716662fc3e 100644 --- a/hal/targets.json +++ b/hal/targets.json @@ -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"], @@ -1958,7 +1958,7 @@ "core": "Cortex-M4F", "default_toolchain": "ARM", "extra_labels": ["NUVOTON", "NUC472", "NUMAKER_PFM_NUC472"], - "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"], + "macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"], "is_disk_virtual": true, "supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"], "inherits": ["Target"],