Age | Commit message (Expand) | Author |
---|---|---|
2019-01-04 | Reduce code size for AVR (#116) | Ayke |
2018-11-22 | all: compile and link using clang, where possible | Ayke van Laethem |
2018-11-20 | avr: add support for the digispark | Ayke van Laethem |
2018-11-20 | avr: make stack size configurable | Ayke van Laethem |
2018-09-23 | avr: make linker script generic | Ayke van Laethem |
2018-09-23 | avr: automatically generate interrupt vectors | Ayke van Laethem |
2018-09-22 | targets: put board name in build tags | Ayke van Laethem |
2018-09-16 | avr: link with the GCC runtime library | Ayke van Laethem |
2018-09-14 | all: implement `tinygo flash` command | Ayke van Laethem |
2018-09-14 | compiler: produce .hex files directly | Ayke van Laethem |
2018-09-13 | targets: move target-specific files to this directory | Ayke van Laethem |
2018-09-12 | all: support Arduino in the compiler driver | Ayke van Laethem |
2018-09-12 | all: make targets configurable with a JSON file | Ayke van Laethem |