aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
AgeCommit message (Collapse)Author
2023-04-27docs: update README for brevity and to add further info about webassemblydeadprogram
also, add links to guides about OS-specific development on website for macOS and Windows. Signed-off-by: deadprogram <[email protected]>
2023-01-11docs: update README with missing boardsdeadprogram
Signed-off-by: deadprogram <[email protected]>
2022-12-22board: Adafruit KB2040 (https://www.adafruit.com/product/5302)BCG
2022-09-02targets: remove hifive1-qemu targetAyke van Laethem
This target was added purely for running tests, and it is currently unused. When I try to use it, it causes runtime exceptions. The replacement riscv-qemu is much better behaved. This doesn't drop support for any actual hardware, the HiFive 1 B will remain supported.
2022-09-02Add qtpy-rp2040 to TinyGo v0.25.0Isaac Rodman
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-07-16boards: Add MCH2022 badgeAyke van Laethem
I haven't fully tested this badge because I don't have the physical hardware but I have followed the pinout from the website.
2022-07-08boards: add Challenger RP2040 LoRaKenneth Bell
2022-07-08update list of boards supported to add Badger2040Daniel Esteban
2022-07-06Initial support for XIAO RP2040Daniel Esteban
2022-04-26docs: update list of currently supported boardsdeadprogram
Signed-off-by: deadprogram <[email protected]>
2022-02-19board: Adafruit MacroPad RP2040BCG
2022-02-13board: add definition for Teensy 4.1 (#2618)BCG
* board: add definition for Teensy 4.1
2022-01-19docs: add GH Actions badge for Docker builddeadprogram
Signed-off-by: deadprogram <[email protected]>
2022-01-15docs: update CI badges for GH actions, and correct count of supported boardsdeadprogram
Signed-off-by: deadprogram <[email protected]>
2022-01-13stm32: add blues wireless swanKenneth Bell
2022-01-10board: add M5Stamp C3sago35
2022-01-01remove multi core support non-goalTobias Theel
2021-12-31readme: unify the notation of micros with tinygo.orgsago35
2021-12-31targets,runtime,machine: add support for the stm32f469-disco boardElias Naur
The LEDs and button work; I haven't tested the SPI and I2C configuration.
2021-12-13 stm32/stm32wlx: Add support for stm32wl55_cm4Olivier Fauchon
board/stm32: Add support for GNSE (Generic Node Sensor Edition) Thanks to @jamestait for his help on GNSE port
2021-11-26 Improvements for stm32wle targets :Olivier Fauchon
- board/stm32: Add STM32 Nucleo WL55JC board - stm32/stm32wl: Set 48Mhz HSE32/PLL as default Clock, SPI implementation
2021-11-20stm32: add minimal stm32wlex5 / lorae5 targetKenneth Bell
credit to ofauchon
2021-11-20board: add M5Stacksago35
2021-11-18docs: update CONTRIBUTING links to point to web site. Also replace Azure ↵deadprogram
build badge with Windows build on GH Actions. Signed-off-by: deadprogram <[email protected]>
2021-10-20board: add M5Stack Core2sago35
2021-09-08board: add Raytac MDBT50Q-RX Dongle with TinyUF2BCG
2021-08-30machine/arduino_mkrwifi1010: add board definition for Arduino MKR WiFi 1010sago35
2021-06-26machine/feather-nrf52840-sense: add board definition for Adafruit Feather ↵sago35
nRF52840 Sense
2021-06-24smoke&readme: add missing boardsYurii Soldak
2021-06-19rp2040: support Adafruit Feather RP2040Kenneth Bell
2021-05-12Update README.mdv0.18.0sago35
2021-04-16atsame51: add initial support for feather-m4-cansago35
2021-04-15atsame54: add initial support for atsame54-xprosago35
2021-03-09docs: add QT Py and Teensy 4.0sago35
2021-02-25docs: update README for all boards added since last releasedeadprogram
Signed-off-by: deadprogram <[email protected]>
2021-01-24nice!nano board support (#1499)Přemek Vyhnal
machine/nice\!nano: add board support
2021-01-05README: fix bluepill linkWu Han
STM32Duino wiki url has been updated.
2020-12-10all: switch to LLVM 11 for static buildsAyke van Laethem
This commit switches to LLVM 11 for builds with LLVM linked statically (e.g. `make`). It does not yet switch the default for builds dynamically linked to LLVM, that should be done in a later change. This commit also changes to use the default host toolchain (probably GCC) instead of Clang as the default compiler in CI. There were some issues with Clang 3.8 in CI and hopefully this will fix it. Additionally it updates the way LLVM is built on Windows, with -DLLVM_ENABLE_PIC=OFF (which should have been used all along). This change makes it possible to revert a hack to build libclang manually and instead uses the libclang static library like on all other operating systems, simplifying the Makefile.
2020-09-11docs: add ESP32, ESP8266, and Adafruit Feather STM32F405 to list of ↵deadprogram
supported boards Signed-off-by: deadprogram <[email protected]>
2020-09-10Adding support for the Arduino Zero (#1365)jreamy
* machine/arduino-zero: adding support for Arduino Zero Co-authored-by: Ayke Co-authored-by: Jack Reamy
2020-08-25machine/itsybitsy-nrf52840: add support for Adafruit Itsybitsy nrf52840 (#1243)Ron Evans
* machine/itsybitsy-nrf52840: add support for Adafruit Itsybitsy nrf52840 Express board
2020-07-31docs: add Nintendo Switch to list of supported boards/devicesdeadprogram
Signed-off-by: deadprogram <[email protected]>
2020-07-13Added board definition for Feather nRF52840 ExpressBCG
2020-07-11docs: add MAix BiT and Teensy 3.6 to list of supported boards (#1230)sago35
* docs: add MAix BiT and Teensy 3.6 to list of supported boards
2020-07-08Minimal NXP/Teensy supportEthan Reesor
2020-06-27docs: add PyGamer to list of supported boardssago35
2020-06-22Seeed XIAO support (#1170)sago35
* machine/xiao: add support for Seeedstudio XIAO board