summaryrefslogtreecommitdiff
path: root/extmod/machine_timer.c
AgeCommit message (Collapse)Author
2022-11-11extmod: Add and reorganise compilation guards and includes.Damien George
To reduce dependencies on header files when extmod components are disabled. Signed-off-by: Damien George <damien.p.george@gmail.com>
2022-10-27extmod/machine_timer: Move stm32's implementation of machine.Timer here.Damien George
So it can be reused by other ports. Signed-off-by: Damien George <damien@micropython.org>