Enable RTC on STM32WL chips (#1645)

* Add clippy allow to not report if same then branch

* Support enabling RTC clock on STM32WL

* Add clippy allow to not report if same then branch

* Support enabling RTC clock on STM32WL

* Add rtc example for stm32wl

* Address code review feedback
This commit is contained in:
Phil Markgraf
2023-07-15 04:40:23 -07:00
committed by GitHub
parent 7b36fe049d
commit 3bae533066
5 changed files with 108 additions and 4 deletions

View File

@ -3,7 +3,7 @@
runner = "probe-rs run --chip STM32WLE5JCIx"
[build]
target = "thumbv7em-none-eabihf"
target = "thumbv7em-none-eabi"
[env]
DEFMT_LOG = "trace"