aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-05-28Revert "scheduler: task.Data made 64bit to avoid overflow"deadprogram
2021-05-28scheduler: task.Data made 64bit to avoid overflowKenneth Bell
2021-05-28stm32: Use TIM for runtime clockKenneth Bell
2021-05-28stm32f103 (bluepill): add pwmKenneth Bell
2021-05-28stm32f7: add pwmKenneth Bell
2021-05-28stm32l4: add pwmKenneth Bell
2021-05-28stm32l0: add pwmKenneth Bell
2021-05-28stm32l5: add pwmKenneth Bell
2021-05-28stm32: add pwm for f4 seriesKenneth Bell
2021-05-27Do not disable interrupts on abortYurii Soldak
2021-05-26compiler: skip context parameter when starting regular goroutineAyke van Laethem
2021-05-26compiler: do not emit nil checks for loading closure variablesAyke van Laethem
2021-05-26compiler: add support for running a builtin in a goroutineAyke van Laethem
2021-05-26compiler: add tests for starting a goroutineAyke van Laethem
2021-05-26main: rename goroutine testsAyke van Laethem
2021-05-26compiler: refactor goroutine codeAyke van Laethem
2021-05-26docker: update dev dockerfile to Go 1.16deadprogram
2021-05-25cmsis-svd: update with latest to sync with upstream repodeadprogram
2021-05-25Support chained interrupt handlersKenneth Bell
2021-05-23os: add FileMode constants from Go 1.16sago35
2021-05-22reflect: implement AppendSliceAyke van Laethem
2021-05-22reflect: use SliceHeader and StringHeader variant for internal useAyke van Laethem
2021-05-21cgo: implement prefix parsingAyke van Laethem
2021-05-21cgo: parse binary operatorsAyke van Laethem
2021-05-21cgo: create skeleton of a Pratt parserAyke van Laethem
2021-05-20Add a stub for os.ReadDir()Federico G. Schwindt
2021-05-20Add support for net.IPFederico G. Schwindt
2021-05-20interp: ignore inline assembly in markExternalAyke van Laethem
2021-05-19ci: disable building some optional Clang componentsAyke van Laethem
2021-05-14version: update TinyGo version to 0.19.0-devsago35
2021-05-13machine: define Serial as the default outputAyke van Laethem
2021-05-13machine: make UART objects pointer receiversAyke van Laethem
2021-05-13machine: make USBCDC global a pointerAyke van Laethem
2021-05-12Update README.mdv0.18.0sago35
2021-05-12main: version 0.18.0Ayke van Laethem
2021-05-11wasm: scan globals conservativelyAyke van Laethem
2021-05-11compiler: only check for default stack size with tasks schedulerAyke van Laethem
2021-05-10Discover USB ports onlyYurii Soldak
2021-05-10atsame5x: add support for CANsago35
2021-05-09runtime: use the tasks scheduler instead of coroutinesAyke van Laethem
2021-05-09compiler: use wasm for testsAyke van Laethem
2021-05-08runtime: remove the asyncScheduler constantAyke van Laethem
2021-05-08runtime: improve timers on nrf, and samd chipsAyke van Laethem
2021-05-06main: match `go test` outputAyke van Laethem
2021-05-06Add -llvm-features parameterFederico G. Schwindt
2021-05-06compiler: openocd commands in tinygo command lineKenneth Bell
2021-05-06machine: move PinMode to central locationAyke van Laethem
2021-05-06atsamd21: remove special handling for SPI-24mhzsago35
2021-05-05wasi: do not crash if argc is 0Dan Kegel
2021-05-05unix: use conservative GC by defaultAyke van Laethem