aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-06-05Standardize SAMD51 UART settings (#1155)sago35
2020-06-03Extend SAMD51 pinPadMappingsago35
2020-06-03Add SAMD51 pin change interrupt settingssago35
2020-06-03Add SAMD51 ADC settingssago35
2020-06-03Add SAMD51 pinssago35
2020-06-03WIP flash: fix touchSerialPortAt1200bps on windowssago35
2020-06-01builder: use newer version of gohexAyke van Laethem
2020-06-01Dockerfile: avoid duplicate LLVM apt lineAyke van Laethem
2020-05-31main: improve/simplify auto-retry to locate MSD for UF2 and HEX flashingdeadprogram
2020-05-31main: use auto-retry (up to 10 seconds) to locate MSD for UF2 and HEX flashingdeadprogram
2020-05-30sam: fix register access for interrupts pins in samd51 (#1141)sago35
2020-05-29sam: add support for pin change interrupts (samd5x)sago35
2020-05-28compiler: add support for atomic operationsAyke van Laethem
2020-05-28transform: introduce check for method calls on nil interfacesAyke van Laethem
2020-05-28transform: do not special-case zero or one implementations of a method callAyke van Laethem
2020-05-28sam: add support for pin change interruptsAyke van Laethem
2020-05-28nrf: add support for pin change interruptsAyke van Laethem
2020-05-27compiler: fix a few crashes due to named typesAyke van Laethem
2020-05-27loader: load packages using Go modulesAyke van Laethem
2020-05-27loader: merge roots from both Go and TinyGo in a cached directoryAyke van Laethem
2020-05-27main: fix test subcommandAyke van Laethem
2020-05-27main: move TinyGo version to goenvAyke van Laethem
2020-05-27builder: move Go version code to goenv packageAyke van Laethem
2020-05-27added test for wasm log outputBrad Peabody
2020-05-26nrf: add microbit-s110v8 targetAyke van Laethem
2020-05-26nrf: expose the RAM base addressAyke van Laethem
2020-05-26arm: make FPU configuraton consistentAyke van Laethem
2020-05-25runtime: refactor time handlingAyke van Laethem
2020-05-23wasm test suite (#1116)Brad Peabody
2020-05-22avr: add support for PinInputPullupAyke van Laethem
2020-05-22avr: unify GPIO pin/port codeAyke van Laethem
2020-05-22build: remove CircleCI orb, now using different integrationdeadprogram
2020-05-21cgo: Add LDFlags supportLucas Teske
2020-05-20build: add webhook notifier orb for circlecideadprogram
2020-05-16compileopts: improve error reporting of unsupported flagscebernardi
2020-05-16call scheduler from resumeBrad Peabody
2020-05-16internal/bytealg: reimplement bytealg in pure GoJaden Weiss
2020-05-13sam: return an error when an incorrect PWM pin is usedAyke van Laethem
2020-05-13ci: build .deb files along with .tar.gz files for DebianAyke van Laethem
2020-05-13ci: do not install the SiFive toolchainAyke van Laethem
2020-05-13os: implement virtual filesystem supportAyke van Laethem
2020-05-12os: add Args and stub it with mock datacornelk
2020-05-12avr: use standard pin numberingAyke van Laethem
2020-05-12reflect: add Cap and Len support for map and chancornelk
2020-05-12runtime: add cap and len support for chanscornelk
2020-05-12testdata: fix formattingcornelk
2020-05-12runtime: fix compilation errors when using gc.extalloccornelk
2020-05-09machine/arduino-nano33: remove (d)ebug flag to reduce console noise when flas...deadprogram
2020-05-09machine/arduino-nano33: use (U)SB flag to ensure that device can be found whe...deadprogram
2020-05-09testdata, sync: add sync.Mutex test to testdata/coroutines.goJaden Weiss