zephyr/tests/drivers/eeprom/testcase.yaml
Francois Ramu 31afbf7902 tests: drivers: eeprom testing on stm32 platforms
Add the testcase for running the test of the
stm32 eeprom driver on stm32 platforms like the nucleo_l152re
or nucleo_l073rz boards.

Signed-off-by: Francois Ramu <francois.ramu@st.com>
2022-10-17 14:41:01 +09:00

11 lines
257 B
YAML

tests:
peripheral.eeprom:
platform_allow: |
native_posix native_posix_64 qemu_x86
nucleo_l152re nucleo_l073rz
tags: drivers userspace
peripheral.eeprom.generic:
build_only: true
depends_on: eeprom
tags: drivers userspace