aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets
AgeCommit message (Expand)Author
2018-11-24wasm: fix .json file after compiler updatesAyke van Laethem
2018-11-22all: compile and link using clang, where possibleAyke van Laethem
2018-11-21pca10031: add support for PCA10031 nrf51 wireless dongleRon Evans
2018-11-20avr: add support for the digisparkAyke van Laethem
2018-11-20avr: make stack size configurableAyke van Laethem
2018-11-19targets: let specific targets inherit more general targetsAyke van Laethem
2018-11-19targets: make compiler runtime selection more configurableAyke van Laethem
2018-11-18runtime: implement a simple mark/sweep garbage collectorAyke van Laethem
2018-11-09all: rename 'arm' to 'tinygo.arm' for Cortex-MAyke van Laethem
2018-10-30wasm: allow all undefined symbolsAyke van Laethem
2018-10-21all: add WebAssembly backendAyke van Laethem
2018-10-18nrf: add nrf52840-mdk boardAyke van Laethem
2018-10-08all: add emulation support for Cortex-M3 with QEMUAyke van Laethem
2018-10-07all: improve compiler-rt compilationAyke van Laethem
2018-10-07all: use compiler-rt for builtinsAyke van Laethem
2018-10-06nrf: add micro:bit boardAyke van Laethem
2018-10-03nrf: better formatting of pca10040.jsonAyke van Laethem
2018-10-03all: implement gdb sub-command for easy debuggingAyke van Laethem
2018-09-24avr: fix default handler in interrupt vectorAyke van Laethem
2018-09-23avr: make linker script genericAyke van Laethem
2018-09-23avr: automatically generate interrupt vectorsAyke van Laethem
2018-09-22targets: put board name in build tagsAyke van Laethem
2018-09-22stm32: initial supportAyke van Laethem
2018-09-22all: move generic ARM bits into separate filesAyke van Laethem
2018-09-21targets: clean up and unify linker scriptsAyke van Laethem
2018-09-21all: generate interrupt vector from .svd fileAyke van Laethem
2018-09-18nrf: use correct ISA type for pca10040Ayke van Laethem
2018-09-18nrf: use assembly for nrf52, not nrf51Ayke van Laethem
2018-09-17avr: fix assembly comment regarding data/stackAyke van Laethem
2018-09-17avr: fix corrupted .data byteAyke van Laethem
2018-09-16avr: implement .data sectionAyke van Laethem
2018-09-16avr: convert initialization from asm to GoAyke van Laethem
2018-09-16avr: link with the GCC runtime libraryAyke van Laethem
2018-09-14all: implement `tinygo flash` commandAyke van Laethem
2018-09-14compiler: produce .hex files directlyAyke van Laethem
2018-09-13targets: move target-specific files to this directoryAyke van Laethem
2018-09-12targets/pca10040: support linking from within the compilerAyke van Laethem
2018-09-12all: support Arduino in the compiler driverAyke van Laethem
2018-09-12all: make targets configurable with a JSON fileAyke van Laethem