aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/modmachine.c
AgeCommit message (Expand)Author
2018-09-24stm32/modmachine: Re-enable PLLSAI[1] after waking from stop mode.Damien George
2018-09-11stm32: For MCUs that have PLLSAI allow to set SYSCLK at 2MHz increments.Damien George
2018-08-01stm32/modmachine: Get machine.sleep working on L4 MCUs.Damien George
2018-07-31stm32/modmachine: Get machine.sleep 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-28stm32: Allow a board to disable MICROPY_VFS_FAT.Damien George
2018-05-28stm32: Allow to have no storage support if there are no block devices.Damien George
2018-05-04stm32: Don't use %lu or %lx for formatting, use just %u or %x.Damien George
2018-04-11stm32: Allow a board to configure the HSE in bypass mode.Damien George
2018-03-17stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.Damien George
2018-03-09stm32/modmachine: Support basic H7 MCU features.iabdalkader
2018-02-13stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config.Damien George
2018-02-13stm32: Update HAL macro and constant names to use newer versions.Damien George
2018-02-05stm32/main: Reorder some init calls to put them before soft-reset loop.Damien George
2018-02-01stm32/modmachine: In freq(), select flash latency value based on freq.Damien George
2018-01-31stm32/modmachine: Handle case of no MICROPY_PY_MACHINE_I2C.Peter D. Gray
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George