aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/softtimer.c
AgeCommit message (Expand)Author
2020-03-26stm32/softtimer: Initialise pairing-heap node before pushing to heap.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2020-01-22stm32/softtimer: Change linear linked list to a pairing heap.Damien George
2019-10-31stm32: Add soft timer implementation, using SysTick at 1ms resolution.Damien George