aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets
AgeCommit message (Expand)Author
2024-02-23targets: add support for Thumbydeadprogram
2024-02-17targets/wasm_unknown: use proper defaults for GCdeadprogram
2024-02-15target/wasm_unknown: remove bulk memory and use imported memory for extreme t...deadprogram
2024-02-15runtime, targets: some WIP on wasm unknown in part from PR #3072deadprogram
2024-02-12nrf52840: generic board support (#4121)BCG
2024-01-29Remove unused value=
2024-01-27esp32c3: update linker script to support binary blobsAyke van Laethem
2024-01-27esp32c3: add more ROM functionsAyke van Laethem
2024-01-23targets: add support for the MKS Robin Nano V3.xElias Naur
2024-01-15targets: add ninafw tag to Arduino mkrwifi1010 and Adafruit Matrix Portal M4 ...deadprogram
2024-01-15targets: add ninafw pins and settings to Adafruit PyBadge board with AirLift ...deadprogram
2024-01-15targets: add ninafw pins and settings to Adafruit Metro M4 Airlift boarddeadprogram
2024-01-07Adding additional build tag for boards with ninafwBCG
2024-01-06machine/pyportal: add needed values to board file for ninafw BLE supportdeadprogram
2024-01-05all: statically link to LLVM 17 instead of LLVM 16Ayke van Laethem
2024-01-05machine, targets: ninafw support for arduino-nano33 and nano-rp2040 boardsdeadprogram
2024-01-03targets: add ninafw tag to nano-rp2040 for ninafw BLE supportdeadprogram
2023-12-02machine/atmega328pb: refactor to enable extra uartYurii Soldak
2023-11-29m5stamp-c3: change settings to explicitly use UARTsago35
2023-11-28targets: add Adafruit qtpy-esp32c3 board supportdeadprogram
2023-11-28machine/esp32c3: implement USB_SERIAL for USBCDC communicationdeadprogram
2023-11-12Bump default stack size for target pico to 8kb from 2kbScott Feldman
2023-11-02compileopts, targets, main: support Wasmtime v14 (#3972)Randy Reddig
2023-10-04targets: increase default stack size to 64k for wasi/wasm targetsdeadprogram
2023-10-01all: remove LLVM 14 supportAyke van Laethem
2023-09-18all: switch to LLVM 16Ayke van Laethem
2023-09-17targets: increase default stack size to 32k for wasi/wasm targetsdeadprogram
2023-09-11Board support for Adafruit Gemma M0 (#3903)Timothy Rule
2023-09-10targets: add GoBadge target as alias for PyBadge :)deadprogram
2023-08-19adding new uf2 target for PCA10056 (#3765)Pierre Constantineau
2023-08-04board: add AKIZUKI DENSHI AE-RP2040sago35
2023-08-04all: Go 1.21 supportAyke van Laethem
2023-08-01compiler: add compiler-rt to wasm.jsonCharlie Haley
2023-07-31compiler: add compiler-rt and wasm symbols to tableCharlie Haley
2023-07-03rp2040: add missing suffix to CMD_READ_STATUSMansour Behabadi
2023-06-17wasm: remove i64 workaround, use BigInt insteadAyke van Laethem
2023-06-08Support for the M5STACK M5StickC ESP32-PICO deviceivoszz
2023-06-01Add bluemicro840 boardPierre Constantineau
2023-05-20avr: add attiny1616 supportAyke van Laethem
2023-05-17compileopts: don't filter build tags, use specific build tags insteadAyke van Laethem
2023-05-09pinetime: update the target fileAyke van Laethem
2023-04-26cortexm: add "gdb" as a debuggerAyke van Laethem
2023-04-17targets: make msd-volume-name an arrayKenneth Bell
2023-03-30rp2040: unify all linker scripts using LDFLAGSAyke van Laethem
2023-03-24feat: fix typosshivay
2023-03-22Added Gopher Badge supportDaniel Esteban
2023-03-12arm: enable functions in RAM for go & cgoKenneth Bell
2023-03-08targets: bump cortex-m-qemu default stack sizeDamian Gryski
2023-03-08builder: sizes: list interrupt vector as a pseudo-package for -size=fullAyke van Laethem
2023-02-27machine/stm32, nrf: flash API (#3472)Ron Evans