2929 Commits (f12ddfe164dad9a6d1752c90388dbe3ef976b954)
 

Author SHA1 Message Date
Damian Gryski f12ddfe164 all: update _test.go files for os.IsFoo changes 2 years ago
Damian Gryski f9ba99344a all: update _test.go files for ioutil changes 2 years ago
Damian Gryski 1784bcd728 compileopts: use backticks for regexp to avoid extra escapes 2 years ago
Damian Gryski a2704f1435 all: move from os.IsFoo to errors.Is(err, ErrFoo) 2 years ago
Damian Gryski edbbca5614 all: remove calls to deprecated ioutil package 2 years ago
Roman Volosatovs 13f21477b1 syscall/darwin: add ENOTCONN 2 years ago
Roman Volosatovs 9d73e6cfe4 os: add SyscallError.Timeout 2 years ago
Roman Volosatovs 9e7667ffae syscall: add WASI `{D,R}SYNC`, `NONBLOCK` FD flags 3 years ago
Roman Volosatovs b86467f9c5 syscall: group WASI consts by purpose 3 years ago
Roman Volosatovs 13a16afc2a net: sync net.go with Go 1.18 stdlib 3 years ago
Roman Volosatovs a107b4d459 syscall: ensure correct C prototype WASI function signature 3 years ago
Ayke van Laethem 5c176f80d5 ci: add check that TinyGo can be built using Homebrew LLVM 2 years ago
Ayke van Laethem c4392d9472 all: rename assembly files to .S extension 3 years ago
Ayke van Laethem b6d6efde07 all: remove support for LLVM 13 2 years ago
sago35 8b67282f91 examples/wasm: improve Makefile 2 years ago
Ayke van Laethem c7a23183e8 all: format code according to Go 1.19 rules 2 years ago
Ayke van Laethem f936125658 main: use tags parser from buildutil 2 years ago
sago35 3cfaceeb16 all: update version for next development iteration 2 years ago
Ayke van Laethem f0391eac25 all: update to version 0.25.0 2 years ago
Phil Kedy 05cdde162c Set internal linkage and keeping default visibility for anonymous functions 2 years ago
sago35 25c8d3ec3a wasm,wasi: stub runtime.buffered, runtime.getchar 2 years ago
Ayke van Laethem 7b1e5f6f99 compiler: implement unsafe.Alignof and unsafe.Sizeof for generic code 2 years ago
Ayke van Laethem 70c52ef1b4 compiler: fix type names for generic named structs 2 years ago
Ayke van Laethem 5078ce382d compiler: do not try to build generic functions 2 years ago
Ayke van Laethem 408855da14 compiler: add generics test case 2 years ago
Phil Kedy 58072a5167 compiler: fix issue with methods on generic structs 2 years ago
Kenneth Bell 5026047cde rp2040: make picoprobe default openocd interface 2 years ago
deadprogram 67aea275c5 machine/rp2040: turn off pullup/down when not input type not specified 2 years ago
Ayke van Laethem 99bd4d2c7c esp32: optimize SPI transmit 2 years ago
sago35 a4b22bd125 usb/midi: add definition of MIDI note number 2 years ago
deadprogram 2ed7523001 build/linux/arm: pin dotenv Ruby gem to version 2.7.6 2 years ago
Ayke van Laethem 4aec3d04f9 esp32: fix WDT reset on the MCH2022 badge 2 years ago
Ayke van Laethem 4f729c323d darwin: don't clobber X18 and FP registers 2 years ago
deadprogram 1f43f32aae target: add gopherbot and gopherbot2 aliases to simplify for newer users 2 years ago
Kenneth Bell 6d1cbe6fb9 rp2040: usb: reset device address on bus reset 2 years ago
sago35 7cd2890434 rp2040: add resetBlock for USBCTRL 2 years ago
sago35 13311da7e9 main: change to ignore PortReset failures 2 years ago
sago35 3047d8f321 samd51: improve TRNG 2 years ago
deadprogram 13ed58950f machine/usb/midi: add NoteOn, NoteOff, and SendCC methods for more complete API 2 years ago
sago35 5271bd8cfa xiao-ble: add support for flash-1200-bps-reset 2 years ago
sago35 72137d663b usb: adjust buffer alignment (samd21, samd51, nrf52840) 2 years ago
sago35 740134197e samd51: add support for DAC1 2 years ago
Ayke van Laethem 610e7fd16a boards: Add MCH2022 badge 2 years ago
Dan Kegel 69a6718b38 archFamily(): arm64 is aarch64, not arm; fixes #2985 2 years ago
Ayke van Laethem 7d31d98f0f runtime: rename printuint to printuintptr 2 years ago
Ayke van Laethem 0a93347e1c machine: reorder pin definitions to improve pin list on tinygo.org 2 years ago
Ayke van Laethem 411333327e esp32c3: provide hardware pin constants 2 years ago
Ayke van Laethem 159f7ebbc3 esp32: provide hardware pin constants 2 years ago
Ayke van Laethem 153ff09cc5 esp8266: provide hardware pin constants like GPIO2 2 years ago
Ayke van Laethem 57cddf5657 clue: remove pins D21..D28 2 years ago