sago35
d65e3deccf
Revert "all: move stm32 files to separate repository"
...
This reverts commit 644356c220
.
2022-02-28 10:19:26 +01:00
Ayke van Laethem
644356c220
all: move stm32 files to separate repository
2022-02-18 23:39:26 +01:00
Ayke van Laethem
77ec9b6369
all: update build constraints to Go 1.17
...
Do it all at once in preparation for Go 1.18 support.
To make this commit, I've simply modified the `fmt-check` Makefile
target to rewrite files instead of listing the differences. So this is a
fully mechanical change, it should not have introduced any errors.
2022-02-04 07:49:46 +01:00
Elias Naur
a6837f05a4
runtime: remove unused arrtype type aliases
...
The arrtype aliases are used in the machine package.
2021-12-23 22:07:49 +01:00
Kenneth Bell
fa3dd41a4f
stm32: Use TIM for runtime clock
2021-05-28 00:02:46 +02:00
Kenneth Bell
46a7993fb8
stm32: i2c implementation for F7, L5 and L4 MCUs
2021-03-24 08:35:34 +01:00
kenbell
b0b84c48ec
Harmonize stm32 ticks and sleep ( #1673 )
...
machine/stm32f*: move to harmonized tick / sleep logic code
2021-03-18 11:54:15 +01:00