The flash controller is nowadays supported on the M4 core. Add the bank2-flash-size property to the board definitions as required by the STM32 H7 flash driver. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
16 lines
363 B
YAML
16 lines
363 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:
|
|
- stm32h7s78_dk
|
|
- gd32f350r_eval
|
|
harness: keyboard
|
|
min_ram: 12
|
|
integration_platforms:
|
|
- qemu_x86
|