2992 Commits (bd1d93b7058e19ebd82b57171eb7bf4f8bd42411)
 

Author SHA1 Message Date
Ayke van Laethem bd1d93b705 go mod tidy 2 years ago
Anuraag Agrawal 03d1c44265
wasm,wasi: make sure buffers returned by malloc are not freed until f… (#3148) 2 years ago
Adrian Cole dc0346d968 wasi: adds more details about why wasmtime flags are added 2 years ago
Ayke van Laethem dadae95448 ci: use the Go Alpine image for building the release binary 2 years ago
sago35 f5fc2fc072 main: add support for stlink-dap programmer 2 years ago
Matt Schultz 4ba76a5df9 machine/nrf52840: implement RNG peripheral operation 2 years ago
deadprogram ea1e08f53f machine/rp2040: implement semi-random RNG based on ROSC based on pico-sdk 2 years ago
Adrian Cole bba0dc9575 build: uses setup-go@v3 to simplify cache config 2 years ago
Isaac Rodman 617c7586fe Remove unconnected simple LED pin from qtpy-rp2040 2 years ago
Isaac Rodman 7366d5e185 Set default-stack-size to 4096, and remove NEOPIXELS pluralization for qtpy-rp2040 2 years ago
Adrian Cole 96e3ecd949 build: updates to actions/cache@v3 2 years ago
Ayke van Laethem 8bbfb1ee68 wasm: do not allow undefined symbols 2 years ago
Adrian Cole 07cdcc61f7 examples: adds summary of wasm examples and fixes callback bug 2 years ago
Ayke van Laethem 4ca9b34133 machine: add PWM peripheral comments to pins 2 years ago
Patricio Whittingslow d5e4b16911 add github.com/soypat/mu8 to corpus.yaml 2 years ago
sago35 fd05254683 Update compileopts/target.go 2 years ago
sago35 c579e7e509 Update compileopts/target.go 2 years ago
sago35 d463528a72 smoketest: add test to run `tinygo targets` 2 years ago
sago35 49b0086f8f main: improve error handling when loading target/*.json 2 years ago
Yurii Soldak d7814ff50b targets: fix build tag duplicates 2 years ago
Ayke van Laethem 02160aa8d8 windows: run more tests where supported 2 years ago
Ayke van Laethem c199dd03c7 windows: save and restore xmm registers when switching goroutines 2 years ago
Ayke van Laethem 472aecf07a targets: remove hifive1-qemu target 2 years ago
Isaac Rodman 09350e5719 Add qtpy-rp2040 to TinyGo v0.25.0 2 years ago
Tim Schaub 623dd6a815 sync: implement map.LoadAndDelete 2 years ago
Joe Shaw e09bd5abb3 runtime/pprof, runtime/trace: stub some additional functions 2 years ago
Ayke van Laethem e955aa1941 reflect: implement CanInterface and fix string Index() 2 years ago
sago35 edaf13f951 wioterminal: add UART3 for RTL8720DN 2 years ago
Ayke van Laethem 5f6cf665f5 compileopts: fix windows/arm target triple 2 years ago
Ayke van Laethem c6db89ff05 main: remove GOARM from `tinygo info` 2 years ago
deadprogram 61d651c947 flash: update serial package to v1.3.5 for latest bugfixes 2 years ago
Damian Gryski 227a55d891 loader,crypto: fix link error for crypto/internal/boring/sig.StandardCrypto 2 years ago
Ayke van Laethem b485e8bfbd compiler: fix unsafe.Sizeof for chan and map values 2 years ago
Ayke van Laethem 9e8739bb47 compiler: replace math aliases with intrinsics 2 years ago
Ayke van Laethem 20a7a6fd54 compiler: replace some math operation bodies with fast intrinsics 2 years ago
Ayke van Laethem 4695da83b7 all: drop support for Go 1.16 and Go 1.17 2 years ago
Yurii Soldak f094e895c5 p1am-100: remove duplicate build tags 2 years ago
Yurii Soldak 55573c6729 targets: fail fast on duplicate values in target field slices 2 years ago
Ayke van Laethem b8a6a1f62b compiler: use the LLVM builtins everywhere 2 years ago
Matt Schultz ef912a132d machine: Add support for Adafruit QT2040 board. 2 years ago
Yurii Soldak fb603a471c boards: Add XIAO ESP32C3 board 2 years ago
Joe Shaw f439514703 runtime: implement resetTimer 2 years ago
sago35 303410d3fc main: ignore ports with VID/PID if not candidates 2 years ago
Daniel Esteban aa13b5d83b Add Pimoroni's Tufty2040 board 2 years ago
Kenneth Bell 12d63d9642 runtime: improve reliability of timers test in CI 2 years ago
Kenneth Bell 24b45555bd runtime: add support for time.NewTimer and time.NewTicker 2 years ago
Damian Gryski 80c17c0f32 testdata: add russross/blackfriday markdown parser to corpus 2 years ago
Ayke van Laethem f6e6aca8d9 compiler: fix incorrect DWARF type in some generic parameters 2 years ago
Damian Gryski c4d99e5297 src/testing: add support for -benchmem 2 years ago
Damian Gryski 697e8c725b runtime: add MemStats.Mallocs and Frees 2 years ago