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>
11 lines
257 B
YAML
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
|