zephyr/snippets/nordic-flpr
Gerard Marull-Paretas d9fc08eca4 snippets: nordic-flpr: add support for nrf54h20dk
Provide overlay to mark uart135 as reserved (used by FLPR).

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2024-08-06 14:32:40 +02:00
..
boards snippets: nordic-flpr: add support for nrf54h20dk 2024-08-06 14:32:40 +02:00
README.rst
nordic-flpr.overlay
snippet.yml snippets: nordic-flpr: add support for nrf54h20dk 2024-08-06 14:32:40 +02:00

README.rst

.. _nordic-flpr:

Nordic FLPR snippet with execution from SRAM (nordic-flpr)
##########################################################

Overview
********

This snippet allows users to build Zephyr with the capability to boot Nordic FLPR
(Fast Lightweight Peripheral Processor) from application core.
FLPR code is to be executed from SRAM, so the FLPR image must be built
without the ``xip`` board variant, or with :kconfig:option:`CONFIG_XIP` disabled.