3053 Commits (7b6a9fab4206bde1a11c3a8d79631a0e8ac71a82)
 

Author SHA1 Message Date
Ayke van Laethem 7b6a9fab42 all: add type parameter to CreateLoad 2 years ago
Ayke van Laethem 6bc6de8f82 all: add type parameter to CreateCall 2 years ago
Ayke van Laethem b79bf29c11 compiler: return a FunctionType (not a PointerType) in getRawFuncType 2 years ago
Ayke van Laethem 65d65c1313 wasm: fix GC scanning of allocas 2 years ago
Damian Gryski 6b46ae261a runtime: switch some panic() calls in the gc to runtimePanic() for consistency 2 years ago
Fred Goya b734b3c7a1
Print PASS on pass when running standalone test binaries (#3229) 2 years ago
Ayke van Laethem 5937f03a07 corpus: remove 'noasm' from some tests 2 years ago
Ayke van Laethem bf9282a3a0 corpus: remove golang.org/x/crypto/internal/subtle 2 years ago
Hrishi Hiraskar cad5b79a2d net: implement Pipe 2 years ago
deadprogram d56c9f5533 machine/usb: add back New() with deprecation comment to use Port() instead 2 years ago
deadprogram 3d7f24e26c machine/usb: rename 'New()' to 'Port()' to have the API better match the singleton that is actually being returned 2 years ago
Ayke van Laethem c32490935b main: fix error message when a serial port can't be accessed 2 years ago
Ayke van Laethem 2b04006b1e main: fix USB vid/pid lookup 2 years ago
Ayke van Laethem 9de757205f linux: include musl 'getpagesize' function in release 2 years ago
Ayke van Laethem f866d5cc38 builder: refactor Build function to not use a callback 2 years ago
Ayke van Laethem c153239682 targets: remove "acm:"` prefix for USB vid/pid pair 2 years ago
deadprogram 8e88f3e76a build/windows: use GH actions parallel execution to cut build time in half. 2 years ago
Ayke van Laethem a62044d89b targets: do not set stack size per board 2 years ago
Ayke van Laethem 5548b5999b Makefile: add ASAN=1 flag to build with AddressSanitizer enabled 2 years ago
Kenneth Bell 8f33721b88 usb: remove allocs in ISR 2 years ago
Ayke van Laethem 7e9d84777e darwin: fix syscall.Open on darwin/arm64 2 years ago
Ayke van Laethem 2072d1bb5c main: print ldflags including ThinLTO flags with -x 2 years ago
Ayke van Laethem 636a151ffe cgo: add support for C.float and C.double 2 years ago
Ayke van Laethem e7d02cd51b all: update musl 2 years ago
Ayke van Laethem f136eb6adf goenv: update to new v0.27.0 development version 2 years ago
Kenneth Bell 2688d9d733 rp2040: remove mem allocation in GPIO ISR 2 years ago
Ayke van Laethem b5ad81c884 all: update to version 0.26.0 2 years ago
deadprogram c2fb1e776a testdata: increase timings used for timers test to try to avoid race condition errors on macOS CI 2 years ago
Ayke van Laethem 895c542076 builder: do not ignore debug info on baremetal targets 2 years ago
Adrian Cole e91fae5756 compileopts: silently succeed when there's no debug info to strip 2 years ago
Ayke van Laethem f52ecf3054 machine: use NoPin constant where appropriate 2 years ago
Crypt Keeper 725864d8dc
cgo: fixes panic when FuncType.Results is nil (#3136) 2 years ago
Damian Gryski fca2de21b1 runtime: make gc and scheduler asserts settable with build tags 2 years ago
Ayke van Laethem 107b1c2906 machine: do not expose RESET_MAGIC_VALUE 2 years ago
deadprogram 2409bbef69 build: set circleci resource class to large for CI build 2 years ago
Ayke van Laethem 8b078a9e8f machine: remove level triggered pin interrupts 2 years ago
sago35 9e24441978
main: allow setting the baud rate for serial monitors (#3190) 2 years ago
Ayke van Laethem 1e6c14b3e4 ci: build TinyGo using Go 1.19 2 years ago
Crypt Keeper 25f6be1488
build: makes CI choose latest Go 1.18.x (#3143) 2 years ago
Ayke van Laethem 9a9106a297 esp32c3: remove unused UARTStopBits constants 2 years ago
Ayke van Laethem a68f7e4ce3 nrf: add ReadTemperature method 2 years ago
Ayke van Laethem 70b3ece6ec rp2040: add machine.ReadTemperature 2 years ago
Ayke van Laethem 86ea216e7d machine: move SPI Tx function into separate file 2 years ago
Ayke van Laethem 5a92c35536 main: restore support for flashing Espressif chips 2 years ago
Ayke van Laethem 7513fa2c96 machine: add KHz, MHz, GHz constants, deprecate TWI_FREQ_* constants 2 years ago
Ayke van Laethem bc946f346d machine: rename PinInputPullUp/PinInputPullDown 2 years ago
Ayke van Laethem 6e6666519c go mod tidy 2 years ago
Ayke van Laethem cecae8084c nrf52840: do not export DFU_MAGIC_* constants 2 years ago
Ayke van Laethem 9720ccacbb machine: improve UARTParity slightly 2 years ago
Damian Gryski a5aa777c7b src/runtime: add a few more docs about the garbage collector 2 years ago