Skip to content

Commit

Permalink
drivers: counter: rtc valid for stm32l1 soc series
Browse files Browse the repository at this point in the history
The rtc counter is also built for the stm32l1 series
from STMicroelectronics.
The EXTI line 17 is mapped on RTC alarm pin

Signed-off-by: Francois Ramu <[email protected]>
  • Loading branch information
FRASTM authored and carlescufi committed Aug 10, 2020
1 parent 7aead73 commit b9c7c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/counter/Kconfig.stm32_rtc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ menuconfig COUNTER_RTC_STM32
select REQUIRES_FULL_LIBC
help
Build RTC driver for STM32 SoCs.
Tested on STM32 F0, F2, F3, F4, L4, F7, G4, H7 series
Tested on STM32 F0, F2, F3, F4, L1, L4, F7, G4, H7 series

choice COUNTER_RTC_STM32_CLOCK_SRC
bool "RTC clock source"
Expand Down

0 comments on commit b9c7c35

Please sign in to comment.