tinygo/src/device
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
..
arm all: update build constraints to Go 1.17 2022-02-04 07:49:46 +01:00
arm64 arm64: Add support for system calls (SVC) 2020-10-03 20:07:51 +02:00
avr Interrupt based time. Adjust tick cost when timer-0 is reconfigured (the time precision affected when timer-0 reconfigured). Keep all time in nanoseconds. 2021-12-30 11:39:28 +01:00
esp add support for CPU interrupts for ESP32-C3 2021-10-23 03:31:37 +02:00
nrf Automatically convert .svd files to Go source files 2018-05-05 19:02:43 +02:00
nxp device: add build tag for go1.17 2021-11-16 02:10:03 +01:00
riscv riscv: use MSTATUS.MIE bit instead of MIE to disable interrupts 2021-10-04 21:27:00 +02:00
sam device: add build tag for go1.17 2021-11-16 02:10:03 +01:00
asm.go device: add new cross-arch Asm and AsmFull functions 2020-06-14 14:44:22 -04:00