zephyr/snippets/nordic-flpr
Adam Kondraciuk b6d208d292 snippets: nordic: Add nRF54L09 FLPR
Add nrF54L09 FLPR core support.

Signed-off-by: Adam Kondraciuk <adam.kondraciuk@nordicsemi.no>
2025-03-28 08:34:23 +01:00
..
soc snippets: nordic: Add nRF54L09 FLPR 2025-03-28 08:34:23 +01:00
nordic-flpr.overlay snippets: nordic-flpr: move vevif enablement to nRF54L15DK overlay 2024-08-06 14:32:40 +02:00
README.rst
snippet.yml snippets: nordic: Add nRF54L09 FLPR 2025-03-28 08:34:23 +01:00

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