Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Add nRF54L15 to documentation #545

Merged
merged 4 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions doc/build_doc_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ if [ $# -eq 0 ]; then
docker run -it --rm -e USER_ID=$(id -u) -e GRP_ID=$(id -g) -v "$(pwd)":/work -v "$(pwd)"/build_doc_in_docker.sh:/run.sh "${DOCKER}" /run.sh "RUN_IN_DOCKER"
echo "Docker exited"
elif [ $# -eq 1 ]; then
apt update
apt install default-jre graphviz -y
cd /work
curl -sSL https://github.com/plantuml/plantuml/releases/download/v1.2023.13/plantuml-1.2023.13.jar --output /usr/local/bin/plantuml.jar
pip install -r requirements-doc.txt
sphinx-build -M html . build
chown -R $USER_ID:$GRP_ID build
Expand Down
49 changes: 49 additions & 0 deletions doc/includes/memory_requirement.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
.. tabs::

.. tab:: nRF52840 DK

The following table lists memory requirements (without MCUboot partition) for the default variant of the :ref:`Sidewalk_End_device` sample running on the `nRF52840 DK`_.

+----------------------------------------------------------------------------------------------------------------+----------------------+-----------+----------------------------+-------------+
| Sample | App partition size | App RAM | Total App partition size | Total RAM |
+================================================================================================================+======================+===========+============================+=============+
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Debug) | 412.20 kB | 94.08 kB | 983.50 kB | 256.00 kB |
+----------------------------------------------------------------------------------------------------------------+----------------------+-----------+----------------------------+-------------+
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Release) | 351.50 kB | 89.21 kB | 983.50 kB | 256.00 kB |
+----------------------------------------------------------------------------------------------------------------+----------------------+-----------+----------------------------+-------------+
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Debug) | 494.87 kB | 109.58 kB | 983.50 kB | 256.00 kB |
+----------------------------------------------------------------------------------------------------------------+----------------------+-----------+----------------------------+-------------+
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Release) | 430.05 kB | 104.71 kB | 983.50 kB | 256.00 kB |
+----------------------------------------------------------------------------------------------------------------+----------------------+-----------+----------------------------+-------------+

.. tab:: nRF5340 DK

The following table lists memory requirements (without MCUboot partition) for the default variant of the :ref:`Sidewalk_End_device` sample running on the `nRF5340 DK`_.

+----------------------------------------------------------------------------------------------------------------+----------------------+-----------+----------------------------+-------------+
| Sample | App partition size | App RAM | Total App partition size | Total RAM |
+================================================================================================================+======================+===========+============================+=============+
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Debug) | 354.09 kB | 82.97 kB | 975.50 kB | 440.00 kB |
+----------------------------------------------------------------------------------------------------------------+----------------------+-----------+----------------------------+-------------+
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Release) | 290.48 kB | 78.26 kB | 975.50 kB | 440.00 kB |
+----------------------------------------------------------------------------------------------------------------+----------------------+-----------+----------------------------+-------------+
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Debug) | 432.80 kB | 98.18 kB | 975.50 kB | 440.00 kB |
+----------------------------------------------------------------------------------------------------------------+----------------------+-----------+----------------------------+-------------+
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Release) | 365.91 kB | 93.46 kB | 975.50 kB | 440.00 kB |
+----------------------------------------------------------------------------------------------------------------+----------------------+-----------+----------------------------+-------------+

.. tab:: nRF54L15 PDK

The following table lists memory requirements (without MCUboot partition) for the default variant of the :ref:`Sidewalk_End_device` sample running on the `nRF54L15 PDK`_.

