index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
systick.c
Age
Commit message (
Expand
)
Author
2017-03-22
stmhal/systick: Make mp_hal_delay_ms release the GIL when sleeping.
Damien George
2017-03-20
stmhal: Enable micropython.schedule().
Damien George
2017-03-02
stmhal: Rename sys_tick ticks/delay functions to corresp. mp_hal ones.
Damien George
2017-02-15
stmhal: Implement a proper thread scheduler.
Damien George
2015-07-30
stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H.
Dave Hylands
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-11-30
stmhal: Make pyb.[u]delay use systick with IRQs, busy loop otherwise.
Damien George
2014-08-25
stmhal: Improve efficiency of SysTick IRQ and HAL_Delay.
Damien George
2014-08-25
stmhal: Use MP_OBJ_NEW_SMALL_INT directly in pyb.micros/millis.
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-03-13
stmhal - More systick cleanup. Fix HAL_Delay
Dave Hylands
2014-03-13
Cleanup systick for stmhal
Dave Hylands
2014-03-12
REPl working on UART6 with STMHAL
Dave Hylands