aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
AgeCommit message (Expand)Author
2023-09-18all: switch to LLVM 16Ayke van Laethem
2023-09-11Board support for Adafruit Gemma M0 (#3903)Timothy Rule
2023-08-19make: add task to check NodeJS version before running testsdeadprogram
2023-08-17wasm: add support for GOOS=wasip1Ayke van Laethem
2023-08-15samd51,rp2040,nrf528xx,stm32: implement watchdogKenneth Bell
2023-08-04board: add AKIZUKI DENSHI AE-RP2040sago35
2023-07-05make: add make task to generate Renesas device wrappersdeadprogram
2023-07-02example: adjust time offsetYurii Soldak
2023-06-08Add smoke test for target m5stick-civoszz
2023-06-01Add bluemicro840 boardPierre Constantineau
2023-05-20avr: add attiny1616 supportAyke van Laethem
2023-05-09pinetime: update the target fileAyke van Laethem
2023-04-04i2c: implement target mode for rp2040 and nrfKenneth Bell
2023-03-31Makefile: compress/lzw seems to work on wasi now.Damian Gryski
2023-03-29build: test net on linux & mac only (random CI fails on windows)Kenneth Bell
2023-03-22Added Gopher Badge supportDaniel Esteban
2023-03-07ci: build LLVM with thread support on WindowsAyke van Laethem
2023-02-23rp2040: rtc delayed interruptYurii Soldak
2023-02-20ci: don't pass -v to `go test`Ayke van Laethem
2023-02-14Makefile: more stdlib tests for CIDamian Gryski
2023-02-11ci: don't link with libzstd in release buildsv0.27.0Ayke van Laethem
2023-01-30windows: add ARM64 supportAyke van Laethem
2023-01-17builder: add support for Go 1.20Ayke van Laethem
2023-01-07Use renamed EXTRA_CFLAGS when building wasi-libcAnuraag Agrawal
2022-12-22board: Adafruit KB2040 (https://www.adafruit.com/product/5302)BCG
2022-12-20Add basic atmega32u support (#3337)Jesús Espino
2022-12-19Adding support for waveshare rp2040-zero (#3321)Jesús Espino
2022-12-16Revert "Bump CMSIS to 5.9.0"Ron Evans
2022-12-16Bump CMSIS to 5.9.0Anton D. Kachalov
2022-11-06avr: drop GNU toolchain dependencyAyke van Laethem
2022-10-21Look for LLVM 15 in makefileAnuraag Agrawal
2022-10-19ci: add support for LLVM 15Ayke van Laethem
2022-10-16linux: include musl 'getpagesize' function in releaseAyke van Laethem
2022-10-14Makefile: add ASAN=1 flag to build with AddressSanitizer enabledAyke van Laethem
2022-09-24build: makes CI choose latest Go 1.18.x (#3143)Crypt Keeper
2022-09-21rp2040: add machine.ReadTemperatureAyke van Laethem
2022-09-15wasm,wasi: make sure buffers returned by malloc are not freed until f… (#3148)Anuraag Agrawal
2022-09-03smoketest: add test to run `tinygo targets`sago35
2022-09-03targets: fix build tag duplicatesYurii Soldak
2022-09-02windows: run more tests where supportedAyke van Laethem
2022-09-02targets: remove hifive1-qemu targetAyke van Laethem
2022-09-02Add qtpy-rp2040 to TinyGo v0.25.0Isaac Rodman
2022-08-28compiler: use the LLVM builtins everywhereAyke van Laethem
2022-08-28machine: Add support for Adafruit QT2040 board.Matt Schultz
2022-08-26boards: Add XIAO ESP32C3 boardYurii Soldak
2022-08-24Add Pimoroni's Tufty2040 boardDaniel Esteban
2022-08-09Fix tinygo-test with Go 1.19Elliott Sales de Andrade
2022-07-16boards: Add MCH2022 badgeAyke van Laethem
2022-07-15nrf51: define and use P0_xx constantsAyke van Laethem
2022-07-12usb: add support for midisago35