aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets
AgeCommit message (Expand)Author
2019-10-14targets: refactor flash/gdb target configurationAyke van Laethem
2019-10-13flash: support flashing boards using Mass Storage Device (MSD) operation for ...Ron Evans
2019-10-13flash: add ability to perform 1200baud port reset for MCUs that can detect th...Ron Evans
2019-09-17machine/stm32f103xx/nucleo-f103rb: add support for NUCLEO-F103RB STM32F1-base...cn
2019-09-16Add syscall/js.valueInvoke supportKonstantin Itskov
2019-09-16Add syscall/js.valueSetIndex supportKonstantin Itskov
2019-09-14machine/atsamd51: add support for ATSAMD51 processor using Adafruit ItsyBitsy...Ron Evans
2019-08-15compiler,runtime: implement stack-based schedulerAyke van Laethem
2019-08-09gameboy-advance: don't crash copying unaligned stringsKyle Lemons (Loon, LLC)
2019-08-05targets: add support for GameBoy AdvanceAyke van Laethem
2019-08-04all: use baremetal build tagAyke van Laethem
2019-07-25Device path at flash time for several boardsTrevor Rosen
2019-07-08wasm: set the stack at the start of linear memoryAyke van Laethem
2019-07-07machine/samd21/arduino-nano33: adds support for Arduino Nano33 IoT along with...Ron Evans
2019-07-07all: add HiFive1 rev B board with RISC-V architectureAyke van Laethem
2019-07-01compiler,runtime: implement a portable conservative GCAyke van Laethem
2019-07-01all: rename garbage collectorsAyke van Laethem
2019-05-27wasm: add support for js.FuncOfAyke van Laethem
2019-05-25wasm: fix wasm-ld hangAyke van Laethem
2019-05-20arm: print an error when a HardFault occursAyke van Laethem
2019-05-19Add Feather M0 Board (#356)Anthony Elder
2019-05-14[Board] Adafruit Trinket (#333)Martin Treml
2019-05-03main: do not set working directory for Clang invocationAyke van Laethem
2019-04-30main: allow changing the clang command nameAyke van Laethem
2019-04-25cgo: support builtin #include headersAyke van Laethem
2019-04-13stm32: add support for the STM32F4DiscoveryYusuke Mitsuki
2019-04-04arm: use the lld linkerAyke van Laethem
2019-04-04main: use wasm-ld instead of wasm-ld-8 on macOSAyke van Laethem
2019-03-23all: pretend to be linux/arm in baremetal targetsAyke van Laethem
2019-03-22all: switch to LLVM 8Ayke van Laethem
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