Now that flash controller driver is supported on M4 of stm32h745i_disco, remove it from platform_exclude list and add an overlay for flash_shell sample. Signed-off-by: Murali Karicheri <murali.karicheri@sandc.com>
20 lines
484 B
YAML
20 lines
484 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
|
|
harness: keyboard
|
|
min_ram: 12
|
|
integration_platforms:
|
|
- qemu_x86
|