aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-01-31main: version 0.12.0v0.12.0Ayke van Laethem
2020-01-28wasm: use wasi ABI for basic startup/stdoutAyke van Laethem
2020-01-28Added indexBytePortal from standard library to link as implementation for int...BCG
2020-01-28transform: wasm-abi: create temporary allocas in the entry blockAyke van Laethem
2020-01-28compiler: move wasm ABI workaround to transform packageAyke van Laethem
2020-01-27docs: correct count for list of supported boardsRon Evans
2020-01-27targets/gba: implement interrupt handlerAyke van Laethem
2020-01-27targets/gba: make linker script cleanerAyke van Laethem
2020-01-27docs: add Arduino Nano to list of supported boardsRon Evans
2020-01-27runtime: fix external address declarationsAyke van Laethem
2020-01-27machine/fe310: implement UART receive interruptsAyke van Laethem
2020-01-27runtime/fe310: add support for PLIC interruptsAyke van Laethem
2020-01-27runtime/fe310: do peripheral initialization in an explicit callAyke van Laethem
2020-01-27main: differentiate between various serial/USB error messagesAyke van Laethem
2020-01-27avr: use a garbage collectorAyke van Laethem
2020-01-27compiler: remove some dead codeAyke van Laethem
2020-01-27compiler,runtime: implement maps for arbitrary keysAyke van Laethem
2020-01-27compiler: move making maps to the map.go fileAyke van Laethem
2020-01-26all: add Arduino Nano supportAyke van Laethem
2020-01-25ci: fix Windows build failure for wasi-libcAyke van Laethem
2020-01-25flash: remove default port check for Digispark as micronucleus communicates d...Ron Evans
2020-01-23wasm: include wasi-libcAyke van Laethem
2020-01-23machine: refactor pin handling to auto-detect pin modeAyke van Laethem
2020-01-21arduino: make avrdude command line compatible with WindowsAyke van Laethem
2020-01-20machine/atsamd51: use only the necessary UART interruptsAyke van Laethem
2020-01-20machine/atsamd51: fix obvious bug in I2C codeAyke van Laethem
2020-01-20machine/atsamd51: switch UART to use new pin configurationAyke van Laethem
2020-01-20all: add compiler support for interruptsAyke van Laethem
2020-01-20wasm: don't skip the GC testAyke van Laethem
2020-01-20compileopts: fix CGo when cross compilingAyke van Laethem
2020-01-20compiler: do not emit debug info for extern globalsAyke van Laethem
2020-01-18machine: avoid bytes package in USB logicAyke van Laethem
2020-01-16gameboy-advance: include compiler-rt in buildAyke van Laethem
2020-01-14main: fix race condition in testsAyke van Laethem
2020-01-14compiler: add support for CGO_ENABLED environment variableAyke van Laethem
2020-01-12hifive1b: add support for gdb subcommandAyke van Laethem
2020-01-12compiler: add support for debugging through JLinkGDBServerAyke van Laethem
2020-01-11machine/pyportal: remove manual SPI pin mapping as now handled by defaultRon Evans
2020-01-11machine/atsamd51: refactor SPI pin configuration to only look at pin numbersAyke van Laethem
2020-01-11machine/digispark: add clock speed and pin mappingsRon Evans
2020-01-11riscv: print exception PC and codeAyke van Laethem
2020-01-10riscv: add bare-bones interrupt supportAyke van Laethem
2020-01-10compiler,riscv: implement CSR operations as intrinsicsAyke van Laethem
2020-01-10runtime/hifive1: use CLINT peripheral for timekeepingAyke van Laethem
2020-01-07compiler: add support for debugging globalsAyke van Laethem
2020-01-06Adafruit PyPortal Support (#800)BCG
2020-01-06Add Jaden Weiss to CONTRIBUTORSJaden Weiss
2020-01-06targets: add target circuitplay-bluefruitMichael Matloob
2020-01-05interp: error location for "unknown GEP" errorAyke van Laethem
2020-01-05ci: produce zip as artifact in Azure PipelinesAyke van Laethem