aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/machine_timer.c
AgeCommit message (Expand)Author
2021-04-21stm32/machine_timer: Improve usability of Timer constructor and init.Damien George
2020-04-18all: Fix implicit floating point to integer conversions.stijn
2020-04-05all: Use MP_ERROR_TEXT for all error messages.Jim Mussared
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-12-27stm32: Fix to build in nanbox mode.Damien George
2019-10-31stm32: Add machine.Timer with soft timer implementation.Damien George