1260 Commits (a4fa41b49d8f489a2d36fe000e4bdfcb3c2afbd4)
 

Author SHA1 Message Date
cn 688dd81400 machine/stm32f103xx: allow board specific UART usage 5 years ago
Jaden Weiss abca3132a9 fix bugs found by LLVM assertions 5 years ago
Ayke van Laethem e0ebc75df2 runtime: implement memcpy 5 years ago
Ayke van Laethem b4859240e1 main: stop running the LLVM verifier for trivial changes 5 years ago
Konstantin Itskov 4eb34b36f8 Add syscall/js.valueInvoke support 5 years ago
Konstantin Itskov 61750be9aa Add syscall/js.valueSetIndex support 5 years ago
cn efd9cf72ba machine/stm32f103xx: add machine.Pin.Get method for reading GPIO values 5 years ago
cn 500ee8067d machine/stm32f103xx: fix SPI frequency selection 5 years ago
Ayke van Laethem 8cd2c7502e all: move OptimizeMaps to transforms and add tests 5 years ago
Ayke van Laethem d905476231 all: refactor heap-to-stack transform into the transform package 5 years ago
Ayke van Laethem 10ed3decb0 compiler: rename getZeroValue to llvm.ConstNull 5 years ago
Ayke van Laethem 8d959b7c63 all: replace dep with Go modules 5 years ago
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