zephyr/snippets/nordic-flpr-xip
Gerard Marull-Paretas 3bf9e84ddc snippets: nordic-flpr-xip: move vevif enablement to nRF54L15DK overlay
Other platforms, e.g. nRF54H20 do not need this.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2024-08-06 14:32:40 +02:00
..
boards snippets: nordic-flpr-xip: move vevif enablement to nRF54L15DK overlay 2024-08-06 14:32:40 +02:00
nordic-flpr-xip.overlay snippets: nordic-flpr-xip: move vevif enablement to nRF54L15DK overlay 2024-08-06 14:32:40 +02:00
README.rst
snippet.yml

.. _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.