From 1155f57710a068efbdc7fdd167ac4e44dd54ec7f Mon Sep 17 00:00:00 2001 From: Karl Palsson Date: Wed, 12 Jan 2022 17:30:15 +0000 Subject: stm32wb: rtc: initial registers Backup registers are just hardcoded to 32, which is the max seen. Note that the STM32WB only has 20! I've captured that in the platform yaml, even though it's not used anywhere (yet?) Signed-off-by: Karl Palsson --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f70630d..46bc223 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ pwr/pwr.h rcc/flash.h rcc/rcc.h rcc/rcc_enums.h +rtc/rtc.h syscfg/syscfg.h timer/timer.h usb/usb.h -- cgit v1.2.3