aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-09-17Prepare for 0.15.0 releasev0.15.0deadprogram
2020-09-17atsamd2x: fix BAUD valuesago35
2020-09-17atsamd5x: fix BAUD valuesago35
2020-09-17nintendoswitch: simplified assembly codeLucas Teske
2020-09-17arm64: make dynamic loader structs and constants privateLucas Teske
2020-09-17nintendoswitch: fix import cycle on dynamic_arm64.goLucas Teske
2020-09-17nintendoswitch: Add dynamic loader for runtime loading PIE sectionsLucas Teske
2020-09-17bluepill: Enable stm32's USART2 for the board and map it to UART1 tinygo's de...Olivier Fauchon
2020-09-16stacksize: deal with DW_CFA_advance_loc1Ayke van Laethem
2020-09-15microbit: reelboard: flash using OpenOCD when neededAyke van Laethem
2020-09-14esp32: add SPI supportAyke van Laethem
2020-09-14add basic UART handlerardnew
2020-09-13esp32: configure the I/O matrix for GPIO pinsAyke van Laethem
2020-09-12nintendoswitch: support outputting .nro files directlyAyke van Laethem
2020-09-12update my name in the contributors listNia Weiss
2020-09-11docs: add ESP32, ESP8266, and Adafruit Feather STM32F405 to list of supported...deadprogram
2020-09-11change default flash method to DFU (using dfu-util over USB)ardnew
2020-09-11replace flash method with openocd, disable automatic stack sizingardnew
2020-09-11remove UART/SPI vars until peripherals implementedardnew
2020-09-11add pin/bus doc comments, I2C pinsardnew
2020-09-11move clock settings docs comment to respective const definitionsardnew
2020-09-11remove (or stub) UART/SPI/I2C peripheral code from initial feather-stm32f405 ...ardnew
2020-09-11add feather-stm32f405 smoketest targetardnew
2020-09-11add STM32F405 machine/runtime, and new board/target feather-stm32f405ardnew
2020-09-10Adding support for the Arduino Zero (#1365)jreamy
2020-09-09esp8266: add support for this chipAyke van Laethem
2020-09-09nintendoswitch: Fix invalid memory read / write in print callsLucas Teske
2020-09-09nrf52840: use higher priority for USB-CDC codeAyke van Laethem
2020-09-09main: implement tinygo targets to list usable targetsAyke van Laethem
2020-09-09avr: configure emulator in board filesAyke van Laethem
2020-09-07main: add cached GOROOT to info subcommandAyke van Laethem
2020-09-06docker: fix the problem with the wasm build (#1357)sago35
2020-09-05esp32: add libgcc ROM functions to linker scriptAyke van Laethem
2020-09-05ci: set git-fetch-depth to 1sago35
2020-09-05esp32: export machine.PortMask* for bitbanging implementationsAyke van Laethem
2020-09-04ci: run `tinygo test` for known-working packagesAyke van Laethem
2020-09-04all: run test binaries in the correct directoryAyke van Laethem
2020-09-04Makefile: check whether submodules have been downloaded in some common casesAyke van Laethem
2020-09-03loader: rewrite/refactor much of the code to use go list directlyAyke van Laethem
2020-09-03arduino-mega2560: fix flashing on WindowsAyke van Laethem
2020-09-01machine/stm32f4: refactor common code and add new build tag stm32f4 (#1332)ardnew
2020-08-31flash: call PortReset only on other than openocdsago35
2020-08-31esp32: add support for basic GPIOAyke van Laethem
2020-08-31Fix arch release jobJohan Brandhorst
2020-08-31esp32: support flashing directly from tinygoAyke van Laethem
2020-08-31compileopts: add support for custom binary formatsAyke van Laethem
2020-08-31esp: add support for the Espressif ESP32 chipAyke van Laethem
2020-08-30cortexm: fix stack size calculation with interruptsAyke van Laethem
2020-08-30nrf52840: add build tags for SoftDevice supportAyke van Laethem
2020-08-30nrf: add SoftDevice support for the Circuit Playground BluefruitAyke van Laethem