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
/
powerctrl.c
Age
Commit message (
Expand
)
Author
2021-04-07
stm32/powerctrl: Support using PLLI2C on STM32F413 as USB clock source.
Damien George
2021-04-07
stm32/powerctrl: Allow a board to configure AHB and APB clock dividers.
Damien George
2021-03-11
stm32/powerctrl: Save and restore EWUP state when configuring standby.
Peter Hinch
2020-12-07
stm32/powerctrl: Ensure SysTick is disabled on STOP mode entry for H7.
iabdalkader
2020-12-07
stm32/powerctrl: Set H7 RTC wakeup flags.
iabdalkader
2020-12-07
stm32/powerctrl: Disable RTC write protection before changing flags.
iabdalkader
2020-12-07
stm32/powerctrl: On H7, re-enable disabled OSCs/PLLs on exit from STOP.
iabdalkader
2020-12-07
stm32/powerctrl: Fix STOP mode voltage scaling on H7 REV V devices.
iabdalkader
2020-12-07
stm32/powerctrl: Define RCC_SR_SFTRSTF flag for H747.
iabdalkader
2020-06-02
stm32/modmachine: Allow changing AHB and APB bus frequencies on STM32WB.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-01-31
stm32/powerctrl: Reenable PLL3 on H7 MCUs when waking from stop mode.
Damien George
2020-01-31
stm32/powerctrl: Improve support for changing system freq on H7 MCUs.
Damien George
2020-01-30
stm32/powerctrl: Enable overdrive on F7 when waking from stop mode.
Damien George
2020-01-30
stm32/powerctrl: Disable HSI if not needed to save a bit of power.
Damien George
2020-01-29
stm32/powerctrl: For F7, allow PLLM!=HSE when setting PLLSAI to 48MHz.
Damien George
2019-09-04
stm32/powerctrl: Fix machine.bootloader() for L0 MCUs.
Jim Mussared
2019-07-17
stm32: Add initial support for STM32WBxx MCUs.
Damien George
2019-07-08
stm32/powerctrl: Move L0's SystemClock_Config to powerctrlboot.c file.
Damien George
2019-07-05
stm32: Add initial support for STM32L0xx MCUs.
Damien George
2019-07-03
stm32/powerctrl: Add hooks for a board to perform actions on sleep/wake.
Damien George
2019-06-25
stm32: Enter bootloader via a system reset.
Damien George
2019-05-02
stm32/powerctrl: Support changing frequency when HSI is clock source.
Damien George
2019-04-29
stm32/powerctrl: Deselect PLLSAI as 48MHz src before turning off PLLSAI.
Damien George
2019-04-18
stm32/powerctrl: Enable EIWUP to ensure RTC wakes device from standby.
Damien George
2019-03-05
stm32: Add compile-time option to use HSI as clock source.
Francisco J. Manno
2018-12-05
stm32/powerctrl: Add support for standby mode on L4 MCUs.
Damien George
2018-11-28
stm32/powerctrl: Disable IRQs during stop mode to allow reconfig on wake
Damien George
2018-11-28
stm32/powerctrl: Move (deep)sleep funcs from modmachine.c to powerctrl.c
Damien George
2018-09-24
stm32/powerctrl: Don't configure clocks if already at desired frequency.
Damien George
2018-09-24
stm32/powerctrl: Optimise passing of default values to set_sysclk.
Damien George
2018-09-24
stm32/powerctrl: Factor code that configures PLLSAI on F7 MCUs.
Damien George
2018-09-24
stm32/powerctrl: Factor code to set RCC PLL and use it in startup.
Damien George
2018-09-24
stm32/powerctrl: Fix configuring APB1/APB2 frequency when AHB also set.
Damien George
2018-09-24
stm32/powerctrl: Move function to set SYSCLK into new powerctrl file.
Damien George