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:
Johan Lafon 2023-09-18 12:08:15 +02:00 committed by Fabio Baltieri
parent 469ba4e367
commit a4e610a4ee
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1 @@
CONFIG_RTC=y

View File

@ -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