zephyr/snippets/nordic-ppr-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-ppr-xip.overlay
snippet.yml snippets: nordic-*: support custom boards 2024-11-16 15:55:27 -05:00

README.rst

.. _nordic-ppr-xip:

Nordic boot PPR snippet with execution in place (nordic-ppr-xip)
################################################################

Overview
********

This snippet allows users to build Zephyr with the capability to boot Nordic PPR
(Peripheral Processor) from another core. PPR code is to be executed from MRAM,
so the PPR image must be built for the ``xip`` board variant, or with
:kconfig:option:`CONFIG_XIP` enabled.