boards: nordic_nrf: Rename to nordic
Aligns with the vendor prefix Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
@@ -28,7 +28,7 @@ zephyr_library_sources(
|
||||
|
||||
# Include sync_rtc from real SOC code if enabled
|
||||
zephyr_library_sources_ifdef(CONFIG_NRF53_SYNC_RTC
|
||||
${ZEPHYR_BASE}/soc/nordic_nrf/nrf53/sync_rtc.c
|
||||
${ZEPHYR_BASE}/soc/nordic/nrf53/sync_rtc.c
|
||||
)
|
||||
|
||||
target_sources(native_simulator INTERFACE
|
||||
|
||||
@@ -41,7 +41,7 @@ if SOC_SERIES_BSIM_NRFXX
|
||||
# used by Nordic SoCs, so to make the symbols defined in this file available for
|
||||
# the simulated nrf5x_bsim boards, which use the POSIX architecture, the file
|
||||
# must be read also from here.
|
||||
source "soc/nordic_nrf/common/Kconfig.peripherals"
|
||||
source "soc/nordic/common/Kconfig.peripherals"
|
||||
|
||||
source "boards/native/common/extra_args/Kconfig"
|
||||
|
||||
@@ -88,6 +88,6 @@ endif # BOARD_NRF5340BSIM_NRF5340_CPUNET
|
||||
if SOC_SERIES_BSIM_NRF53X
|
||||
|
||||
# Let's reuse the RTC sync options so applications which use it can be reused as is
|
||||
source "soc/nordic_nrf/nrf53/Kconfig.sync_rtc"
|
||||
source "soc/nordic/nrf53/Kconfig.sync_rtc"
|
||||
|
||||
endif # SOC_SERIES_BSIM_NRF53X
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
#include <mem.h>
|
||||
#include <arm/nordic/nrf52833.dtsi>
|
||||
/* We resuse the pinctrl definitions directly from the real board : */
|
||||
#include <../boards/nordic_nrf/nrf52833dk/nrf52833dk_nrf52833-pinctrl.dtsi>
|
||||
#include <../boards/nordic/nrf52833dk/nrf52833dk_nrf52833-pinctrl.dtsi>
|
||||
|
||||
/ {
|
||||
model = "nrf52 bsim";
|
||||
|
||||
@@ -115,4 +115,4 @@
|
||||
/* We re-use the IPC shared buffer definition from the real HW. But note the start address of the
|
||||
* buffer won't be used.
|
||||
*/
|
||||
#include <../boards/nordic_nrf/nrf5340dk/nrf5340_shared_sram_planning_conf.dtsi>
|
||||
#include <../boards/nordic/nrf5340dk/nrf5340_shared_sram_planning_conf.dtsi>
|
||||
|
||||
@@ -77,4 +77,4 @@
|
||||
/* We re-use the IPC shared buffer definition from the real HW. But note the start address of the
|
||||
* buffer won't be used.
|
||||
*/
|
||||
#include <../boards/nordic_nrf/nrf5340dk/nrf5340_shared_sram_planning_conf.dtsi>
|
||||
#include <../boards/nordic/nrf5340dk/nrf5340_shared_sram_planning_conf.dtsi>
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
#define BOARDS_POSIX_NRF_BSIM_SOC_PINCTRL_SOC_H
|
||||
|
||||
/* We reuse the real SOC's header: */
|
||||
#include "../soc/nordic_nrf/common/pinctrl_soc.h"
|
||||
#include "../soc/nordic/common/pinctrl_soc.h"
|
||||
|
||||
#endif /* BOARDS_POSIX_NRF_BSIM_SOC_PINCTRL_SOC_H */
|
||||
|
||||
@@ -8,6 +8,6 @@
|
||||
#define BOARDS_POSIX_NRF_BSIM_SOC_SOC_NRF_COMMON_H
|
||||
|
||||
/* We reuse the real SOC's header: */
|
||||
#include "../soc/nordic_nrf/common/soc_nrf_common.h"
|
||||
#include "../soc/nordic/common/soc_nrf_common.h"
|
||||
|
||||
#endif /* BOARDS_POSIX_NRF_BSIM_SOC_SOC_NRF_COMMON_H */
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Replacement for Nordic's nrf soc/nordic_nrf/common/soc_secure.h
|
||||
* Replacement for Nordic's nrf soc/nordic/common/soc_secure.h
|
||||
*/
|
||||
#ifndef BOARDS_POSIX_NRF52_BSIM_SOC_SECURE_H
|
||||
#define BOARDS_POSIX_NRF52_BSIM_SOC_SECURE_H
|
||||
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -173,7 +173,7 @@ the board are working properly with Zephyr:
|
||||
|
||||
You can build and flash the examples to make sure Zephyr is running correctly on
|
||||
your board. The button and LED definitions can be found in
|
||||
:zephyr_file:`boards/nordic_nrf/nrf21540dk/nrf21540dk_nrf52840.dts`.
|
||||
:zephyr_file:`boards/nordic/nrf21540dk/nrf21540dk_nrf52840.dts`.
|
||||
|
||||
Changing UART1 pins
|
||||
*******************
|
||||
|
Before Width: | Height: | Size: 53 KiB After Width: | Height: | Size: 53 KiB |
@@ -148,7 +148,7 @@ the board are working properly with Zephyr:
|
||||
|
||||
You can build and flash the examples to make sure Zephyr is running correctly on
|
||||
your board. The button and LED definitions can be found in
|
||||
:zephyr_file:`boards/nordic_nrf/nrf51dk/nrf51dk_nrf51822.dts`.
|
||||
:zephyr_file:`boards/nordic/nrf51dk/nrf51dk_nrf51822.dts`.
|
||||
|
||||
References
|
||||
**********
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@@ -155,7 +155,7 @@ the board are working properly with Zephyr:
|
||||
|
||||
You can build and flash the examples to make sure Zephyr is running correctly on
|
||||
your board. The button and LED definitions can be found in
|
||||
:zephyr_file:`boards/nordic_nrf/nrf52833dk/nrf52833dk_nrf52833.dts`.
|
||||
:zephyr_file:`boards/nordic/nrf52833dk/nrf52833dk_nrf52833.dts`.
|
||||
|
||||
Changing UART1 pins
|
||||
*******************
|
||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
@@ -162,7 +162,7 @@ the board are working properly with Zephyr:
|
||||
|
||||
You can build and flash the examples to make sure Zephyr is running correctly on
|
||||
your board. The button and LED definitions can be found in
|
||||
:zephyr_file:`boards/nordic_nrf/nrf52840dk/nrf52840dk_nrf52840.dts`.
|
||||
:zephyr_file:`boards/nordic/nrf52840dk/nrf52840dk_nrf52840.dts`.
|
||||
|
||||
Changing UART1 pins
|
||||
*******************
|
||||
|
Before Width: | Height: | Size: 185 KiB After Width: | Height: | Size: 185 KiB |
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
@@ -287,7 +287,7 @@ For Segger J-Link debug probes, follow the instructions in the
|
||||
:ref:`nordic_segger` page to install and configure all the necessary
|
||||
software. Further information can be found in :ref:`nordic_segger_flashing`.
|
||||
|
||||
Locate the DTS file: :zephyr_file:`boards/nordic_nrf/nrf52840dongle/nrf52840dongle_nrf52840.dts`.
|
||||
Locate the DTS file: :zephyr_file:`boards/nordic/nrf52840dongle/nrf52840dongle_nrf52840.dts`.
|
||||
This file requires a small modification to use a different partition table.
|
||||
Edit the include directive to include "fstab-debugger" instead of "fstab-stock".
|
||||
|
||||
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
@@ -395,7 +395,7 @@ the board are working properly with Zephyr:
|
||||
|
||||
You can build and flash the examples to make sure Zephyr is running correctly on
|
||||
your board. The button and LED definitions can be found in
|
||||
:zephyr_file:`boards/nordic_nrf/nrf52dk/nrf52dk_nrf52832.dts`.
|
||||
:zephyr_file:`boards/nordic/nrf52dk/nrf52dk_nrf52832.dts`.
|
||||
|
||||
References
|
||||
**********
|
||||