3152 Commits (17176a2ceaa9ba9849671c3987588dd212377a8f)
 

Author SHA1 Message Date
Ayke van Laethem 17176a2cea runtime: zero freed memory 2 years ago
Ayke van Laethem fb73074325 runtime: move GC code around to prepare for precise GC 2 years ago
Ayke van Laethem 187d9c6aca riscv: use 16-byte alignment everywhere 2 years ago
Ayke van Laethem 35f427c8cc xtensa: use 8-byte alignment 2 years ago
Ayke van Laethem 26b6d0b06d runtime: arm actually has 8-byte alignment 2 years ago
Ayke van Laethem 38252e338f runtime: arm64 actually has 16-byte alignment like amd64 2 years ago
Marcus Sorensen e7ba07dd5a
Add PDM support for circuitplay-bluefruit (#3359) 2 years ago
Ayke van Laethem 0d646d8e95 builder: add support for Go 1.20 2 years ago
Ayke van Laethem 3177591b31 syscall: implement setenv/unsetenv in the runtime 2 years ago
Ayke van Laethem 19db0144ae runtime: implement internal/godebug.setUpdate as a stub 2 years ago
Ayke van Laethem d639e01650 runtime: implement math/rand.fastrand64 to fix linker error 2 years ago
Ayke van Laethem c43958972c compiler: add support for new unsafe slice/string functions 2 years ago
Ayke van Laethem 33489d6344 testing: implement t.Setenv 2 years ago
Ayke van Laethem 80077ef276 test: print package name when compilation failed 2 years ago
Ayke van Laethem 911ce3a4bc compiler: update golang.org/x/tools/ssa 2 years ago
joey 776dabb2c8 add a stub for os.Chtimes 2 years ago
Ayke van Laethem e11df5c212 cgo: add support for bitwise operators 2 years ago
deadprogram 656805d91f docs: update README with missing boards 2 years ago
Thomas Richner 05ec4e6bd0 Support for Adafruit Feather M0 Express board 2 years ago
Achille Roussel ae65b37762 add comment about where src/os/file.go came from 2 years ago
John Clark aa12579864 Add SPI support for for the ESP32-C3 device. 2 years ago
Damian Gryski 715b269f78 src/runtime: add xorshift-based fastrand64 2 years ago
sago35 5f3534fe72 machine/usb: change to not send before endpoint initialization 2 years ago
irieda a7ff2731b9
Add USB HID joystick support (#3366) 2 years ago
Anuraag Agrawal 0566bbfeb4 Use renamed EXTRA_CFLAGS when building wasi-libc 2 years ago
sago35 70c4e1cf96 machine/usb: improve buffer size definition 2 years ago
Ayke van Laethem 9fd0567fb5 compiler: fix stack overflow when creating recursive pointer types 2 years ago
BCG 481aba6536 board: Adafruit KB2040 (https://www.adafruit.com/product/5302) 2 years ago
Adrian Cole a700f58581 wasi: makes wasmtime "run" explicit 2 years ago
Jesús Espino e71e289e8b
Add basic atmega32u support (#3337) 2 years ago
sago35 6cdc718bfb rp2040: drop deprecated build tags 2 years ago
sago35 70c94c6d01 rp2040: add version check for RP2040-E5 2 years ago
sago35 762a6f1256 rp2040: fix usb device enumeration (RP2040-E5) 2 years ago
Yurii Soldak 8d4d3c6201 build: drop deprecated build tags 2 years ago
Yurii Soldak 146e2cd376 build: generate files with go:build tags 2 years ago
Jesús Espino d304e6706b
Adding support for waveshare rp2040-zero (#3321) 2 years ago
deadprogram c5c6464175 compileopts: replace 'retries' with more correct 'timeout' param 2 years ago
sago35 c90ff1e1cf rp2040: fix interrupt issue (2) 2 years ago
sago35 0f6dfedcfd rp2040: fix interrupt issue 2 years ago
Ron Evans 69a284bd36 Revert "Bump CMSIS to 5.9.0" 2 years ago
Anton D. Kachalov 92be61534e Bump CMSIS to 5.9.0 2 years ago
Damian Gryski 675b8e3f3c builder: always run wasm-opt for wasm32 binaries 2 years ago
Ayke van Laethem f3d0195d35 runtime: move KeepAlive/SetFinalizer to common code 2 years ago
sago35 398c284480 usbhid: change usage-maximum to 0xFF 2 years ago
Damian Gryski 86f125cf72 reflect: track flags when size changes from fits-in-pointer to not 2 years ago
sago35 5293d3e5f0 atsame5x: reduce heap allocation 2 years ago
Ayke van Laethem 7aca814954 windows: update mingw-w64 version 2 years ago
deadprogram 1d52e6be29 machine/nrf51: add ADC implementation 2 years ago
sago35 acb2391439 atsame5x: fix extendedID handling 2 years ago
Ayke van Laethem 49007891c8 all: re-enable AVR tests 2 years ago