1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/stm32g0316-disco: enable periph_rtc

This commit is contained in:
Benjamin Valentin 2024-02-04 19:40:47 +01:00
parent 0cdbde8fb8
commit e20784833d

View File

@ -3,6 +3,7 @@ CPU_MODEL = stm32g031j6
# Put defined MCU peripherals here (in alphabetical order)
FEATURES_PROVIDED += periph_gpio
FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_rtt
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart