Skip to content

Commit 5145ab7

Browse files
committed
[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 <[email protected]>
1 parent 55c446a commit 5145ab7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hal/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,8 +1619,8 @@
16191619
}
16201620
},
16211621
"device_has": ["ANALOGIN", "CLCD", "I2C", "INTERRUPTIN", "LOWPOWERTIMER", "PORTIN", "PORTINOUT", "PORTOUT", "SERIAL", "SPI"],
1622-
"features": ["BLE"],
1623-
"release_versions": ["2"]
1622+
"features": ["BLE"],
1623+
"release_versions": ["2", "5"]
16241624
},
16251625
"RZ_A1H": {
16261626
"supported_form_factors": ["ARDUINO"],
@@ -1958,7 +1958,7 @@
19581958
"core": "Cortex-M4F",
19591959
"default_toolchain": "ARM",
19601960
"extra_labels": ["NUVOTON", "NUC472", "NUMAKER_PFM_NUC472"],
1961-
"macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
1961+
"macros": ["MBEDTLS_ENTROPY_HARDWARE_ALT"],
19621962
"is_disk_virtual": true,
19631963
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
19641964
"inherits": ["Target"],

0 commit comments

Comments
 (0)