Do not run the samples/drivers/flash_shell application on the stm32h745i_disco//m4 as the flash controller is not supported yet on the M4 core (only M7). Just like the nucleo stm32h745//m4 is excluded. Also exclude stm32h7rs disco at the moment (still TODO). Signed-off-by: Francois Ramu <francois.ramu@st.com>
22 lines
564 B
YAML
22 lines
564 B
YAML
sample:
|
|
description: Shell commands for inspecting flash driver behavior
|
|
name: Flash shell
|
|
tests:
|
|
sample.drivers.flash.shell:
|
|
tags:
|
|
- flash
|
|
- shell
|
|
filter: CONFIG_FLASH_HAS_DRIVER_ENABLED
|
|
platform_exclude:
|
|
- nucleo_h745zi_q/stm32h745xx/m4
|
|
- stm32h7s78_dk
|
|
- stm32h745i_disco/stm32h745xx/m4
|
|
- stm32h747i_disco/stm32h747xx/m4
|
|
- gd32f350r_eval
|
|
- arduino_portenta_h7/stm32h747xx/m4
|
|
- arduino_giga_r1/stm32h747xx/m4
|
|
harness: keyboard
|
|
min_ram: 12
|
|
integration_platforms:
|
|
- qemu_x86
|