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