aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Expand)Author
2021-09-16esp32c3: add support for this chipAyke van Laethem
2021-09-07Makefile: add smoke test with gc=leaking to test dead asm codeDamian Gryski
2021-08-30machine/arduino_mkrwifi1010: add board definition for Arduino MKR WiFi 1010sago35
2021-08-12testing: test testing package using `tinygo test`Ayke van Laethem
2021-08-10compiler: add aliases for many hashing packagesAyke van Laethem
2021-08-06Makefile: add src/testing to FMT_PATHSDan Kegel
2021-08-06src/testing/benchmark.go: add subset implementation of BenchmarkDan Kegel
2021-06-26machine/feather-nrf52840-sense: add board definition for Adafruit Feather nRF...sago35
2021-06-25all: add a flag to the command line to select the serial implementationAyke van Laethem
2021-06-24smoke&readme: add missing boardsYurii Soldak
2021-06-19rp2040: support Adafruit Feather RP2040Kenneth Bell
2021-06-10runtime: expose memory statsYurii Soldak
2021-05-30qtpy: add pin for neopixelssago35
2021-05-28add rp2040, picoRajiv Kanchan
2021-05-28stm32: add pwm for f4 seriesKenneth Bell
2021-05-19ci: disable building some optional Clang componentsAyke van Laethem
2021-05-13machine: define Serial as the default outputAyke van Laethem
2021-05-10atsame5x: add support for CANsago35
2021-05-06main: match `go test` outputAyke van Laethem
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