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
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