Skip to content

Commit a81b8b1

Browse files
committed
Set correct compiler support for NRF51 and NRF52 based targets.
1 parent 406ac8f commit a81b8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hal/targets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@
13591359
"extra_labels": ["NORDIC", "MCU_NRF51", "MCU_NRF51822_UNIFIED", "NRF5"],
13601360
"OUTPUT_EXT": "hex",
13611361
"is_disk_virtual": true,
1362-
"supported_toolchains": ["ARM", "GCC_ARM"],
1362+
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
13631363
"public": false,
13641364
"MERGE_SOFT_DEVICE": true,
13651365
"EXPECTED_SOFTDEVICES_WITH_OFFSETS": [
@@ -1403,7 +1403,7 @@
14031403
"extra_labels": ["NORDIC", "MCU_NRF52", "MCU_NRF52832", "NRF5"],
14041404
"OUTPUT_EXT": "hex",
14051405
"is_disk_virtual": true,
1406-
"supported_toolchains": ["GCC_ARM"],
1406+
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
14071407
"public": false,
14081408
"detect_code": ["1101"],
14091409
"program_cycle_s": 6,

0 commit comments

Comments
 (0)