2221 Commits (3eb9dca695254b9d59f30597ea6c409e1b65e7ee)
 

Author SHA1 Message Date
Damian Gryski 3eb9dca695 machine: fix copy-paste error for atsamd21/51 calibTrim block 3 years ago
sago35 53794cf339 target: fix pid for mdbt50qrx-uf2 3 years ago
Damian Gryski da6c14481f runtime: fix a suspicious bitwise operation 3 years ago
sago35 fb5516604d targets: add DefaultUART to adafruit boards 3 years ago
Ayke van Laethem e9f1ed701a cgo: don't normalize CGo tests anymore 3 years ago
Ayke van Laethem 6315db21f7 compiler: avoid zero-sized alloca in channel operations 3 years ago
Damian Gryski 485a9284e7 builder: add missing error check for ioutil.TempFile() 3 years ago
BCG 602d3d7c78 board: add Raytac MDBT50Q-RX Dongle with TinyUF2 3 years ago
Ayke van Laethem 409688e67a compiler: fix equally named structs in different scopes 3 years ago
Damian Gryski d348db4a0d tinygo: add a flag for creating cpu profiles 3 years ago
Damian Gryski 95ab7cb8d1 Makefile: add smoke test with gc=leaking to test dead asm code 3 years ago
Damian Gryski 32de906f6d internal/task, runtime: add subsections_via_symbols to assembly files on darwin 3 years ago
Ron Evans eaab05fc43 Revert "Minor changes to support go 1.17" 3 years ago
sago35 4d1945b467 nrf52840: fix ram size 3 years ago
Mike Mogenson fd9422d218 fix GBA ROM header 4 years ago
sago35 bbbe7d43ce machine/arduino_mkrwifi1010: fix pin definition of NINA_RESETN 3 years ago
Damian Gryski b3f1dacbb9 interp: remove unused gepOperands slice 3 years ago
Damian Gryski 5fa1e7163a src/runtime: reset heapptr to heapStart after preinit() 3 years ago
deadprogram 4b1f92600f docker: use go 1.17 for docker dev build 3 years ago
sago35 ca39bc9f35 machine/feather-rp2040: add pin name definition for feather 3 years ago
sago35 f985f2c376 targets: add openocd configuration for rp2040 3 years ago
Federico G. Schwindt f0936ffccb Implement os.Executable 3 years ago
Yurii Soldak 97d48e5c02 board/nano-rp2040: define NINA_SPI and fix wifinina pins 3 years ago
Patricio Whittingslow a7c53cce06
machine/rp2040: add PWM implementation (#2015) 3 years ago
Federico G. Schwindt 2d224ae049 Minor changes to support go 1.17 3 years ago
Olivier Fauchon 6c6fea5387 BlackMagic (BMP) ARM JTAG/SWD debugger: 3 years ago
sago35 98bd947817 machine/arduino_mkrwifi1010: add board definition for Arduino MKR WiFi 1010 3 years ago
Ayke van Laethem 255f35671d compiler: add support for new language features of Go 1.17 3 years ago
Ayke van Laethem 8e88e560a1 all: add support for Go 1.17 3 years ago
Ayke van Laethem d45497691f reflect: add StructField.IsExported method 3 years ago
Ayke van Laethem ad73986070 goenv: improve Go version detection 3 years ago
deadprogram 931f87f96a docker: golang default images now based on bullseye 3 years ago
deadprogram 192a32f8d9 docker: use autoremove to tr to cleanup broken packages 3 years ago
deadprogram 972f4254eb docker: add GH actions build on fix-docker-llvm-build branch to sort out build issues 3 years ago
deadprogram 7d83e2ee5c docker: apt clean before apt get of llvm to avoid broken packages 3 years ago
Ayke van Laethem 0f2f73be53 compiler: fix max possible slice 3 years ago
Ayke van Laethem a2cc5715ba compiler: add *ssa.MakeSlice bounds tests 3 years ago
Ayke van Laethem 59d53182bb all: use new testing features of Go 1.14 and 1.15 3 years ago
Ayke van Laethem 25c7bfd404 ci: drop support for Go 1.13 and 1.14 3 years ago
Ayke van Laethem 04f520040e testing: add support for the -test.v flag 3 years ago
Ayke van Laethem f57e9622fd baremetal,wasm: support command line params and environment variables 3 years ago
Ayke van Laethem c25a7cc747 testing: test testing package using `tinygo test` 3 years ago
Ayke van Laethem 5e5ce98d42 compiler: add aliases for many hashing packages 3 years ago
Ayke van Laethem a3c4421f39 compiler: move math aliases from the runtime to the compiler 3 years ago
Ayke van Laethem 58565b42cc compiler: move LLVM math builtin support into the compiler 3 years ago
Ayke van Laethem ca7c849da3 386: bump minimum requirement to the Pentium 4 3 years ago
Ayke van Laethem 6c1301688b math: fix math.Max and math.Min 3 years ago
Ayke van Laethem d05103668f crypto/rand: switch to arc4random_buf 3 years ago
Patricio Whittingslow 4f7b23c2b7
machine/rp2040: add I2C support (#2013) 3 years ago
Dan Kegel cfae2d4f9a Makefile: add src/testing to FMT_PATHS 3 years ago