tests: drivers: bbram: add a second stm32 test entry
BBRAM can now depend on the new RTC driver implementation instead of the old counter based one. This adds the corresponding test scenario. Signed-off-by: Johan Lafon <johan.lafon@syslinbit.com>
This commit is contained in:
parent
469ba4e367
commit
a4e610a4ee
|
@ -0,0 +1 @@
|
|||
CONFIG_RTC=y
|
|
@ -22,3 +22,8 @@ tests:
|
|||
filter: dt_compat_enabled("st,stm32-bbram")
|
||||
integration_platforms:
|
||||
- stm32f746g_disco
|
||||
driver.bbram.stm32_rtc:
|
||||
extra_args: OVERLAY_CONFIG="stm32_rtc.conf"
|
||||
filter: dt_compat_enabled("st,stm32-bbram")
|
||||
integration_platforms:
|
||||
- stm32f746g_disco
|
||||
|
|
Loading…
Reference in New Issue