zephyr/samples/application_development/code_relocation_nocopy/sample.yaml
Francois Ramu 4101948082 samples: code relocation in external memory of stm32 disco kit
Define the configuration to run the code_relocation
application on the external memory octo flash
of the stm32u585 or stm32h7b3i disco kit in XIP

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2024-05-31 09:52:54 -05:00

20 lines
471 B
YAML

sample:
description: Code data relocation nocopy Sample
name: code relocation nocopy
tests:
sample.application_development.code_relocation_nocopy:
platform_allow:
- qemu_cortex_m3
- nrf5340dk/nrf5340/cpuapp
- stm32f769i_disco
- stm32h7b3i_dk
- b_u585i_iot02a
integration_platforms:
- qemu_cortex_m3
tags: linker
harness: console
harness_config:
type: one_line
regex:
- "Hello World! (.*)"