tinygo/src/device
Ayke van Laethem c4392d9472 all: rename assembly files to .S extension
The Go tools only consider lowercase .s files to be assembly files. By
renaming these to uppercase .S files they won't be discovered by the Go
toolchain and listed as the SFiles to be assembled.

There is a difference between .s and .S: only uppercase .S will be
passed through the preprocessor. Doing that is normally safe, and
definitely safe in the case of these files.
2022-08-04 15:43:42 +02:00
..
arm all: rename assembly files to .S extension 2022-08-04 15:43:42 +02:00
arm64 all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
avr all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02: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 all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
sam device: add build tag for go1.17 2021-11-16 02:10:03 +01:00
asm.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00