1851 Commits (36db75b36680d36d0fbbc0b8c876ebb49abd2fb3)
 

Author SHA1 Message Date
sago35 ae13db917f ci: set git-fetch-depth to 1 4 years ago
Ayke van Laethem 98dbbbfda6 esp32: export machine.PortMask* for bitbanging implementations 4 years ago
Ayke van Laethem 475135f546 ci: run `tinygo test` for known-working packages 4 years ago
Ayke van Laethem 88fd2823df all: run test binaries in the correct directory 4 years ago
Ayke van Laethem 57a5b833b2 Makefile: check whether submodules have been downloaded in some common cases 4 years ago
Ayke van Laethem c810628a20 loader: rewrite/refactor much of the code to use go list directly 4 years ago
Ayke van Laethem 51238fba50 arduino-mega2560: fix flashing on Windows 4 years ago
ardnew 7f829fe153
machine/stm32f4: refactor common code and add new build tag stm32f4 (#1332) 4 years ago
sago35 946184b8ba flash: call PortReset only on other than openocd 4 years ago
Ayke van Laethem 753162f4e0 esp32: add support for basic GPIO 4 years ago
Johan Brandhorst 0e6d2af028 Fix arch release job 4 years ago
Ayke van Laethem 0df4a7a35f esp32: support flashing directly from tinygo 4 years ago
Ayke van Laethem 9a17698d6a compileopts: add support for custom binary formats 4 years ago
Ayke van Laethem 3ee47a9c1b esp: add support for the Espressif ESP32 chip 4 years ago
Ayke van Laethem da7db81087 cortexm: fix stack size calculation with interrupts 4 years ago
Ayke van Laethem 098fb5f39c nrf52840: add build tags for SoftDevice support 4 years ago
Ayke van Laethem 47a975a44f nrf: add SoftDevice support for the Circuit Playground Bluefruit 4 years ago
deadprogram 83252448b0 device/atsamd51x: add all remaining bitfield values for PCHCTRLm Mapping 4 years ago
deadprogram 222977a642 runtime/atsamd51x: use PCHCTRL_GCLK_SERCOMX_SLOW for setting clocks on all SERCOM ports 4 years ago
deadprogram 58565fa46d machine/atsamd51x,runtime/atsamd51x: fixes needed for full support for all PWM pins. Also adds some useful constants to clarify peripheral clock usage 4 years ago
Ayke van Laethem ecaf9461ce loader: be more robust when creating the cached GOROOT 4 years ago
sago35 ae01904ab0 flash: add openocd settings to nrf5 4 years ago
Ayke van Laethem 2194d447e9 loader: use ioutil.TempDir to create a temporary directory 4 years ago
Ayke van Laethem a21a039ac7 arm: automatically determine stack sizes 4 years ago
Ayke van Laethem a761f556ff compiler: improve display of goroutine wrappers 4 years ago
Ron Evans 29d65cb637
machine/itsybitsy-nrf52840: add support for Adafruit Itsybitsy nrf52840 (#1243) 4 years ago
Ayke van Laethem 63005622ae wasm: update wasi-libc dependency 4 years ago
Ayke van Laethem 510f145a3a interp: show error line in first line of the traceback 4 years ago
sago35 e5e324f93e
main: embed git-hash in tinygo-dev executable 4 years ago
Ayke van Laethem 4fa1fc6e72 interp: don't panic in the Store method 4 years ago
Ayke van Laethem ccb803e35d interp: replace some panics with error messages 4 years ago
sago35 d1ac0138e6 main: use ToSlash() to specify program path 4 years ago
sago35 b132b5bc60 flash: add openocd settings to atsamd21 / atsamd51 4 years ago
deadprogram 743254d5bc main: use simpler file copy instead of file renaming to avoid issues on nrf52840 UF2 bootloaders 4 years ago
Ayke van Laethem 9d625a1ccb nrf: call sd_app_evt_wait when the SoftDevice is enabled 4 years ago
Ayke van Laethem b75f042c23 runtime: use waitForEvents when appropriate 4 years ago
Elliott Sales de Andrade 32c7f3baf9
Remove --no-threads from wasm-ld calls. 4 years ago
deadprogram 1dc85ded47
version: update TinyGo version to 0.15.0-dev 4 years ago
deadprogram 26a0819119 main: release 0.14.1 4 years ago
Ayke van Laethem b59a46eef0 loader: work around Windows symlink limitation 4 years ago
deadprogram 8a410b993b make,builder: incorporate feedback from code review on Go 1.15 update 4 years ago
deadprogram e412a63a1c make: use buildmode flag to set exe for windows to use standard linker 4 years ago
deadprogram a81face618 builder: simplify Go version check message 4 years ago
deadprogram 0ac216b093 build: use Golang 1.15 for MS Azure builds 4 years ago
deadprogram 9575fe628f internal/bytealg: naive attempt to copy the main Go 1.15 implementatation 4 years ago
deadprogram f4e8ea0d23 builder: allow Go 1.15 to pass config check 4 years ago
deadprogram 2d03f65d67 build: add Go 1.15 to CircleCI build 4 years ago
Ayke van Laethem 154d4a781f main: release 0.14.0 4 years ago
deadprogram b5ab114514 dockerhub: use post checkout hook for git submodule init 4 years ago
BCG 0a7e74045a feather-nrf52840: corrected USB identifier constants 4 years ago