summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/systick.c
Commit message (Expand)AuthorAge
* stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.Dave Hylands2015-07-30
* stmhal: Prefix includes with py/; remove need for -I../py.Damien George2015-01-01
* stmhal: Make pyb.[u]delay use systick with IRQs, busy loop otherwise.Damien George2014-11-30
* stmhal: Improve efficiency of SysTick IRQ and HAL_Delay.Damien George2014-08-25
* stmhal: Use MP_OBJ_NEW_SMALL_INT directly in pyb.micros/millis.Damien George2014-08-25
* Add support for pyb.micros() by using the systick timer.Dave Hylands2014-08-25
* stmhal: Include mpconfig.h before all other includes.Paul Sokolovsky2014-06-28
* Add license header to (almost) all files.Damien George2014-05-03
* stmhal - More systick cleanup. Fix HAL_DelayDave Hylands2014-03-13
* Cleanup systick for stmhalDave Hylands2014-03-13
* REPl working on UART6 with STMHALDave Hylands2014-03-12