Skip to content
Snippets Groups Projects
Commit 74b3b888 authored by Grzegorz Gwóźdź's avatar Grzegorz Gwóźdź Committed by Stefan Schmidt
Browse files

docs: remove nitrogen and nrf from supported machines


We will not support those two machines in the future so that is why we remove them

Signed-off-by: default avatarGrzegorz Gwóźdź <grzegorz.gwozdz@huawei.com>
parent d50b75b9
No related branches found
No related tags found
1 merge request!258[Docs] remove nitrogen and nrf from used machines
...@@ -22,10 +22,8 @@ Supported machines (default in **bold**): ...@@ -22,10 +22,8 @@ Supported machines (default in **bold**):
* **qemu-x86** * **qemu-x86**
* qemu-cortex-m3 * qemu-cortex-m3
* 96b-nitrogen (96Boards Nitrogen)
* 96b-avenger96 (96Boards Avenger96) * 96b-avenger96 (96Boards Avenger96)
* arduino-nano-33-ble (Arduino Nano 33 BLE and Arduino Nano 33 BLE Sense) * arduino-nano-33-ble (Arduino Nano 33 BLE and Arduino Nano 33 BLE Sense)
* nrf52840dk-nrf52840 (Nordic Semiconductor nRF 52840 Development Kit)
Build steps example: Build steps example:
......
...@@ -113,18 +113,6 @@ basic 32bit ARM micro-controller virtual machine. ...@@ -113,18 +113,6 @@ basic 32bit ARM micro-controller virtual machine.
The cache for this job is publicly available. The cache for this job is publicly available.
zephyr-96b-nitrogen
...................
This job extends `.build-zephyr` job from the manifest repository and builds
``zephyr-philosophers`` using the Zephyr flavour of |main_project_name| and
``MACHINE=96b-nitrogen``. This job checks that Zephyr can be built for the
96Boards Nitrogen development board, which contains an nRF52832 SoC.
.. note::
The cache for this job is not public, pending legal review of any firmware
that may be included.
zephyr-96b-avenger zephyr-96b-avenger
.................. ..................
......
...@@ -48,7 +48,7 @@ language = 'en' ...@@ -48,7 +48,7 @@ language = 'en'
# List of patterns, relative to source directory, that match files and # List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files. # directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path. # This pattern also affects html_static_path and html_extra_path.
exclude_patterns = [] exclude_patterns = ['hardware-support/boards/archive/*']
# -- Options for HTML output ------------------------------------------------- # -- Options for HTML output -------------------------------------------------
......
...@@ -14,10 +14,8 @@ This section details the boards supported as part of |main_project_name|. ...@@ -14,10 +14,8 @@ This section details the boards supported as part of |main_project_name|.
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
96b-nitrogen
seco-intel-b68 seco-intel-b68
seco-imx8mm-c61 seco-imx8mm-c61
seco-px30-d23 seco-px30-d23
raspberrypi4 raspberrypi4
arduino-nano-33-ble arduino-nano-33-ble
nRF52840-DK \ No newline at end of file
...@@ -6,9 +6,7 @@ You can now run 'bitbake zephyr-philosophers' ...@@ -6,9 +6,7 @@ You can now run 'bitbake zephyr-philosophers'
Supported machines (first is the default): Supported machines (first is the default):
- qemu-x86 - qemu-x86
- qemu-cortex-m3 - qemu-cortex-m3
- 96b-nitrogen (96Boards Nitrogen)
- 96b-avenger96 (96Boards Avenger96) - 96b-avenger96 (96Boards Avenger96)
- nrf52840dk-nrf52840 (Nordic Semiconductor nRF 52840 Development Kit)
- arduino-nano-33-ble (Arduino Nano 33 BLE and Arduino Nano 33 BLE Sense) - arduino-nano-33-ble (Arduino Nano 33 BLE and Arduino Nano 33 BLE Sense)
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
......
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