Skip to content
Snippets Groups Projects
Commit 7f062d3f authored by Wojciech Zmuda's avatar Wojciech Zmuda
Browse files

flavours: zephyr: add nRF 52840 DK support


Add relevant MACHINE entry in local.conf.sample of the Zephyr
flavour and metion it in configuration notes displayed
after sourcing the env with TEMPLATECONF.

Closes: OSTC/planning/core-os#168

Signed-off-by: default avatarWojciech Zmuda <wojciech.zmuda@huawei.com>
parent bd44e6d4
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ Supported machines (first is the default): ...@@ -8,6 +8,7 @@ Supported machines (first is the default):
- qemu-cortex-m3 - qemu-cortex-m3
- 96b-nitrogen (96Boards Nitrogen) - 96b-nitrogen (96Boards Nitrogen)
- 96b-avenger96 (96Boards Avenger96) - 96b-avenger96 (96Boards Avenger96)
- nrf52840dk-nrf52840 (Nordic Semiconductor nRF 52840 Development Kit)
MACHINE variable can be set up in conf/local.conf file under build directory MACHINE variable can be set up in conf/local.conf file under build directory
or via command line, e.g.: or via command line, e.g.:
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
# #
#MACHINE ?= "96b-nitrogen" #MACHINE ?= "96b-nitrogen"
#MACHINE ?= "96b-avenger96" #MACHINE ?= "96b-avenger96"
#MACHINE ?= "nrf52840dk-nrf52840"
# #
# This sets the default machine to be qemu-x86 if no other machine is selected: # This sets the default machine to be qemu-x86 if no other machine is selected:
MACHINE ??= "qemu-x86" MACHINE ??= "qemu-x86"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment