zephyr/snippets/nordic-flpr-xip
Gerard Marull-Paretas 8dcc2e05cc snippets: nordic-flpr-xip: add support for nrf54h20dk
Add support for nRF54H20.

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

README.rst

.. _nordic-flpr-xip:

Nordic FLPR snippet with execution in place (nordic-flpr-xip)
#############################################################

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 RRAM, so the FLPR image must be built
for the ``xip`` board variant, or with :kconfig:option:`CONFIG_XIP` enabled.