Skip to content

Commit 8338bf5

Browse files
masz-nordicnika-nordic
authored andcommitted
boards: native: nrf_bsim: align to nrfx 4.0
Change MDK path and define `CONFIG_SOC_NORDIC_BSP_NAME`. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
1 parent 47ee5cf commit 8338bf5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

boards/native/nrf_bsim/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ source "soc/nordic/common/Kconfig.peripherals"
6363

6464
source "boards/native/common/extra_args/Kconfig"
6565

66+
config SOC_NORDIC_BSP_NAME
67+
string
68+
default "stable"
69+
6670
endif # SOC_SERIES_BSIM_NRFXX
6771

6872

boards/native/nrf_bsim/common/cmsis/cmsis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#include <stdint.h>
1616
#include "cmsis_instr.h"
1717
#if defined(CONFIG_SOC_COMPATIBLE_NRF52833)
18-
#include "nrf52833.h"
18+
#include "mdk/nrf52833.h"
1919
#endif
2020

2121
#ifdef __cplusplus

0 commit comments

Comments
 (0)