drivers/counter: stm32: Provide STM32 RTC driver using counter API
Provides a STM32 RTC driver using new counter API. Driver does not support wrap related functions (set, get, ..) Fixes #11373 Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
7809970c8a
commit
458226e1f7
13 changed files with 450 additions and 4 deletions
|
@ -79,4 +79,11 @@ config RTC_STM32
|
|||
|
||||
endif # RTC
|
||||
|
||||
if COUNTER
|
||||
|
||||
config COUNTER_RTC_STM32
|
||||
default y
|
||||
|
||||
endif # COUNTER
|
||||
|
||||
endif # SOC_FAMILY_STM32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue