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
/
stmhal
/
stm32f4xx_it.c
Age
Commit message (
Expand
)
Author
2015-07-30
stmhal: Renamed startup/system/_it.[ch] file to generic names.
Dave Hylands
2015-07-30
stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.
Dave Hylands
2015-06-01
stmhal: Add support for UART5
Dave Hylands
2015-03-20
stmhal: Remove some unnecessary declarations, purely for cleanup.
Damien George
2015-03-15
stmhal: Add rtc.wakeup method, to set wakeup timer.
Damien George
2015-02-15
stmhal: Add support for CAN rx callbacks.
Henrik Sölver
2015-01-20
py, unix, stmhal: Allow to compile with -Wshadow.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-10-21
stmhal: Overhaul UART class to use read/write, and improve it.
Damien George
2014-08-25
stmhal: Improve efficiency of SysTick IRQ and HAL_Delay.
Damien George
2014-08-25
Add support for pyb.micros() by using the systick timer.
Dave Hylands
2014-06-28
stmhal: Include mpconfig.h before all other includes.
Paul Sokolovsky
2014-05-03
Add license header to (almost) all files.
Damien George
2014-04-21
stmhal: Add Timer class: simple TIM control, incl callback on IRQ.
Damien George
2014-04-18
stmhal: Big cleanup; merge gpio into Pin; make names consistent.
Damien George
2014-04-17
stmhal: Clean up fatality indications; remove long-obsolete malloc0.c.
Damien George
2014-04-16
stmhal: Improve flash storage cache management.
Damien George
2014-04-02
stmhal: Add timer module; move servo PWM from TIM2 to TIM5.
Damien George
2014-03-30
stmhal: Implement selector for USB device mode; improve boot up.
Damien George
2014-03-22
stmhal: Rename servo_TIM2_Handle -> TIM2_Handle.
Damien George
2014-03-22
stmhal: Add intensity method for blue LED.
Damien George
2014-03-22
stmhal: Servo driver can move at a given speed.
Damien George
2014-03-15
stmhal: Get USB CDC REPL working.
Damien George
2014-03-14
stmhal - add pin mapping, gpio, exti, usrsw
Dave Hylands
2014-03-14
stmhal - add led support. Add netduino_plus_2 support
Dave Hylands
2014-03-14
stmhal: Get USB enumerating a CDC device.
Damien George
2014-03-13
Cleanup systick for stmhal
Dave Hylands
2014-03-12
REPl working on UART6 with STMHAL
Dave Hylands
2014-03-12
stmhal: Get SysTick and HSE working.
Damien George