aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2018-10-30wasm: execute an 'unreachable' trap inst on panicAyke van Laethem
2018-10-30compiler: check slice cap instead of len during slicingAyke van Laethem
2018-10-29runtime: correctly copy a zero-length buffer backwardsAyke van Laethem
2018-10-28runtime: implement syscall.runtime_envsAyke van Laethem
2018-10-27compiler: implement operations on nil hashmapsAyke van Laethem
2018-10-23reflect: add stub reflect packageAyke van Laethem
2018-10-23compiler: support 64-bit numbers in bounds checkAyke van Laethem
2018-10-22compiler: add complex manipulationAyke van Laethem
2018-10-21all: add WebAssembly backendAyke van Laethem
2018-10-20runtime: fix linker error: os.sigpipeAyke van Laethem
2018-10-20compiler: special slice bounds check for 64-bit numbersAyke van Laethem
2018-10-20compiler: implement recover()Ayke van Laethem
2018-10-20compiler: support comma-ok in map lookupAyke van Laethem
2018-10-20compiler, runtime: implement delete builtinAyke van Laethem
2018-10-20sync: implement dummy sync.Pool for fmtAyke van Laethem
2018-10-19compiler: add support for the append builtinAyke van Laethem
2018-10-18runtime: add proper arm archAyke van Laethem
2018-10-18nrf: add nrf52840-mdk boardAyke van Laethem
2018-10-15runtime: add support for time.Now()Ayke van Laethem
2018-10-15machine: add helpers for bit-banged driver supportAyke van Laethem
2018-10-15compiler: add support for parameters to inline assemblyAyke van Laethem
2018-10-10runtime: fix hashmap lookup of entries at position > 8Ayke van Laethem
2018-10-08microbit: add SetEntireLEDMatrixOn() functionRon Evans
2018-10-08all: add emulation support for Cortex-M3 with QEMUAyke van Laethem
2018-10-08runtime: refactor initialization codeAyke van Laethem
2018-10-07all: improve compiler-rt compilationAyke van Laethem
2018-10-07microbit: add functions for LED matrix and correct button pin mappingRon Evans
2018-10-06nrf: add micro:bit boardAyke van Laethem
2018-10-05nrf: I2C interfaceRon Evans
2018-10-04nrf52: implement ADC and PWM interfacesRon Evans
2018-10-04avr: use machine.UART0 as stdoutAyke van Laethem
2018-10-04nrf: use machine.UART0 as stdoutAyke van Laethem
2018-10-02nrf: implement UART interfaceRon Evans
2018-10-01avr: implement UART interfaceRon Evans
2018-09-29examples: add color mood lamp that shows using GPIO, PWM, ADC, and I2C all at...Ron Evans
2018-09-29nrf: fix off-by-one in modulo of runtime.ticksAyke van Laethem
2018-09-28all: change special type __volatile to pragma //go:volatileAyke van Laethem
2018-09-25avr: fix build for ArduinoAyke van Laethem
2018-09-25avr: i2c implementation with BlinkM exampleRon Evans
2018-09-24all: allow -O0 optimization levelAyke van Laethem
2018-09-22compiler: implement range over a stringAyke van Laethem
2018-09-22all: avoid _Msk fields when not necessaryAyke van Laethem
2018-09-22machine/bluepill: create definitions for all pinsAyke van Laethem
2018-09-22machine: split board definitions in separate filesAyke van Laethem
2018-09-22examples: add nrf example for all 4 built-in buttons and LEDsRon Evans
2018-09-22stm32: initial supportAyke van Laethem
2018-09-22all: move generic ARM bits into separate filesAyke van Laethem
2018-09-22runtime: merge common sleep() functionsAyke van Laethem
2018-09-21all: use groupName in peripheralsAyke van Laethem
2018-09-21all: generate interrupt vector from .svd fileAyke van Laethem