1540 Commits (1570adac1c28cf0f492e35fe62af7da6b57e42dc)
 

Author SHA1 Message Date
Ayke van Laethem 1570adac1c transform: do not special-case zero or one implementations of a method call 5 years ago
Ayke van Laethem c72f9eb08c sam: add support for pin change interrupts 5 years ago
Ayke van Laethem 19c7965fc5 nrf: add support for pin change interrupts 5 years ago
Ayke van Laethem c248418dbe compiler: fix a few crashes due to named types 5 years ago
Ayke van Laethem 4ca2d3f0cf loader: load packages using Go modules 5 years ago
Ayke van Laethem 35015a7918 loader: merge roots from both Go and TinyGo in a cached directory 5 years ago
Ayke van Laethem bde73fc214 main: fix test subcommand 5 years ago
Ayke van Laethem ab2a81cc52 main: move TinyGo version to goenv 5 years ago
Ayke van Laethem 2a98433c8e builder: move Go version code to goenv package 5 years ago
Brad Peabody 4918395f88 added test for wasm log output 5 years ago
Ayke van Laethem 67ac4fdd8e nrf: add microbit-s110v8 target 5 years ago
Ayke van Laethem e69131c0d3 nrf: expose the RAM base address 5 years ago
Ayke van Laethem 9f4459cee1 arm: make FPU configuraton consistent 5 years ago
Ayke van Laethem 3c55689566 runtime: refactor time handling 5 years ago
Brad Peabody 95f509b109
wasm test suite (#1116) 5 years ago
Ayke van Laethem dda576e80b avr: add support for PinInputPullup 5 years ago
Ayke van Laethem da505a6b17 avr: unify GPIO pin/port code 5 years ago
deadprogram 424d775bf4 build: remove CircleCI orb, now using different integration 5 years ago
Lucas Teske 726d735ad3 cgo: Add LDFlags support 5 years ago
deadprogram b9fd6cee6f build: add webhook notifier orb for circleci 5 years ago
cebernardi 76fb3bd177
compileopts: improve error reporting of unsupported flags 5 years ago
Brad Peabody 29ca1147f5 call scheduler from resume 5 years ago
Jaden Weiss 473644d918 internal/bytealg: reimplement bytealg in pure Go 5 years ago
Ayke van Laethem 38fc340802 sam: return an error when an incorrect PWM pin is used 5 years ago
Ayke van Laethem b5f028e1f7 ci: build .deb files along with .tar.gz files for Debian 5 years ago
Ayke van Laethem aa40ddc48b ci: do not install the SiFive toolchain 5 years ago
Ayke van Laethem 6bcb40fe01 os: implement virtual filesystem support 5 years ago
cornelk e907db1481 os: add Args and stub it with mock data 5 years ago
Ayke van Laethem 6b8940421e avr: use standard pin numbering 5 years ago
cornelk 2c71f08922 reflect: add Cap and Len support for map and chan 5 years ago
cornelk 7e64bc8f77 runtime: add cap and len support for chans 5 years ago
cornelk 1461563e3f testdata: fix formatting 5 years ago
cornelk acdaa72365 runtime: fix compilation errors when using gc.extalloc 5 years ago
deadprogram 01f5c1d455 machine/arduino-nano33: remove (d)ebug flag to reduce console noise when flashing 5 years ago
deadprogram 00f3a65903 machine/arduino-nano33: use (U)SB flag to ensure that device can be found when not on default port 5 years ago
Jaden Weiss b4815192a6 testdata, sync: add sync.Mutex test to testdata/coroutines.go 5 years ago
Jaden Weiss c54e1cc955 sync: modify sync.Cond 5 years ago
Jaden Weiss 7801921cc0 testdata: replace fake waitgroup in channel.go with sync.WaitGroup 5 years ago
Jaden Weiss afc6bd5cdd sync: add WaitGroup 5 years ago
Jaden Weiss ae2cbbf851 internal/task: fix nil panic in (*internal/task.Stack).Pop 5 years ago
Jaden Weiss ccd79ee289 add sync.Cond 5 years ago
Jaden Weiss 171d0fe123 implement mutex blocking 5 years ago
sago35 5ed0f67e1c
sam: fix ROM / RAM size on atsamd51j20 5 years ago
sago35 8ce3cfad40 flash: fix getDefaultPort() fails on Windows locales such as Japan 5 years ago
Ayke van Laethem 904fa852f6 transform: fix debug information in func lowering pass 5 years ago
Ayke van Laethem d0b2585e82 main: update go-llvm to fix macOS build problem 5 years ago
Ayke van Laethem 23e88bfb15 arm: allow nesting in DisableInterrupts and EnableInterrupts 5 years ago
Ayke van Laethem 6389e45d99 all: replace ReadRegister with AsmFull inline assembly 5 years ago
Ayke van Laethem 9342e73ae1 builder: fix picolibc include path 5 years ago
Ayke van Laethem fc4857e98c runtime: avoid recursion in printuint64 function 5 years ago