1870 Commits (e161d5a82cfb068472229c707f869e9b9f32f19a)
 

Author SHA1 Message Date
Ayke van Laethem e161d5a82c compiler: work around an ARM backend bug in LLVM 4 years ago
Ayke van Laethem 1fb47a2670 all: go mod tidy 4 years ago
deadprogram f1210caba8 machine/clue: correct for lack of low frequency crystal 4 years ago
ardnew 5279bebf57 move nRF52 ADC methods to common machine file 4 years ago
ardnew 7842e6940d Fix typo in ADC switch on config field Samples 4 years ago
ardnew 06f231468d
accept configuration struct for ADC parameters (#1533) 4 years ago
deadprogram 3d6921b0e1 machine/circuitplay-bluefruit: correct internal I2C pin mapping 4 years ago
Ayke van Laethem 9612af466b compiler: move settings to a separate Config struct 4 years ago
deadprogram 868933e67c machine/microbit-v2: correct mapping for all LED matrix pins 4 years ago
Elliott Sales de Andrade f3bdebe2a6 Use httptest to serve wasm test files. 4 years ago
Ayke van Laethem 5bae55d755 compiler: create runtime types lazily when needed 4 years ago
Ayke van Laethem 0bad2c9ff2 compiler: move the setting of attributes to getFunction 4 years ago
Elliott Sales de Andrade 5642d72fbe Update to current chromedp. 4 years ago
Ayke van Laethem 92ed645a11 compiler: remove unnecessary main.main call workaround 4 years ago
Přemek Vyhnal 32a5d46c57
nice!nano board support (#1499) 4 years ago
Ayke van Laethem d8cc48b09b compiler: remove ir package 4 years ago
Ayke van Laethem 9bd36597d6 compiler: support all kinds of deferred builtins 4 years ago
Ayke van Laethem d85ac4b3cc builder: parallelize most of the build 4 years ago
Ayke van Laethem 3010466c55 reflect: implement PtrTo 5 years ago
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