zephyr/snippets/nordic-flpr-xip
Marcin Szymczyk 26973bd054 snippets: nordic-*: support custom boards
Apply overlays for custom boards, based on already supported SoCs.

Fixes #77639.

Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
2024-11-16 15:55:27 -05:00
..
soc snippets: nordic-*: support custom boards 2024-11-16 15:55:27 -05:00
README.rst
nordic-flpr-xip.overlay snippets: nordic-flpr-xip: move vevif enablement to nRF54L15DK overlay 2024-08-06 14:32:40 +02:00
snippet.yml snippets: nordic-*: support custom boards 2024-11-16 15:55:27 -05: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.