zephyr/samples/application_development/code_relocation_nocopy/sample.yaml
Francois Ramu 2f0dd2c66f samples: code relocation in external memory of stm32h5 disco kit
Define the configuration to run the code_relocation
application on the external memory xspi flash
of the stm32h573i_dk disco kit in XIP

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2024-06-24 12:45:34 -04:00

24 lines
580 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
- 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! (.*)"