tinygo/targets
Ayke van Laethem 0d8a7e1666
avr: link with the GCC runtime library
This allows the use of some compiler-generated builtins that are
hopefully compatible with LLVM. Example: println(uint8(foo))

Code size is unchanged normally but of course compiler builtins will
increase code size when actually used (for example with division).
2018-09-16 14:54:10 +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 targets: move target-specific files to this directory 2018-09-13 00:59:39 +02:00
pca10040.json all: implement tinygo flash command 2018-09-14 20:59:28 +02:00