613 Commits (3fec22e819206f1748a010705304beb8c8b47af4)
 

Author SHA1 Message Date
Ayke van Laethem f9edf7cc5c
test: add slice tests 6 years ago
Ayke van Laethem 72390c21cb
docs: add FAQ 6 years ago
Ayke van Laethem a613d0484e
runtime: add support for time.Now() 6 years ago
Ayke van Laethem ccee42ec7a
machine: add helpers for bit-banged driver support 6 years ago
Ayke van Laethem 392bba8394
compiler: add support for parameters to inline assembly 6 years ago
Ayke van Laethem 52199f4a14
compiler: eliminate created but never used maps 6 years ago
Ayke van Laethem 25e73a5439
compiler: align and zero-initialize stack allocated values 6 years ago
Ayke van Laethem 2917347ff5
compiler: implement operations on some named types 6 years ago
Ayke van Laethem 9406a4d74a
main: add -opt= flag for the optimization level 6 years ago
Ayke van Laethem 0ed00bf6c6
test: add hashmap tests 6 years ago
Ayke van Laethem 0ce5347409
runtime: fix hashmap lookup of entries at position > 8 6 years ago
Ayke van Laethem e1e3dbdce6
compiler: correctly generate global hashmaps of size > 8 6 years ago
Ayke van Laethem 0e65b0da1c
docs: add page "Go on microcontrollers" 6 years ago
Ayke van Laethem 823ecd5167
docs: reorder internals sections 6 years ago
Ayke van Laethem ec73bd6a26
compiler: optimize runtime.stringToBytes calls 6 years ago
Ayke van Laethem 4219652535
compiler: add basic heap-to-stack optimization 6 years ago
Ron Evans ca13bfd992
microbit: add SetEntireLEDMatrixOn() function 6 years ago
Ayke van Laethem aee9eb413e
main, travis: add qemu to run tests in 6 years ago
Ayke van Laethem 3289dd7134
compiler: use a fresh context for every compilation 6 years ago
Ayke van Laethem a63af97e86
all: add emulation support for Cortex-M3 with QEMU 6 years ago
Ayke van Laethem 8982b8df83
runtime: refactor initialization code 6 years ago
Ayke van Laethem 96f07243a4
main: add aeabi builtins to arm targets 6 years ago
Ayke van Laethem e50c6f1af1
main: generate binary files when compiling to .bin 6 years ago
Ayke van Laethem f0f6a12d19
docs: add avr-libc as a dependency 6 years ago
Ayke van Laethem 1bbdab41d2
all: improve compiler-rt compilation 6 years ago
Ayke van Laethem 73709922b2
main: extra interface test for simple named types 6 years ago
Ron Evans c516a11004
microbit: add functions for LED matrix and correct button pin mapping 6 years ago
Ron Evans 269bef5494
microbit: add Makefile entries for target=microbit 6 years ago
Ayke van Laethem 22da104530
all: use compiler-rt for builtins 6 years ago
Ayke van Laethem e8f211935e
compiler: fix expanded structs in invoke calls 6 years ago
Ayke van Laethem 4957db89f4
compiler: fix interface calls for big underlying values 6 years ago
Ayke van Laethem 482c5633dd
compiler: put debug information on package initializer functions 6 years ago
Ayke van Laethem 5db43e8d04
compiler: move Optimize() function to a separate file 6 years ago
Ayke van Laethem c9c9935b9c
travis: add micro:bit 6 years ago
Ayke van Laethem bc9210b674
nrf: add micro:bit board 6 years ago
Ron Evans e4fa1a8288
nrf: I2C interface 6 years ago
Ron Evans 8f7b7e6ee3
nrf52: implement ADC and PWM interfaces 6 years ago
Ayke van Laethem 3e98fbcdc8
avr: use machine.UART0 as stdout 6 years ago
Ayke van Laethem f37d409855
nrf: use machine.UART0 as stdout 6 years ago
Ayke van Laethem b36b9c24a2
tools/gen-device-svd: fix interrupts for derived peripherals 6 years ago
Ayke van Laethem 9d408b7cbc
main: hide OCD output by default in gdb subcommand 6 years ago
Ayke van Laethem 5d2ffa79e5
compiler: improve debug info to cover initialization 6 years ago
Ayke van Laethem f2768bee17
nrf: better formatting of pca10040.json 6 years ago
Ayke van Laethem b08c8a0cf0
all: implement gdb sub-command for easy debugging 6 years ago
Ron Evans ef2ac09561
nrf: implement UART interface 6 years ago
Ayke van Laethem 3540fd9638
travis: try to build blinky2 for the host 6 years ago
Ayke van Laethem afecd28859
travis: test running a few builds for MCUs 6 years ago
Ayke van Laethem 2ca4540f2a
tools/gen-device-svd: support old Python version 6 years ago
Ayke van Laethem bdcac9ae42
Makefile: add gen-device-stm32 to gen-device target 6 years ago
Ayke van Laethem ffa6d562a9
tools/gen-device-svd: fix bug in previous commit 6 years ago