2736 Commits (5bb3ca26185d24e7e778c02d59f9d0e1719e75d8)
 

Author SHA1 Message Date
deadprogram 5bb3ca2618 machine/circuitplay-bluefruit: move pin mappings so board can be compiled for WASM use in Playground 3 years ago
Yurii Soldak a4ea85b303 xiao-ble: initial support 3 years ago
Olaf Flebbe 27d38a9663 machine/board_thingsplus_rp2040 targets/thingsplus-rp2040: support sparkfun thingsplus rp2040 board 3 years ago
deadprogram ee497a296b docker: update Dockerfile to use Go 1.18 3 years ago
Ayke van Laethem 6b31ee1e93 all: update to LLVM 14 3 years ago
Ayke van Laethem cad6a57077 compiler: remove support for memory references in AsmFull 3 years ago
Ayke van Laethem 52233790cc mimxrt1062: simplify arm.AsmFull to arm.Asm 3 years ago
Ayke van Laethem 9160f3f16d main: use shared code for both run and test subcommands 3 years ago
Dan Kegel 69d7ed5cda os: define ErrDeadlineExceeded; fixes go 1.18 compile error in net/http, #2782 3 years ago
Dan Kegel 111661658b .github: use proper name for Mac OS 11 (10.16 was unofficial; we could also use 10.15) 3 years ago
Dan Kegel 3000b2d15e gofmt src/machine/machine_mimxrt1062_spi.go to please 1.18 3 years ago
Dan Kegel c89f026532 Makefile: tinygo-test: skip compress/flate test on windows for now 3 years ago
Dan Kegel e09b1d06f5 Smoke test 1.15 still until we drop support for it 3 years ago
Dan Kegel 0590ccb260 gofmt exec_posix.go 3 years ago
Dan Kegel fe0acb1670 ci: updated supported go versions from 1.15-1.17 to 1.16-1.18 3 years ago
Ayke van Laethem d58c7d2521 main: add support for command-line parameters to `tinygo run` 3 years ago
Ayke van Laethem 85f5411d60 main: unify how a given program runs 3 years ago
ardnew c5de68622e
board/teensy40: Add SPI support (#1455) 3 years ago
Ayke van Laethem 8fb93fbac4 esp: support CGo 3 years ago
Ayke van Laethem ef3b3c0d6a transform: fix poison value in heap-to-stack transform 3 years ago
ardnew 2dc46a851b
board/teensy40: Add ADC support (#1458) 3 years ago
Ron Evans f3afc7bbf3 Revert "fix: flash-command for maixbit board" 3 years ago
Elliott Sales de Andrade 4858b27120 Also disable asynchronous unwind tables 3 years ago
Elliott Sales de Andrade 7f507a7026 Fix incorrect formatting arguments 3 years ago
Ayke van Laethem 83227e68df all: use compiler-rt from LLVM 3 years ago
sago35 09a3c6a16b flash: add openocd-verify 3 years ago
soypat f613cb41a3 rp2040: fix spurious i2c STOP during write+read transaction 3 years ago
Elias Naur e060e588ab goenv: look for Go version in $GOROOT/src/internal/buildcfg/zbootstrap.go 3 years ago
Dan Kegel 8dfb317d28 Allow building with go 1.18 3 years ago
Elliott Sales de Andrade 9cedd78d9c Add a shim for internal/fuzz 3 years ago
Dan Kegel 20a27746b2 compiler: make RawSyscall an alias for Syscall per suggestion from Ayke. For #2474. 3 years ago
Dan Kegel c78df85015 os: Implement Pipe for darwin, add smoke test. 3 years ago
Ayke van Laethem c0d257d682 compiler: fix difference in aliases in interface methods 3 years ago
Dan Kegel 7af24c7864 compiler: allow slices of empty structs. 3 years ago
Dan Kegel 3dc1e403ea runtime: stub {Lock,Unlock}OSThread. Makes 1.18 happier on windows. 3 years ago
sago35 1deee3ec5a m5stamp-c3: add pin setting of UART 3 years ago
Dan Kegel 0f9f316db2 main_test.go: fork testdata/testing.go for go 1.18 3 years ago
Dmitriy 0dd521e1d1 add support for esp32c3 to receive UART data 3 years ago
Ron Evans 1dcdd5f2d2 Revert "src/runtime: first darft of map growth code" 3 years ago
Ron Evans dcd8ee63a8 Revert "src/runtime/hashmap: comments for iterator structure" 3 years ago
Ron Evans b8bf0ac3f1 Revert "testdata: add test for mapgrowth logic" 3 years ago
Damian Gryski 73571dd423 testdata: add test for mapgrowth logic 3 years ago
Damian Gryski 8872229a0b src/runtime/hashmap: comments for iterator structure 3 years ago
Damian Gryski 7e05efa274 src/runtime: first darft of map growth code 3 years ago
Sai Sasidhar Maddali b02cea0321 fix: flash-command for maixbit board 3 years ago
Dan Kegel 8823a934a3 syscall: stub WaitStatus 3 years ago
Dan Kegel 6ac02cc34c syscall: wasi: more complete list of signals 3 years ago
Dan Kegel e259598b68 syscall: darwin: more complete list of signals 3 years ago
Elliott Sales de Andrade f159573975 Add reflect.Value.FieldByIndexErr stub 3 years ago
sago35 234234af15 build: add JSON output to build command 3 years ago