1048 Commits (02c40202285da6c5d0a2f36279017e35223380d8)
 

Author SHA1 Message Date
Ron Evans 02c4020228 machine/atsamd51: add support for ATSAMD51 processor using Adafruit ItsyBitsy-M4 board 6 years ago
Ron Evans bc41cc688f main: check the major/minor installed version of Go before tinygo compile, to ensure that it is a supported version. 5 years ago
Ron Evans 7d481c179f machine/atsamd21: uses different required magic values for BOSSA and UF2 bootloaders 5 years ago
Ron Evans 69aaea44a0 machine/atsamd21: Add support for bootloader reset/programming and correct error in receiving endpoint 0 data for CDC Set Line Coding changes, implementing system reset on switch to 1200 baud connection speed with DTR false. 5 years ago
Ron Evans 6c1abfe047 device/arm: add support for System Control Block (SCB) registers and SystemReset() function 5 years ago
Ron Evans 656fb4e372 tools/generator: correctly handle padding when it is 3 bytes long 5 years ago
Ron Evans f4485f414f uf2: extract target address from ELF to accomodate the differences with M0 vs M4 processors 5 years ago
Phil Kedy 55144ad608 WASM: Support for setting an imported function's module name (#455) 5 years ago
Ron Evans 1dbfc976e8 docker: use Go 1.12 base Docker image for compatibility 5 years ago
Ron Evans e26f0b35e3 machine/atsamd21: correct order of params for USB CDC descriptor 5 years ago
Ron Evans 4ee26fd54b machine/atsamd21: correct issue with invalid first reading coming from ADC 5 years ago
Jaden Weiss a718b10502 fix sleep queue corruption bug 5 years ago
BCG 8a5fa51f60 Updated SPI pins so that they are configurable, enabling multiple SPI sercoms for ATSAMD21 5 years ago
Elliott Sales de Andrade 7c5f943564 Fix a Python SyntaxWarning. 5 years ago
Ayke van Laethem 7938740bf3 tools: make tools python2 compatible 5 years ago
Ayke van Laethem 319d21e662 runtime: don't mark the object right before a non-existing object 5 years ago
Ayke van Laethem 3bf2487dc5 runtime: add some more asserts to the GC 5 years ago
Ayke van Laethem 6917faabf5 runtime: fix GC to take goroutines into account 5 years ago
Ayke van Laethem db4de46d88 runtime: add dummy getCurrentStackPointer functions 5 years ago
Ayke van Laethem 9b1dd8e03d arm7tdmi: clean up architecture definition 5 years ago
Ayke van Laethem e356bad4d1 reflect: implement t.Comparable() 5 years ago
Ayke van Laethem c19c738f52 reflect: implement support for array types 5 years ago
Ayke van Laethem bbc3046687 compiler: add support for 'go' on func values 5 years ago
Ayke van Laethem e4fc3bb66a compiler,runtime: fix new task-based scheduler 5 years ago
Ayke van Laethem 542135c357 compiler,runtime: implement stack-based scheduler 5 years ago
Brad Erickson 61f711ef26 Add common test logging methods such as Errorf/Fatalf/Printf 5 years ago
Ayke van Laethem fd3309afa8 compiler,runtime: implement []rune to string conversion 5 years ago
Ayke van Laethem fea56d4164 compiler: add support for full slice expression for slicing arrays 5 years ago
Ayke van Laethem ea8e4079bc reflect: add support for linked lists 5 years ago
Ayke van Laethem 0818a125c0 reflect: fix IsNil and Pointer for addressable pointer types 5 years ago
Brad Erickson 7c758b0dfc testing: Add Benchmark B struct stub 5 years ago
Daniel Esteban 4ea59742d7 CONTRIBUTORS: add name 5 years ago
Ayke van Laethem b7cb10519c compiler: fix some invalid IR 5 years ago
Ayke van Laethem 562ad740da compiler: make runtime.makeGoroutine AVR compatible 5 years ago
Kyle Lemons (Loon, LLC) 92206558fb
gameboy-advance: don't crash copying unaligned strings 5 years ago
Kyle Lemons (Loon, LLC) fd6b671494
CONTRIBUTORS: Add Loon, LLC for kevlar@loon.com 5 years ago
Ayke van Laethem e2c8654237 reflect: add support for struct types 5 years ago
Ayke van Laethem 5012be337f reflect: implement Type.Align() 5 years ago
Ayke van Laethem 614433cb75 reflect: implement Type.AssignableTo 5 years ago
Ayke van Laethem b8cd8b6f25 reflect: add support for Type.Bits() 5 years ago
Ayke van Laethem f43d01bdc7 compiler: make struct types more unique 5 years ago
Ayke van Laethem 9979cf2bbd CONTRIBUTING: add my name 5 years ago
Ayke van Laethem 79b470acee compiler: make goroutine lowering panic message more helpful 5 years ago
Ron Evans 0b7047cc0e governance: add CONTRIBUTORS file to repo 5 years ago
Ron Evans 99add1571b docker: Debian stable-slim image now based on buster not stretch, so update the needed package repo used for LLVM. 5 years ago
Elliott Sales de Andrade b7f4373681 Fix parsing of beta Go versions. 5 years ago
Ayke van Laethem 95721a8d8c reflect: add support for named types 5 years ago
Ayke van Laethem 33dc4b5121 compiler: fix crash with linked lists in interfaces 5 years ago
Ayke van Laethem a04db67ea9 runtime: work around a bug in LLVM for .bss zeroing 5 years ago
Ayke van Laethem 9846c062b3 targets: add support for GameBoy Advance 5 years ago