3137 Commits (776dabb2c811c6eb7977cbd296a40a4a17337b51)
 

Author SHA1 Message Date
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
sago35 aca1ad187d targets: remove usbpid of bootloader 2 years ago
sago35 5a41ed6329 xiao-ble: fix usbpid 2 years ago
Ayke van Laethem 91e9c84d85 nrf: make GetRNG available to all chips 2 years ago
sago35 4af530f238 wioterminal: remove serial-port setting of bootloader 2 years ago
Ayke van Laethem d3863f337d rp2040: do not use GetRNG in crypto/rand 2 years ago
Ayke van Laethem 5551ec7a1e cgo: implement support for static functions 3 years ago
Ayke van Laethem 91104b2f27 runtime: ensure some headroom for the GC to run 2 years ago
sago35 80f38e8449 main: add serial port monitoring functionality 2 years ago
Adrian Cole 22893c5180 wasm: documents memory constants 2 years ago
Ayke van Laethem 9e4e182615 interp: fix reading from external global 2 years ago
Ayke van Laethem 5f96d2b784 all: add flag for setting the goroutine stack size 2 years ago
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