+----------------------------------------------------------------------------------------------------------------+----------------------+-----------+----------------------------+-------------+
| Sample | App partition size | App RAM | Total App partition size | Total RAM |
+================================================================================================================+======================+===========+============================+=============+
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Debug) | 350.58 kB | 87.74 kB | 730.00 kB | 256.00 kB |
+----------------------------------------------------------------------------------------------------------------+----------------------+-----------+----------------------------+-------------+
| :ref:`Hello Sidewalk Bluetooth LE <variant_sidewalk_hello>` (``CONFIG_SIDEWALK_SUBGHZ_SUPPORT=n``, Release) | 285.88 kB | 82.89 kB | 730.00 kB | 256.00 kB |
+----------------------------------------------------------------------------------------------------------------+----------------------+-----------+----------------------------+-------------+
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Debug) | 350.83 kB | 87.74 kB | 730.00 kB | 256.00 kB |
+----------------------------------------------------------------------------------------------------------------+----------------------+-----------+----------------------------+-------------+
| :ref:`Hello Sidewalk Bluetooth LE and sub-GHz <variant_sidewalk_hello>` (Release) | 286.00 kB | 82.89 kB | 730.00 kB | 256.00 kB |
+----------------------------------------------------------------------------------------------------------------+----------------------+-----------+----------------------------+-------------+
3 changes: 3 additions & 0 deletions doc/ncs_links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@
.. _nrf52840 DK: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/config_and_build/board_support.html#boards-included-in-sdk-zephyr
.. _nrf5340 DK: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/config_and_build/board_support.html#boards-included-in-sdk-zephyr
.. _Thingy53: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/config_and_build/board_support.html#boards-included-in-sdk-zephyr
.. _nRF54L15 PDK: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/config_and_build/board_support.html#boards-included-in-sdk-zephyr
.. _Getting started with nRF52 Series: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/device_guides/working_with_nrf/nrf52/gs.html
.. _Getting started with nRF53 Series: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/device_guides/nrf53.html
.. _Getting started with nRF54L Series: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/device_guides/nrf54l.html
.. _Zephyr toolchain: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/gs_installing.html#install-a-toolchain
.. _nRF Connect SDK Getting started: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/getting_started.html
.. _nRF52840dk_nrf52840: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/zephyr/boards/arm/nrf52840dk_nrf52840/doc/index.html
.. _nrf5340dk_nrf5340: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/zephyr/boards/arm/nrf5340dk_nrf5340/doc/index.html#nrf5340dk-nrf5340
.. _thingy53_nrf5340: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/zephyr/boards/arm/thingy53_nrf5340/doc/index.html#thingy53-nrf5340
.. _nrf54l15pdk_nrf54l15: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/zephyr/boards/arm/nrf54l15pdk_nrf54l15/doc/index.html
.. _Building and programming an application: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/getting_started/programming.html#gs-programming
.. _Testing and debugging an application: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/getting_started/testing.html#gs-testing
.. _Bootloader and DFU solutions for NCS: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/app_bootloaders.html
Expand Down
3 changes: 3 additions & 0 deletions doc/ncs_links_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ links=( ".. _nRF Connect SDK: https://developer.nordicsemi.com/nRF_Connect_SDK/d
".. _nrf52840 DK: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/<NCS_TAG>/nrf/config_and_build/board_support.html#boards-included-in-sdk-zephyr"
".. _nrf5340 DK: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/<NCS_TAG>/nrf/config_and_build/board_support.html#boards-included-in-sdk-zephyr"
".. _Thingy53: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/<NCS_TAG>/nrf/config_and_build/board_support.html#boards-included-in-sdk-zephyr"
".. _nRF54L15 PDK: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/<NCS_TAG>/nrf/config_and_build/board_support.html#boards-included-in-sdk-zephyr"
".. _Getting started with nRF52 Series: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/<NCS_TAG>/nrf/device_guides/working_with_nrf/nrf52/gs.html"
".. _Getting started with nRF53 Series: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/<NCS_TAG>/nrf/device_guides/nrf53.html"
".. _Getting started with nRF54L Series: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/<NCS_TAG>/nrf/device_guides/nrf54l.html"
".. _Zephyr toolchain: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/<NCS_TAG>/nrf/gs_installing.html#install-a-toolchain"
".. _nRF Connect SDK Getting started: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/<NCS_TAG>/nrf/getting_started.html"
".. _nRF52840dk_nrf52840: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/<NCS_TAG>/zephyr/boards/arm/nrf52840dk_nrf52840/doc/index.html"
".. _nrf5340dk_nrf5340: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/<NCS_TAG>/zephyr/boards/arm/nrf5340dk_nrf5340/doc/index.html#nrf5340dk-nrf5340"
".. _thingy53_nrf5340: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/<NCS_TAG>/zephyr/boards/arm/thingy53_nrf5340/doc/index.html#thingy53-nrf5340"
".. _nrf54l15pdk_nrf54l15: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/<NCS_TAG>/zephyr/boards/arm/nrf54l15pdk_nrf54l15/doc/index.html"
".. _Building and programming an application: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/<NCS_TAG>/nrf/getting_started/programming.html#gs-programming"
".. _Testing and debugging an application: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/<NCS_TAG>/nrf/getting_started/testing.html#gs-testing"
".. _Bootloader and DFU solutions for NCS: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/<NCS_TAG>/nrf/app_bootloaders.html"
Expand Down
Loading
Loading