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
/
stm
/
stm32fxxx_it.c
Age
Commit message (
Expand
)
Author
2014-05-21
stm: Remove long-obsolete stm/ port.
Damien George
2014-02-23
Add EXTI support
Dave Hylands
2014-02-03
Initial support for Netduino
Dave Hylands
2014-02-01
stm: Add support for ctrl-C to interrupt running Python.
Damien George
2014-01-26
stm: USB host mode working! Restructure stm library directories.
Damien George
2014-01-22
stm: Fix USART3 init. Small edits to Makefile and other things.
Damien George
2014-01-21
stm: Clean up main.c; disable libgcc by default.
Damien George
2014-01-21
Revamp qstrs: they now include length and hash.
Damien George
2014-01-13
stm: Re-instate C debugging USART port (disabled by default).
Damien George
2014-01-05
Add Initial Support for STM32F4DISCOVERY Board
mux
2013-12-21
Change object representation from 1 big union to individual structs.
Damien
2013-12-11
stm: add basic Servo class, and stop and standby functions.
Damien
2013-12-05
stm: initial commit of working CC3000 driver, based on Adafruit.
Damien
2013-11-06
Add to STM code timer functionality to call Python on interrupt.
Damien
2013-10-24
Add support for SD card (not working).
Damien
2013-10-19
Working SysTick, code factoring, some boot-up code.
Damien
2013-10-13
Inital commit of stm32f4xx framework.
Damien