zephyr/snippets/nordic-flpr-xip
Jakub Zymelka bec4faebb9 snippets: Add nRF54L15 FLPR core snippets
Add snippets to boot nRF54L15 FLPR from application core.

Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
2024-04-16 18:36:58 +01:00
..
boards snippets: Add nRF54L15 FLPR core snippets 2024-04-16 18:36:58 +01:00
nordic-flpr-xip.overlay snippets: Add nRF54L15 FLPR core snippets 2024-04-16 18:36:58 +01:00
README.rst snippets: Add nRF54L15 FLPR core snippets 2024-04-16 18:36:58 +01:00
snippet.yml snippets: Add nRF54L15 FLPR core snippets 2024-04-16 18:36:58 +01:00

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