zephyr/samples/application_development/code_relocation_nocopy/sample.yaml
Francois Ramu a9be65bec5 samples: code relocation in external memory of stm32H7 disco kit
Define the configuration to run the code_relocation
application on the external memory dual quad flash
of the stm32h745i/stm32h750b disco kits in XIP

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2024-06-06 15:22:06 -05:00

23 lines
558 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
- 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! (.*)"