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
/
stm
/
stm32fxxx_it.c
Age
Commit message (
Expand
)
Author
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