2099 Commits (722a3a5c9491677f45947fa8bbaae1c6115dbce5)
 

Author SHA1 Message Date
Rajiv Kanchan 722a3a5c94 add rp2040, pico 4 years ago
deadprogram ed2db8a26d Revert "scheduler: task.Data made 64bit to avoid overflow" 3 years ago
Kenneth Bell fd8938c634 scheduler: task.Data made 64bit to avoid overflow 4 years ago
Kenneth Bell fa3dd41a4f stm32: Use TIM for runtime clock 4 years ago
Kenneth Bell 003c96edc0 stm32f103 (bluepill): add pwm 4 years ago
Kenneth Bell ac54302301 stm32f7: add pwm 4 years ago
Kenneth Bell c43a41165a stm32l4: add pwm 4 years ago
Kenneth Bell 3145c2747e stm32l0: add pwm 4 years ago
Kenneth Bell 2c4b507d34 stm32l5: add pwm 4 years ago
Kenneth Bell ee167f15de stm32: add pwm for f4 series 4 years ago
Yurii Soldak 422ebeeec7 Do not disable interrupts on abort 4 years ago
Ayke van Laethem c93ddb630b compiler: skip context parameter when starting regular goroutine 4 years ago
Ayke van Laethem 3edcdb5f0d compiler: do not emit nil checks for loading closure variables 4 years ago
Ayke van Laethem ec325c0643 compiler: add support for running a builtin in a goroutine 4 years ago
Ayke van Laethem 87c2ccb0b9 compiler: add tests for starting a goroutine 4 years ago
Ayke van Laethem 6e1eb28ed0 main: rename goroutine tests 4 years ago
Ayke van Laethem 45cf2a5a1a compiler: refactor goroutine code 4 years ago
deadprogram 423cae86df docker: update dev dockerfile to Go 1.16 4 years ago
deadprogram ea6b65e360 cmsis-svd: update with latest to sync with upstream repo 4 years ago
Kenneth Bell e3b98dabfd Support chained interrupt handlers 4 years ago
sago35 e312cb0fe7 os: add FileMode constants from Go 1.16 4 years ago
Ayke van Laethem 541d8dcd2e reflect: implement AppendSlice 4 years ago
Ayke van Laethem c8742e2b96 reflect: use SliceHeader and StringHeader variant for internal use 4 years ago
Ayke van Laethem 711889bc3f cgo: implement prefix parsing 4 years ago
Ayke van Laethem 70f8eeaca0 cgo: parse binary operators 4 years ago
Ayke van Laethem 3339d0f47e cgo: create skeleton of a Pratt parser 4 years ago
Federico G. Schwindt a38b5c4e01 Add a stub for os.ReadDir() 4 years ago
Federico G. Schwindt b20905da13 Add support for net.IP 4 years ago
Ayke van Laethem 95e4dcfb53 interp: ignore inline assembly in markExternal 4 years ago
Ayke van Laethem 841f19f49e ci: disable building some optional Clang components 4 years ago
sago35 2085ffb334 version: update TinyGo version to 0.19.0-dev 4 years ago
Ayke van Laethem b67351babe machine: define Serial as the default output 4 years ago
Ayke van Laethem aa5b8d0df7 machine: make UART objects pointer receivers 4 years ago
Ayke van Laethem 7c949ad386 machine: make USBCDC global a pointer 4 years ago
sago35 1646326164 Update README.md 4 years ago
Ayke van Laethem e44cb7e519 main: version 0.18.0 4 years ago
Ayke van Laethem d1e96fd0a8 wasm: scan globals conservatively 4 years ago
Ayke van Laethem ff5d0c9886 compiler: only check for default stack size with tasks scheduler 4 years ago
Yurii Soldak d7ec9ddcd2 Discover USB ports only 4 years ago
sago35 e7c6bd3730 atsame5x: add support for CAN 4 years ago
Ayke van Laethem 9f5066aa6f runtime: use the tasks scheduler instead of coroutines 4 years ago
Ayke van Laethem 3b24fedf92 compiler: use wasm for tests 4 years ago
Ayke van Laethem 8cd2a462b9 runtime: remove the asyncScheduler constant 4 years ago
Ayke van Laethem 25b045d0a7 runtime: improve timers on nrf, and samd chips 4 years ago
Ayke van Laethem 78acbdf0d9 main: match `go test` output 4 years ago
Federico G. Schwindt 617e2791ef Add -llvm-features parameter 4 years ago
Kenneth Bell a0908ff55b compiler: openocd commands in tinygo command line 4 years ago
Ayke van Laethem 2f1f8fb075 machine: move PinMode to central location 4 years ago
sago35 6f61b83ad5 atsamd21: remove special handling for SPI-24mhz 4 years ago
Dan Kegel 8dfefb46d1 wasi: do not crash if argc is 0 4 years ago