aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Expand)Author
2021-04-21atsamd51: fix PWM support in atsamd51p20sago35
2021-04-19ci: improve llvm-source cachesago35
2021-04-16atsame51: add initial support for feather-m4-cansago35
2021-04-16PWM Support for atmega1280developer
2021-04-15atsame54: add initial support for atsame54-xprosago35
2021-04-14microbit-v2: add support for S113 SoftDeviceAyke van Laethem
2021-04-12Arduino Mega 1280 supportdeveloper
2021-04-07stm32: add nucleo-l031k6 supportKenneth Bell
2021-04-06machine: refactor PWM supportAyke van Laethem
2021-04-05builder: cache C and assembly file outputsAyke van Laethem
2021-03-29Group together STM32 smoke tests.Elliott Sales de Andrade
2021-03-28initial support for pca10059Olaf Flebbe
2021-03-23Add support for nucleol432 boardKenneth Bell
2021-03-15builder: add support for -opt=0Ayke van Laethem
2021-02-21fix/no-libxml2Olaf Flebbe
2021-02-16nucleol552ze: implementation with CLOCK, LED, and UARTKenneth Bell
2021-02-09ci: only build the necessary LLVM libraries and toolsAyke van Laethem
2021-01-24compiler: remove ir packageAyke van Laethem
2021-01-15compiler: refactor and add testsAyke van Laethem
2021-01-09stm32: use stm32-rs SVDs which are of much higher qualityAyke van Laethem
2021-01-08Support for STM32L0 MCUs and Dragino LGT92 device (#1561)Fauchon
2021-01-06machine/microbit-v2: add initial support based on work done by @alankrantas t...deadprogram
2021-01-06machine/p1am-100: rename MISO/MOSIQuentin Smith
2020-12-22interp: rewrite entire packageAyke van Laethem
2020-12-15Nucleo f722ze (#1526)kenbell
2020-12-10all: switch to LLVM 11 for static buildsAyke van Laethem
2020-11-15teensy36: add to smoketestAyke van Laethem
2020-11-14Makefile: fix issue with Go 1.15.5Ayke van Laethem
2020-11-11teensy40: initial implementationardnew
2020-11-08machine/qtpy: add board definition for Adafruit QTPydeadprogram
2020-11-01add missing return pointer restore for regular coroutine tail callsNia Weiss
2020-11-01make: fixes error detecting llvm-nm tool for wasi-libc builddeadprogram
2020-10-31improve autodetection of LLVM toolingNia Weiss
2020-10-28testing: add Run methodAyke van Laethem
2020-10-28all: replace underscores with dashes in target namesAyke van Laethem
2020-10-14machine/esp32, targets/esp32: correct board definitions for actual boards not...deadprogram
2020-10-09testing: implement some benchmark stubsAyke van Laethem
2020-10-01testing: implement dummy Helper methodAyke van Laethem
2020-09-21compiler: fix floating point bugsAyke van Laethem
2020-09-21runtime: fix UTF-8 decodingAyke van Laethem
2020-09-12nintendoswitch: support outputting .nro files directlyAyke van Laethem
2020-09-11add feather-stm32f405 smoketest targetardnew
2020-09-09esp8266: add support for this chipAyke van Laethem
2020-09-04ci: run `tinygo test` for known-working packagesAyke van Laethem
2020-09-04Makefile: check whether submodules have been downloaded in some common casesAyke van Laethem
2020-08-31esp32: add support for basic GPIOAyke van Laethem
2020-08-31esp32: support flashing directly from tinygoAyke van Laethem
2020-08-31esp: add support for the Espressif ESP32 chipAyke van Laethem
2020-08-30machine/atsamd51x,runtime/atsamd51x: fixes needed for full support for all PW...deadprogram
2020-08-25machine/itsybitsy-nrf52840: add support for Adafruit Itsybitsy nrf52840 (#1243)Ron Evans