Skip to content

Commit 2eaa468

Browse files
committed
Added missing SDK drivers, added SOFTDEVICE_PRESENT macros in targets definitions.
1 parent 6afe131 commit 2eaa468

File tree

6 files changed

+1544
-3
lines changed

6 files changed

+1544
-3
lines changed

hal/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,7 @@
11001100
"inherits": ["Target"],
11011101
"core": "Cortex-M0",
11021102
"OVERRIDE_BOOTLOADER_FILENAME": "nrf51822_bootloader.hex",
1103-
"macros": ["NRF51", "TARGET_NRF51822"],
1103+
"macros": ["NRF51", "TARGET_NRF51822", "SOFTDEVICE_PRESENT"],
11041104
"MERGE_BOOTLOADER": false,
11051105
"extra_labels": ["NORDIC", "MCU_NRF51", "MCU_NRF51822", "NRF5"],
11061106
"OUTPUT_EXT": "hex",
@@ -1738,11 +1738,11 @@
17381738
"MCU_NRF52": {
17391739
"inherits": ["Target"],
17401740
"core": "Cortex-M4F",
1741-
"macros": ["NRF52", "TARGET_NRF52832"],
1741+
"macros": ["NRF52", "TARGET_NRF52832", "SOFTDEVICE_PRESENT"],
17421742
"extra_labels": ["NORDIC", "MCU_NRF52", "MCU_NRF52832", "NRF5"],
17431743
"OUTPUT_EXT": "hex",
17441744
"is_disk_virtual": true,
1745-
"supported_toolchains": ["ARM", "GCC_ARM"],
1745+
"supported_toolchains": ["GCC_ARM"],
17461746
"public": false,
17471747
"detect_code": ["1101"],
17481748
"program_cycle_s": 6,

0 commit comments

Comments
 (0)