tinygo/src/device
Ayke van Laethem 64d7f1e436 all: run gofmt on all source code
Some source code wasn't part of `FMT_PATHS` so wasn't checked for
correct formatting. This change includes all this source code and
excludes cgo/testdata because it contains files that can't be parsed.
2022-06-19 13:00:44 +02: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 all: run gofmt on all source code 2022-06-19 13:00:44 +02: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