After add zephyr,flash-controller property, most gd32 boards support flash_shell sample. gd32vf103c_starter and gd32vf103v_eval only have 32KB SRAM, so we should reduce CONFIG_HEAP_MEM_POOL_SIZE to 8KB. gd32f350r_eval only have 16KB driver, exclude from flash_shell sample. Signed-off-by: HaiLong Yang <hailong.yang@brainco.cn>
12 lines
316 B
YAML
12 lines
316 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_m4 stm32h747i_disco_m4 gd32f350r_eval
|
|
harness: keyboard
|
|
min_ram: 12
|