Added a sample to demonstrate how to read binary descriptors. Signed-off-by: Yonatan Schachter <yonatan.schachter@gmail.com>
14 lines
288 B
YAML
14 lines
288 B
YAML
sample:
|
|
name: Bindesc read
|
|
|
|
common:
|
|
build_only: true
|
|
platform_exclude:
|
|
- nucleo_c031c6
|
|
|
|
tests:
|
|
sample.bindesc.read_bindesc:
|
|
tags: bindesc
|
|
filter: dt_chosen_enabled("zephyr,flash-controller") and CONFIG_FLASH_HAS_DRIVER_ENABLED
|
|
and CONFIG_ARCH_SUPPORTS_ROM_START
|