3613 Commits (adadbadec30b59f857ce48d7de547c0315d53356)
 

Author SHA1 Message Date
Kenneth Bell adadbadec3 interp: improve unknown opcode handling 1 year ago
Kenneth Bell 58fafaeb5c build: #3893 do not return LLVM structs from Build 1 year ago
Dan Kegel 13a8eae0d4 build: build Go SSA serially [issue 3895] 1 year ago
Ayke van Laethem 42da7654ec compiler: don't use types in the global context 1 year ago
Ayke van Laethem 8698a7e496 all: default to LLVM 16 1 year ago
Ayke van Laethem 1d7543e2bf all: switch to LLVM 16 2 years ago
deadprogram ff32fbbb4f targets: increase default stack size to 32k for wasi/wasm targets 1 year ago
sago35 3ad2530ee7 atsamd21, atsamd51: add support for USB INTERRUPT OUT 1 year ago
deadprogram c4de195f04 machine/rp2040: always use the USB device enum fix, even in chips that supposedly have the HW fix. 1 year ago
Timothy Rule 75aca0f5ee
Board support for Adafruit Gemma M0 (#3903) 1 year ago
Elliott Sales de Andrade bb9a9beed5 Update golang.org/x/tools to v0.12.0 1 year ago
Elliott Sales de Andrade 4042c1d618 Update tools to 0.9.0 1 year ago
Elliott Sales de Andrade bf73516259 compiler: Handle nil array and struct constants 1 year ago
deadprogram 43d282174f targets: add GoBadge target as alias for PyBadge :) 1 year ago
Damian Gryski 0042bf62a5 compiler,reflect: add support for [...]T -> []T in reflect 2 years ago
Ayke van Laethem f11731ff35 interp: don't copy unknown values in runtime.sliceCopy 1 year ago
sago35 e9d8a9bc0b goenv: update to new v0.30.0 development version 1 year ago
deadprogram 9d6eb1ff06 machine/usb/adc/midi: improve implementation to include several new messages 1 year ago
Ayke van Laethem 4643401a1d runtime: refactor markGlobals to findGlobals 1 year ago
deadprogram dc449882ad docs: update CHANGELOG for release 0.29 1 year ago
deadprogram a158d3194f all: update version for 0.29 release 1 year ago
Pertti Erkkilä 806498f099
nRF52: set SPI TX/RX lengths even data is empty. Fixes #3868 (#3877) 1 year ago
deadprogram e3bc6da9e4 make: add task to check NodeJS version before running tests 1 year ago
Pierre Constantineau 3e2471d934
adding new uf2 target for PCA10056 (#3765) 1 year ago
Ayke van Laethem a545f17d2e wasm: add support for GOOS=wasip1 1 year ago
Kenneth Bell f4375d0452 samd51,rp2040,nrf528xx,stm32: implement watchdog 1 year ago
deadprogram 756cdf44ed loader: merge go.env file which is now required starting in Go 1.21 to correctly get required packages 1 year ago
Ayke van Laethem 9037bf8bf0 main: add target JSON file in `tinygo info` output 1 year ago
deadprogram bfe9ee378f rp2040: move flash related functions into separate file from C imports for correct LSP. Fixes #3852 1 year ago
deadprogram 37a4fa205c modules: update to go-serial package v1.6.0 1 year ago
deadprogram 59cc7d4c42 docker: use Go 1.21 for Docker dev container build 1 year ago
deadprogram ab64e215dd build: switch GH actions builds to use Go 1.21 final release 1 year ago
deadprogram 253dbe335a builder: update message for max supported Go version 1 year ago
Unrud 0ef86e1534 Add support for HID Keyboard LEDs 1 year ago
Kenneth Bell 72270f9052 all: use https for renesas submodule #3856 1 year ago
sago35 67ec722a74 board: add AKIZUKI DENSHI AE-RP2040 1 year ago
Ayke van Laethem 62294feb56 compiler: improve panic message when a runtime call is unavailable 1 year ago
Ayke van Laethem f1e25a18d2 compiler: implement clear builtin for maps 1 year ago
Ayke van Laethem a2f886a67a compiler: implement clear builtin for slices 1 year ago
Ayke van Laethem f791c821ff compiler: add min and max builtin support 1 year ago
Ayke van Laethem a93f0ed12a all: Go 1.21 support 1 year ago
Ayke van Laethem c25dd0a972 testing: add Testing function 1 year ago
sago35 215dd3f0be machine/usb/hid: rename Handler() to TxHandler() 1 year ago
sago35 c51f5cea0b machine/usb/hid: add RxHandler interface 1 year ago
sago35 395ee2d338 machine/usb: refactor endpoint configuration 1 year ago
sago35 069e4f0d98 machine/usb: allow USB Endpoint settings to be changed externally 1 year ago
sago35 d1eb642d45 machine/usb: remove usbDescriptorConfig 1 year ago
Charlie Haley 5f2e72f371 compiler: add compiler-rt to wasm.json 1 year ago
Charlie Haley 5b581d83b3 compiler: add compiler-rt and wasm symbols to table 1 year ago
Ayke van Laethem d845f1e1b2 wasm: fix functions exported through //export 1 year ago