aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/runtime/runtime_stm32_timers.go
AgeCommit message (Expand)Author
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-08-04all: format code according to Go 1.19 rulesAyke van Laethem
2022-02-28Revert "all: move stm32 files to separate repository"sago35
2022-02-18all: move stm32 files to separate repositoryAyke van Laethem
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2021-12-23runtime: remove unused arrtype type aliasesElias Naur
2021-05-28stm32: Use TIM for runtime clockKenneth Bell
2021-03-24stm32: i2c implementation for F7, L5 and L4 MCUsKenneth Bell
2021-03-18Harmonize stm32 ticks and sleep (#1673)kenbell