tinygo/targets
Ayke van Laethem 39e3fe28db
avr: convert initialization from asm to Go
This increases code size by 1 instruction (2 bytes) because LLVM isn't
yet smart enough to recognize that it doesn't need to clear a register
to use 0: it can just use r1 which is always 0 according to the
convention. It makes initialization a lot easier to read, however.
2018-09-16 15:03:48 +02:00
..
arduino.json avr: link with the GCC runtime library 2018-09-16 14:54:10 +02:00
arm.ld targets: move target-specific files to this directory 2018-09-13 00:59:39 +02:00
avr.ld targets: move target-specific files to this directory 2018-09-13 00:59:39 +02:00
avr.S avr: convert initialization from asm to Go 2018-09-16 15:03:48 +02:00
pca10040.json all: implement tinygo flash command 2018-09-14 20:59:28 +02:00