1870 Commits (e161d5a82cfb068472229c707f869e9b9f32f19a)
 

Author SHA1 Message Date
Nia Weiss 81e325205f update my name in the contributors list 4 years ago
deadprogram 71cbb1495e docs: add ESP32, ESP8266, and Adafruit Feather STM32F405 to list of supported boards 4 years ago
ardnew efc824a103 change default flash method to DFU (using dfu-util over USB) 4 years ago
ardnew cb4f3f12e6 replace flash method with openocd, disable automatic stack sizing 4 years ago
ardnew d1b470f04e remove UART/SPI vars until peripherals implemented 4 years ago
ardnew 7aaa9e45a6 add pin/bus doc comments, I2C pins 4 years ago
ardnew 5c9930df3f move clock settings docs comment to respective const definitions 4 years ago
ardnew cf6b544cd9 remove (or stub) UART/SPI/I2C peripheral code from initial feather-stm32f405 board support 4 years ago
ardnew 097f628955 add feather-stm32f405 smoketest target 4 years ago
ardnew 20a1c730a1 add STM32F405 machine/runtime, and new board/target feather-stm32f405 4 years ago
jreamy 04f65f1189
Adding support for the Arduino Zero (#1365) 4 years ago
Ayke van Laethem 2ce17a1892 esp8266: add support for this chip 5 years ago
Lucas Teske 0b9b293651
nintendoswitch: Fix invalid memory read / write in print calls 4 years ago
Ayke van Laethem f20c932bb9 nrf52840: use higher priority for USB-CDC code 4 years ago
Ayke van Laethem e7227df80d main: implement tinygo targets to list usable targets 4 years ago
Ayke van Laethem b99175a436 avr: configure emulator in board files 4 years ago
Ayke van Laethem de3ffe0af7 main: add cached GOROOT to info subcommand 4 years ago
sago35 1e47d9efac
docker: fix the problem with the wasm build (#1357) 4 years ago
Ayke van Laethem 8a2e7bac04 esp32: add libgcc ROM functions to linker script 4 years ago
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