2262 Commits (00c73d62ad1361ab5a814ab8844f13217027112a)
 

Author SHA1 Message Date
sago35 00c73d62ad rp2040: add CPUFrequency() 3 years ago
Ayke van Laethem dbfaaf7c13 main: implement `tinygo lldb` subcommand 3 years ago
Ayke van Laethem 878b62bbe8 riscv: switch to tasks-based scheduler 5 years ago
Ayke van Laethem 5d8f25a622 hifive1-qemu: increase memory to 64K 3 years ago
Ayke van Laethem c7413837aa riscv: align the heap to 16 bytes 3 years ago
Federico G. Schwindt b1ec8eb2e0
os: implement Getwd 3 years ago
deadprogram 98fbf7ff25 build: double timeout period without output for make test 3 years ago
Ayke van Laethem af00e218a8 riscv: implement 32-bit atomic operations 3 years ago
Ayke van Laethem b31d241388 riscv: use MSTATUS.MIE bit instead of MIE to disable interrupts 3 years ago
Ayke van Laethem a6246e60f3 main: remove -target flag for LLVM targets 3 years ago
Ayke van Laethem 0a80da46b1 main: test other architectures by specifying a different GOARCH 3 years ago
Ayke van Laethem 36f1517e8d arm: use armv7 instead of thumbv7 3 years ago
learnforpractice 04040453b4 fix export math functions issue 3 years ago
Ayke van Laethem 2b453db4da esp32c3: add support for GDB debugging 3 years ago
Ayke van Laethem 29d3e10dc9 ci: fix wasmtime.dev expiry issue by upgrading some packages 3 years ago
sago35 06c60b4ecf esp32: remove extra configuration 3 years ago
Ayke van Laethem 5c0a337c4f cgo: implement rudimentary C array decaying 3 years ago
Ayke van Laethem 04e8f44370 os: don't try to read executable path on baremetal 3 years ago
Ayke van Laethem e02727679f builder, cgo: support function definitions in CGo headers 3 years ago
Ayke van Laethem 138add2b96 cgo: fix line/column reporting in syntax error messages 3 years ago
Ayke van Laethem bf9dab36f7 build: normalize target triples to match Clang 3 years ago
Ayke van Laethem 6234bf9a88 all: use -opt flag for optimization level in CFlags (-Os, etc) 3 years ago
Damian Gryski 32899d1cc3 testing: add a stub for t.Parallel() 3 years ago
Damian Gryski 0dfb336563 add support for -test.short flag 3 years ago
Damian Gryski d9ad500cf7 src/reflect: fix type.Size() to account for struct padding 3 years ago
Ayke van Laethem 49dd2ce393 all: fix staticcheck warnings 3 years ago
sago35 7df8e8db42 feather-stm32f405, feather-rp2040: add I2C pin names 3 years ago
Damian Gryski 25011c5078 src/internal/bytealg: fix indexing error in Compare() 3 years ago
sago35 54867f901a version: update TinyGo version to 0.21.0-dev 3 years ago
Nia Waldvogel 1573826005 transform (coroutines): move any misplaced entry-block allocas to the start of the entry block before lowering 3 years ago
Nia Waldvogel ecd8c2d902 transform (coroutines): fix memory corruption for tail calls that reference stack allocations 3 years ago
Ayke van Laethem a116fd0dc6 main: release version 0.20.0 3 years ago
Ayke van Laethem a590d791bd builder: simplify running of jobs 4 years ago
Ayke van Laethem cb147b9475 esp32c3: add support for this chip 3 years ago
Ayke van Laethem c830f878c6 stm32: add support for PortMask* functions for WS2812 support 3 years ago
Ayke van Laethem c7c874a487 loader: fix panic in CGo files with syntax errors 3 years ago
Ayke van Laethem c528a168ee os: add SEEK_SET, SEEK_CUR, and SEEK_END 3 years ago
Ayke van Laethem 88b9c27dbf unix: check for mmap error and act accordingly 3 years ago
Ayke van Laethem 37ee4bea40 arm: switch to Thumb instruction set on ARM 3 years ago
ardnew ca4f251050 relax restriction on configuration with duplicate settings 3 years ago
ardnew 1e92e5f6c6 teensy40: enable hardware UART reconfiguration, fix receive watermark interrupt 3 years ago
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