Skip to content

Commit 0ff6f99

Browse files
deepikabhavnani0xc0170
authored andcommitted
Remove IAR supported from targets failing IAR 8.32 build
Few targets have libraries compatible to IAR 7.x, which fail with IAR 8.x, IAR support for them is removed till updated library is added. CI failure seen if IAR is not added as supported target, trying with release_version as empty string List of targets affected: 1. UBLOX_EVK_ODIN_W2 2. MTB_UBLOX_ODIN_W2 3. MBED_CONNECT_ODIN 4. MTB_MXCHIP_EMW3166 5. MTB_ADV_WISE_1530 6. MTB_USI_WM_BN_BM_22 7. REALTEK_RTL8195AM
1 parent ea3fa02 commit 0ff6f99

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

targets/targets.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2479,6 +2479,7 @@
24792479
},
24802480
"MTB_MXCHIP_EMW3166": {
24812481
"inherits": ["FAMILY_STM32"],
2482+
"supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
24822483
"core": "Cortex-M4F",
24832484
"extra_labels_add": [
24842485
"STM32F4",
@@ -2495,7 +2496,7 @@
24952496
"FLASH",
24962497
"MPU"
24972498
],
2498-
"release_versions": ["5"],
2499+
"release_versions": [],
24992500
"device_name": "STM32F412ZG",
25002501
"bootloader_supported": true,
25012502
"config": {
@@ -2511,6 +2512,7 @@
25112512
},
25122513
"USI_WM_BN_BM_22": {
25132514
"inherits": ["FAMILY_STM32"],
2515+
"supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
25142516
"components_add": ["SPIF", "FLASHIAP"],
25152517
"core": "Cortex-M4F",
25162518
"extra_labels_add": [
@@ -2529,7 +2531,7 @@
25292531
"FLASH",
25302532
"MPU"
25312533
],
2532-
"release_versions": ["5"],
2534+
"release_versions": [],
25332535
"device_name": "STM32F412ZG",
25342536
"bootloader_supported": true,
25352537
"public": false,
@@ -4299,7 +4301,8 @@
42994301
"UBLOX_EVK_ODIN_W2": {
43004302
"inherits": ["MODULE_UBLOX_ODIN_W2"],
43014303
"supported_form_factors": ["ARDUINO"],
4302-
"release_versions": ["5"],
4304+
"release_versions": [],
4305+
"supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
43034306
"device_has_remove": [],
43044307
"extra_labels_add": ["PSA"],
43054308
"components_add": ["FLASHIAP"],
@@ -4321,7 +4324,8 @@
43214324
},
43224325
"MBED_CONNECT_ODIN": {
43234326
"inherits": ["MODULE_UBLOX_ODIN_W2"],
4324-
"release_versions": ["5"],
4327+
"release_versions": [],
4328+
"supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
43254329
"config": {
43264330
"stdio_uart_tx_help": {
43274331
"help": "Value: PA_9(default) or PD_8"
@@ -4337,9 +4341,10 @@
43374341
},
43384342
"MTB_UBLOX_ODIN_W2": {
43394343
"inherits": ["MODULE_UBLOX_ODIN_W2"],
4344+
"supported_toolchains": ["ARM", "uARM", "GCC_ARM"],
43404345
"device_has_add": [],
43414346
"overrides": {"lse_available": 0},
4342-
"release_versions": ["5"]
4347+
"release_versions": []
43434348
},
43444349
"UBLOX_C030": {
43454350
"inherits": ["FAMILY_STM32"],
@@ -7327,12 +7332,12 @@
73277332
"FLASH"
73287333
],
73297334
"public": false,
7330-
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
7335+
"supported_toolchains": ["GCC_ARM", "ARM"],
73317336
"post_binary_hook": {
73327337
"function": "RTL8195ACode.binary_hook",
73337338
"toolchains": ["ARM_STD", "GCC_ARM", "IAR"]
73347339
},
7335-
"release_versions": ["5"],
7340+
"release_versions": [],
73367341
"overrides": {
73377342
"network-default-interface-type": "WIFI"
73387343
}

0 commit comments

Comments
 (0)