aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets
AgeCommit message (Expand)Author
2019-03-07wasm: ignore arguments and environment variablesAyke van Laethem
2019-03-04wasm: switch emulator to node.jsAyke van Laethem
2019-03-04all: use internal objcopy implementationAyke van Laethem
2019-02-24machine/circuitplay_express: add basic support for Adafruit Circuit Playgroun...Ron Evans
2019-02-20machine/atsamd21: extracts functionality for processor family into shared files.Ron Evans
2019-02-05all: update Travis CI to Ubuntu XenialAyke van Laethem
2019-02-01main: optionally build with LLDAyke van Laethem
2019-01-21all: rewrite goroutine loweringAyke van Laethem
2019-01-21wasm: add GOOS/GOARCH propertiesAyke van Laethem
2019-01-18sam: add support for Atmel SAMD21 based ItsyBitsy M0Ron Evans
2019-01-18wasm: fix typo in wasm_exec.js preventing memory importSeth Junot
2019-01-10machine/stm32f103xx: implmentation for I2C interfaceRon Evans
2019-01-05all: add support for more architectures and GOOS/GOARCH (#118)Ayke
2019-01-04Reduce code size for AVR (#116)Ayke
2018-12-10wasm: compile .c files in packagesAyke van Laethem
2018-12-01reelboard: support Reel Board (nrf52840 dev board)Ron Evans
2018-12-01pca10056: support this nrf52840-based boardRon Evans
2018-11-28arm: set default GC to marksweepAyke van Laethem
2018-11-25wasm: fix printing from Go codeAyke van Laethem
2018-11-24wasm: add glue JS codeAyke van Laethem
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