index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
stm32
/
stm32_it.c
Age
Commit message (
Expand
)
Author
2019-10-13
remove ports/stm32
Dan Halbert
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