RIOT-OS / RIOT

RIOT - The friendly OS for IoT
https://riot-os.org
GNU Lesser General Public License v2.1
4.85k stars 1.97k forks source link

add periph_rtc to STM32WL cpu and boards #18789

Open donsez opened 1 year ago

donsez commented 1 year ago

Description

add periph_rtc to STM32WL55JC cpu and boards (nucleo-wl55jc, lora-e5-dev)

RTC is important for dataloggers.

periph_rtc]> gmake BOARD=lora-e5-dev
There are unsatisfied feature requirements: periph_rtc
/Users/donsez/github/RIOT-OS/RIOT/tests/periph_rtc/../../Makefile.include:999: *** You can let the build continue on expected errors by setting CONTINUE_ON_EXPECTED_ERRORS=1 to the command line.  Stop.
periph_rtc]> gmake BOARD=nucleo-wl55jc
There are unsatisfied feature requirements: periph_rtc
/Users/donsez/github/RIOT-OS/RIOT/tests/periph_rtc/../../Makefile.include:999: *** You can let the build continue on expected errors by setting CONTINUE_ON_EXPECTED_ERRORS=1 to the command line.  Stop.

Useful links

benpicco commented 1 year ago

You can just use the rtt_rtc module instead