aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/systick.c
AgeCommit message (Expand)Author
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-10-31stm32: Add soft timer implementation, using SysTick at 1ms resolution.Damien George
2019-02-08stm32/systick: Make periodic systick callbacks use a cyclic func table.Damien George
2019-02-08stm32/systick: Rename sys_tick_XXX functions to systick_XXX.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George