Files
Andrzej Głąbek 10740d63a5 samples: code_relocation_nocopy: Update configuration for nRF54H20 DK
It is no longer needed to specify the read command parameters in dts,
as the flash driver is capable of obtaining those from SFDP structures,
so the redundant properties are removed.

After commit 612fd940fa got merged, both
the EXMIF and flash nodes in dts are not enabled by default so this
needs to be done in the overlay.

Although nrfutil is still not capable of programming the external
flash on nRF54H20 DK, thus `west flash` will not work in this case,
`nrf54h20dk/nrf54h20/cpuapp` is added as an allowed platform so that
the sample is at least built in CI for it.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
2025-09-10 13:02:01 +02:00

25 lines
599 B
YAML

sample:
description: Code data relocation nocopy Sample
name: code relocation nocopy
tests:
sample.app_dev.code_relocation_nocopy:
platform_allow:
- qemu_cortex_m3
- nrf5340dk/nrf5340/cpuapp
- nrf54h20dk/nrf54h20/cpuapp
- stm32f769i_disco
- stm32h7b3i_dk
- stm32h573i_dk
- b_u585i_iot02a
- stm32h745i_disco/stm32h745xx/m7
- stm32h750b_dk
- stm32f746g_disco
integration_platforms:
- qemu_cortex_m3
tags: linker
harness: console
harness_config:
type: one_line
regex:
- "Hello World! (.*)"