summaryrefslogtreecommitdiff
path: root/stmhal/stm32f4xx_it.c
AgeCommit message (Expand)Author
2014-10-21stmhal: Overhaul UART class to use read/write, and improve it.v1.3.4Damien George
2014-08-25stmhal: Improve efficiency of SysTick IRQ and HAL_Delay.Damien George
2014-08-25Add support for pyb.micros() by using the systick timer.Dave Hylands
2014-06-28stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky
2014-05-03Add license header to (almost) all files.Damien George
2014-04-21stmhal: Add Timer class: simple TIM control, incl callback on IRQ.Damien George
2014-04-18stmhal: Big cleanup; merge gpio into Pin; make names consistent.Damien George
2014-04-17stmhal: Clean up fatality indications; remove long-obsolete malloc0.c.Damien George
2014-04-16stmhal: Improve flash storage cache management.Damien George
2014-04-02stmhal: Add timer module; move servo PWM from TIM2 to TIM5.Damien George
2014-03-30stmhal: Implement selector for USB device mode; improve boot up.Damien George
2014-03-22stmhal: Rename servo_TIM2_Handle -> TIM2_Handle.Damien George
2014-03-22stmhal: Add intensity method for blue LED.Damien George
2014-03-22stmhal: Servo driver can move at a given speed.Damien George
2014-03-15stmhal: Get USB CDC REPL working.Damien George
2014-03-14stmhal - add pin mapping, gpio, exti, usrswDave Hylands
2014-03-14stmhal - add led support. Add netduino_plus_2 supportDave Hylands
2014-03-14stmhal: Get USB enumerating a CDC device.Damien George
2014-03-13Cleanup systick for stmhalDave Hylands
2014-03-12REPl working on UART6 with STMHALDave Hylands
2014-03-12stmhal: Get SysTick and HSE working.Damien George