aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/rtc.c
AgeCommit message (Expand)Author
2021-01-30docs,stm32: Fix minor typos in RTC docs, and->an.Andrew Scheller
2020-11-13stm32/rtc: Validate the RTC prescaler on boot and change if incorrect.Damien George
2020-09-18all: Rename absolute time-based functions to include "epoch".Damien George
2020-08-22py/mphal.h: Introduce mp_hal_time_ns and implement on various ports.Damien George
2020-04-23all: Format code to add space after C++-style comment start.stijn
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
2020-03-28all: Remove spaces inside and around parenthesis.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-07-17stm32: Add initial support for STM32WBxx MCUs.Damien George
2019-07-05stm32: Add initial support for STM32L0xx MCUs.Damien George
2019-05-09stm32/rtc: Allow overriding startup timeouts from mpconfigboard.Andrew Leech
2019-04-12stm32/rtc: Remove non-ASCII mu-character from source code comment.Damien George
2019-04-11stm32/rtc: Remove unused LSE detection code.Damien George
2019-04-11stm32/rtc: Add auto-LSE-bypass detection with fallback to LSE then LSI.Damien George
2019-01-27stm32/rtc: Check RTCEN=1 when testing if RTC is already running on boot.Damien George
2018-07-31stm32/rtc: Get rtc.wakeup working on F0 MCUs.Damien George
2018-07-08stm32: Support compiling with object representation D.Damien George
2018-05-28stm32: Add support for STM32F0 MCUs.Damien George
2018-05-21stm32/rtc: Don't try to set SubSeconds value on RTC.Damien George
2018-05-02stm32/irq: Define IRQ priorities directly as encoded hardware values.Damien George
2018-03-17stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.Damien George
2018-03-09stm32/rtc: Add RTC support for H7 MCUs.iabdalkader
2018-02-13stm32: Update HAL macro and constant names to use newer versions.Damien George
2018-02-05stm32/rtc: Add compile-time option to set RTC source as LSE bypass.Damien George
2018-02-05stm32/rtc: Fix RTC init to use LSI if LSI is already selected on boot.Damien George
2018-02-05stm32/rtc: Fix rtc_info flags when LSE fails and falls back to LSI.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George