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
/
stm32_it.c
Age
Commit message (
Expand
)
Author
2021-02-21
stm32/uart: Add support for LPUART1 on L0, L4, H7 and WB MCUs.
Chris Mason
2020-06-25
stm32/timer: Support TIM1 on WB MCUs.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-01-31
stm32/stm32_it: Don't call __HAL_USB_HS_EXTI_CLEAR_FLAG on H7 MCUs.
Damien George
2019-12-19
stm32/timer: Add missing TIM 1/15/16/17 IRQ handlers for H7 MCUs.
iabdalkader
2019-12-05
stm32/uart: Add support for UART4/5 on L0 MCUs.
Chris Mason
2019-09-23
stm32/can: Factor CAN driver into low-level and Python bindings.
Damien George
2019-08-29
stm32/stm32_it: Include correct EXTI interrupt handlers for L0 MCUs.
Damien George
2019-08-15
stm32/usbd: Support USB device mode on STM32L432 MCUs.
Damien George
2019-07-17
stm32: Add initial support for STM32WBxx MCUs.
Damien George
2019-07-16
stm32: Add support for USB on L0 MCUs.
Damien George
2019-07-03
stm32: Update components to work with new H7xx HAL.
Damien George
2019-06-25
stm32: Enter bootloader via a system reset.
Damien George
2019-06-14
stm32: In link script, define start of stack separately from heap end.
Chris Mason
2019-05-02
stm32: Add support for F413 MCUs.
Chris Mason
2019-03-14
stm32/stm32_it: Guard UART7_IRQHandler with check for UART7 define.
roland van straten
2019-03-05
stm32: Add compile-time option to use HSI as clock source.
Francisco J. Manno
2019-02-19
stm32/stm32_it: Fix RTC IRQ handler to handle all EXTI IRQs on F0 MCUs.
Dave Hylands
2019-02-08
stm32/pendsv: Clean up pendsv IRQ handler and eliminate duplicate code.
Damien George
2019-02-08
stm32/systick: Make periodic systick callbacks use a cyclic func table.
Damien George
2018-07-31
stm32/rtc: Get rtc.wakeup working on F0 MCUs.
Damien George
2018-06-15
stm32/timer: Support TIM1 on F0 MCUs.
Damien George
2018-05-28
stm32: Add support for STM32F0 MCUs.
Damien George
2018-05-28
stm32: Add support for Cortex-M0 CPUs.
Damien George
2018-05-28
stm32: Allow to have no storage support if there are no block devices.
Damien George
2018-05-28
stm32/usb: Guard USB device code with #if for whether USB is enabled.
Damien George
2018-05-16
stm32: Enable UART7/8 on F4 series that have these peripherals.
Ryan Shaw
2018-05-14
stm32/pyb_i2c: Put pyb.I2C under MICROPY_PY_PYB_LEGACY setting.
Damien George
2018-04-11
stm32: Allow a board to configure the HSE in bypass mode.
Damien George
2018-04-11
stm32/stm32_it: Add IRQ handler for I2C4.
Damien George
2018-04-11
stm32/can: Allow CAN pins to be configured per board.
Damien George
2018-03-17
stm32: Use STM32xx macros instead of MCU_SERIES_xx to select MCU type.
Damien George
2018-03-16
stm32/can: Add CAN.info() method to retrieve error and tx/rx buf info.
Damien George
2018-03-09
stm32/stm32_it: Add support for H7 MCUs.
iabdalkader
2018-02-13
stm32: Introduce MICROPY_HW_ENABLE_USB and clean up USB config.
Damien George
2017-10-04
all: Remove inclusion of internal py header files.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George