Age | Commit message (Expand) | Author |
---|---|---|
2021-11-30 | runtime: use LLVM intrinsic to read the stack pointer | Ayke van Laethem |
2021-02-12 | avr: use Clang for compiling C and assembly files | Ayke van Laethem |
2020-01-27 | avr: use a garbage collector | Ayke van Laethem |
2018-09-24 | avr: fix default handler in interrupt vector | Ayke van Laethem |
2018-09-23 | avr: automatically generate interrupt vectors | Ayke van Laethem |
2018-09-17 | avr: fix assembly comment regarding data/stack | Ayke van Laethem |
2018-09-17 | avr: fix corrupted .data byte | Ayke van Laethem |
2018-09-16 | avr: implement .data section | Ayke van Laethem |
2018-09-16 | avr: convert initialization from asm to Go | Ayke van Laethem |
2018-09-13 | targets: move target-specific files to this directory | Ayke van Laethem |