Initial board support and documentation. Signed-off-by: Felipe Neves <ryukokki.felipe@gmail.com>
22 lines
567 B
YAML
22 lines
567 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_nicla_vision/stm32h747xx/m4
|
|
- arduino_giga_r1/stm32h747xx/m4
|
|
- nucleo_h755zi_q/stm32h755xx/m4
|
|
harness: keyboard
|
|
min_ram: 12
|
|
integration_platforms:
|
|
- qemu_x86
|