1851 Commits (36db75b36680d36d0fbbc0b8c876ebb49abd2fb3)
 

Author SHA1 Message Date
Ayke van Laethem 36db75b366 loader: support imports from vendor directories 4 years ago
deadprogram a5e2b27884 docker: update dev docker image to use llvm11 4 years ago
Nia Weiss a5cf704d83 compiler: test float to int conversions and fix upper-bound calculation 4 years ago
Ayke van Laethem a90865506d main: use LLVM 11 by default when linking LLVM dynamically 4 years ago
Nia Weiss a867b56e5f compiler: saturate float-to-int conversions 4 years ago
Nia Weiss f159429152 compiler: emit a nil check when slicing an array pointer 4 years ago
Ayke van Laethem a848d720db compiler: refactor and add tests 4 years ago
Ayke van Laethem dbc438b2ae loader: use name "main" for the main package 4 years ago
Fauchon c4d642007e
New tinygo -x option to print commands (#1572) 4 years ago
Ayke van Laethem da0161d6ab wasm: implement a growable heap 4 years ago
Ayke van Laethem 5af4c073cd runtime: put metadata at the top end of the heap 4 years ago
Ayke van Laethem 154c7c691b stm32: use stm32-rs SVDs which are of much higher quality 4 years ago
Fauchon 65caf777dd
Support for STM32L0 MCUs and Dragino LGT92 device (#1561) 4 years ago
Ayke van Laethem a4d0877cf0 stacksize: add support for DW_CFA_offset_extended 4 years ago
deadprogram 6ec868710b machine/microbit-v2: add initial support based on work done by @alankrantas thank you! 4 years ago
deadprogram 086645153e tools/gen: ignore cluster registers with no actual clusters in them, and handle parsing binary integer fields in versions of Go before 1.13 4 years ago
deadprogram cf930f652e nrfx: updare submodule to latest commit 4 years ago
Quentin Smith 0dcff35d3a machine/p1am-100: rename MISO/MOSI 4 years ago
Quentin Smith 75f13491b6 Add support for the P1AM-100 (similar to Arduino MKR) 4 years ago
Wu Han 533d2c9ce0 README: fix bluepill link 4 years ago
Jacques Supcik 2f4200a01b
Add support for additional openocd commands (#1492) 4 years ago
deadprogram 939b393325 machine/clue: correct volume name and add alias for release version of Adafruit Clue board 4 years ago
deadprogram a5ee1ba4b3 machine/nrf52840: ensure that USB CDC interface is only initialized once 4 years ago
Ayke van Laethem fb0bb69f62 compiler: fix non-int integer constants 4 years ago
Ayke van Laethem 5917b8baa2 interp: fix alignment of untyped globals 4 years ago
Ayke van Laethem 30df912565 interp: rewrite entire package 4 years ago
Ayke van Laethem e9d549d211 compiler: fix incorrect "exported function" panic 4 years ago
Ayke van Laethem 6ad631539d compiler: fix undefined behavior in wordpack 4 years ago
Ayke van Laethem cda5fffd98 nrf: use SPIM peripheral instead of the legacy SPI peripheral 4 years ago
Ayke van Laethem ce539ce583 nrf: refactor code a bit to reduce duplication 4 years ago
kenbell 43a31467d3
Nucleo f722ze (#1526) 4 years ago
Ayke van Laethem ae92ea149c esp32: enable the FPU 4 years ago
Ayke van Laethem 4568de556e esp32: use the compiler-rt library for extra routines 4 years ago
ardnew 7a4ccd916f
matrixportal-m4: Add support for board Adafruit Matrix Portal M4 (#1529) 4 years ago
Ayke van Laethem 4cc1cdf672 main: support gdb debugging with AVR 5 years ago
Ayke van Laethem bb27bbcb41 all: switch to LLVM 11 for static builds 4 years ago
deadprogram 9c2d2b662b build: remove release build job for arch release until it can be debugged 4 years ago
Ayke van Laethem 098f900363 esp8266: implement task based scheduler 4 years ago
Ayke van Laethem caf35cfc41 esp32: implement task based scheduler 4 years ago
Ayke van Laethem abb09e869e runtime, internal/task: refactor to simplify stack switching 4 years ago
Ayke van Laethem bb58783158 ci: switch to Go 1.15 for MacOS builds 4 years ago
fleshin 7abc67107d
sam: add support for the MKR1000 board 4 years ago
sago35 2540172cc5
atsam: add a length check to findPinPadMapping 4 years ago
sago35 0c4f0b1ebf version: update TinyGo version to 0.17.0-dev 4 years ago
Ayke van Laethem 15361c829e main: release 0.16.0 4 years ago
Ayke van Laethem 3f680b75f3 sam: remove redundant build tags 4 years ago
Ayke van Laethem 9a7e633997 teensy36: add to smoketest 4 years ago
ardnew 39b1f8b6f5 teensy40: UART: add missing godocs, rename Flush to Sync 4 years ago
ardnew 9aa50853b8 teensy40: add UART support 4 years ago
Ayke van Laethem 9ca0e3f2d1 Makefile: fix issue with Go 1.15.5 4 years ago