summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorKarl Palsson <karlp@tweak.net.au>2022-01-12 18:30:15 +0100
committerVegard Storheil Eriksen <zyp@jvnv.net>2022-01-26 23:41:04 +0100
commit1155f57710a068efbdc7fdd167ac4e44dd54ec7f (patch)
tree198ee24c33f4c697f039b32e50b0ecea109d3bbe /.gitignore
parent39a5d7c632ec25bcaaa6f296effe719bbc62a6ed (diff)
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 <karlp@tweak.net.au>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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