aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-09-18main: version 0.8.0v0.8.0Ayke van Laethem
2019-09-18ci: add caching to macOS buildAyke van Laethem
2019-09-18compiler: ensure that any passed in target, if it does not point to a .json f...Ron Evans
2019-09-18docs: update README with current list of supported boardsRon Evans
2019-09-18runtime/samd51: set minimum sleep to 260us due to minimum delay in register s...Ron Evans
2019-09-18runtime/samd21: set minimum sleep to 214us due to minimum delay in register s...Ron Evans
2019-09-17machine/samd21: use PinMode for SPI SERCOM peripheral to allow for more confi...Ron Evans
2019-09-17nrf: improve SPI write-only speed, by making use of double bufferingAyke van Laethem
2019-09-17Add a way to bake-in final TINYGOROOT.Elliott Sales de Andrade
2019-09-17machine/stm32f103xx/nucleo-f103rb: add support for NUCLEO-F103RB STM32F1-base...cn
2019-09-17machine/stm32f103xx: allow board specific UART usagecn
2019-09-16fix bugs found by LLVM assertionsJaden Weiss
2019-09-16runtime: implement memcpyAyke van Laethem
2019-09-16main: stop running the LLVM verifier for trivial changesAyke van Laethem
2019-09-16Add syscall/js.valueInvoke supportKonstantin Itskov
2019-09-16Add syscall/js.valueSetIndex supportKonstantin Itskov
2019-09-16machine/stm32f103xx: add machine.Pin.Get method for reading GPIO valuescn
2019-09-16machine/stm32f103xx: fix SPI frequency selectioncn
2019-09-15all: move OptimizeMaps to transforms and add testsAyke van Laethem
2019-09-15all: refactor heap-to-stack transform into the transform packageAyke van Laethem
2019-09-15compiler: rename getZeroValue to llvm.ConstNullAyke van Laethem
2019-09-15all: replace dep with Go modulesAyke van Laethem
2019-09-14machine/atsamd51: add support for ATSAMD51 processor using Adafruit ItsyBitsy...Ron Evans
2019-09-14main: check the major/minor installed version of Go before tinygo compile, to...Ron Evans
2019-09-14machine/atsamd21: uses different required magic values for BOSSA and UF2 boot...Ron Evans
2019-09-14machine/atsamd21: Add support for bootloader reset/programming and correct er...Ron Evans
2019-09-14device/arm: add support for System Control Block (SCB) registers and SystemRe...Ron Evans
2019-09-13tools/generator: correctly handle padding when it is 3 bytes longRon Evans
2019-09-13uf2: extract target address from ELF to accomodate the differences with M0 vs...Ron Evans
2019-09-12WASM: Support for setting an imported function's module name (#455)Phil Kedy
2019-09-09docker: use Go 1.12 base Docker image for compatibilityRon Evans
2019-09-06machine/atsamd21: correct order of params for USB CDC descriptorRon Evans
2019-09-06machine/atsamd21: correct issue with invalid first reading coming from ADCRon Evans
2019-09-06fix sleep queue corruption bugJaden Weiss
2019-08-28Updated SPI pins so that they are configurable, enabling multiple SPI sercoms...BCG
2019-08-27Fix a Python SyntaxWarning.Elliott Sales de Andrade
2019-08-26tools: make tools python2 compatibleAyke van Laethem
2019-08-25runtime: don't mark the object right before a non-existing objectAyke van Laethem
2019-08-25runtime: add some more asserts to the GCAyke van Laethem
2019-08-25runtime: fix GC to take goroutines into accountAyke van Laethem
2019-08-25runtime: add dummy getCurrentStackPointer functionsAyke van Laethem
2019-08-25arm7tdmi: clean up architecture definitionAyke van Laethem
2019-08-20reflect: implement t.Comparable()Ayke van Laethem
2019-08-19reflect: implement support for array typesAyke van Laethem
2019-08-17compiler: add support for 'go' on func valuesAyke van Laethem
2019-08-17compiler,runtime: fix new task-based schedulerAyke van Laethem
2019-08-15compiler,runtime: implement stack-based schedulerAyke van Laethem
2019-08-13Add common test logging methods such as Errorf/Fatalf/PrintfBrad Erickson
2019-08-11compiler,runtime: implement []rune to string conversionAyke van Laethem
2019-08-11compiler: add support for full slice expression for slicing arraysAyke van Laethem