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
/
extint.c
Age
Commit message (
Expand
)
Author
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-13
py: Add mp_raise_msg_varg helper and use it where appropriate.
Damien George
2019-09-23
stm32: Use mp_printf with MICROPY_ERROR_PRINTER for uncaught exceptions.
Damien George
2019-08-28
stm32/extint: Fix EXTI mapping of PVD and RTC events for H7 MCUs.
iabdalkader
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-07-03
stm32/extint: Simplify bitband support config for different MCUs.
Damien George
2019-06-03
stm32: Integrate in the cyw43 driver and network.WLAN class.
Damien George
2019-06-03
stm32/extint: Add extint_set() function for internal C access to EXTI.
Damien George
2019-02-19
stm32/extint: Add non-GPIO EXTI IRQ sources for F0.
Dave Hylands
2019-02-19
stm32/extint: Fix RTC Alarm/FS USB EXTI constants for L4.
Dave Hylands
2019-02-19
stm32/extint: Fix ExtInt to work with non-GPIO pins.
Dave Hylands
2019-02-12
ports: Convert legacy uppercase macro names to lowercase.
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-04
stm32: Don't use %lu or %lx for formatting, use just %u or %x.
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/extint: Add EXTI support for H7 MCUs.
iabdalkader
2018-02-13
stm32: Update HAL macro and constant names to use newer versions.
Damien George
2017-09-06
stm32: Replace stray tabs with spaces.
Damien George
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George