tinygo/src
Ayke van Laethem 8ce139284a
all: remove last traces of the C runtime
This increases code size on the nrf, but it is a fixed increase and can
hopefully be reduced in the future.
The Makefile gets a lot smaller with this which is a huge advantage
(less build time complexity).
2018-09-12 23:26:30 +02:00
..
device all: rename __reg to __volatile 2018-09-12 22:05:41 +02:00
examples compiler: implement type assert without comma-ok 2018-09-11 19:51:31 +02:00
machine all: use less magic in memory-mapped IO 2018-09-05 12:18:21 +02:00
runtime all: remove last traces of the C runtime 2018-09-12 23:26:30 +02:00
unsafe go fmt 2018-08-17 23:23:20 +02:00