Exclude the nucleo_h755i_q m4 core from the flash_shell samples, as the m4 core in stm32h7 parts does not have flash support in Zephyr. Signed-off-by: Mike Banducci <michael.banducci@sandc.com>
21 lines
523 B
YAML
21 lines
523 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
|
|
- gd32f350r_eval
|
|
- arduino_portenta_h7/stm32h747xx/m4
|
|
- arduino_giga_r1/stm32h747xx/m4
|
|
- nucleo_h755zi_q/stm32h755xx/m4
|
|
harness: keyboard
|
|
min_ram: 12
|
|
integration_platforms:
|
|
- qemu_x86
|