Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-27 | docs: update README for brevity and to add further info about webassembly | deadprogram | |
also, add links to guides about OS-specific development on website for macOS and Windows. Signed-off-by: deadprogram <[email protected]> | |||
2023-01-11 | docs: update README with missing boards | deadprogram | |
Signed-off-by: deadprogram <[email protected]> | |||
2022-12-22 | board: Adafruit KB2040 (https://www.adafruit.com/product/5302) | BCG | |
2022-09-02 | targets: remove hifive1-qemu target | Ayke 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-02 | Add qtpy-rp2040 to TinyGo v0.25.0 | Isaac Rodman | |
2022-08-28 | machine: Add support for Adafruit QT2040 board. | Matt Schultz | |
2022-08-26 | boards: Add XIAO ESP32C3 board | Yurii Soldak | |
2022-08-24 | Add Pimoroni's Tufty2040 board | Daniel Esteban | |
2022-07-16 | boards: Add MCH2022 badge | Ayke 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-08 | boards: add Challenger RP2040 LoRa | Kenneth Bell | |
2022-07-08 | update list of boards supported to add Badger2040 | Daniel Esteban | |
2022-07-06 | Initial support for XIAO RP2040 | Daniel Esteban | |
2022-04-26 | docs: update list of currently supported boards | deadprogram | |
Signed-off-by: deadprogram <[email protected]> | |||
2022-02-19 | board: Adafruit MacroPad RP2040 | BCG | |
2022-02-13 | board: add definition for Teensy 4.1 (#2618) | BCG | |
* board: add definition for Teensy 4.1 | |||
2022-01-19 | docs: add GH Actions badge for Docker build | deadprogram | |
Signed-off-by: deadprogram <[email protected]> | |||
2022-01-15 | docs: update CI badges for GH actions, and correct count of supported boards | deadprogram | |
Signed-off-by: deadprogram <[email protected]> | |||
2022-01-13 | stm32: add blues wireless swan | Kenneth Bell | |
2022-01-10 | board: add M5Stamp C3 | sago35 | |
2022-01-01 | remove multi core support non-goal | Tobias Theel | |
2021-12-31 | readme: unify the notation of micros with tinygo.org | sago35 | |
2021-12-31 | targets,runtime,machine: add support for the stm32f469-disco board | Elias Naur | |
The LEDs and button work; I haven't tested the SPI and I2C configuration. | |||
2021-12-13 | stm32/stm32wlx: Add support for stm32wl55_cm4 | Olivier 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-20 | stm32: add minimal stm32wlex5 / lorae5 target | Kenneth Bell | |
credit to ofauchon | |||
2021-11-20 | board: add M5Stack | sago35 | |
2021-11-18 | docs: 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-20 | board: add M5Stack Core2 | sago35 | |
2021-09-08 | board: add Raytac MDBT50Q-RX Dongle with TinyUF2 | BCG | |
2021-08-30 | machine/arduino_mkrwifi1010: add board definition for Arduino MKR WiFi 1010 | sago35 | |
2021-06-26 | machine/feather-nrf52840-sense: add board definition for Adafruit Feather ↵ | sago35 | |
nRF52840 Sense | |||
2021-06-24 | smoke&readme: add missing boards | Yurii Soldak | |
2021-06-19 | rp2040: support Adafruit Feather RP2040 | Kenneth Bell | |
2021-05-12 | Update README.mdv0.18.0 | sago35 | |
2021-04-16 | atsame51: add initial support for feather-m4-can | sago35 | |
2021-04-15 | atsame54: add initial support for atsame54-xpro | sago35 | |
2021-03-09 | docs: add QT Py and Teensy 4.0 | sago35 | |
2021-02-25 | docs: update README for all boards added since last release | deadprogram | |
Signed-off-by: deadprogram <[email protected]> | |||
2021-01-24 | nice!nano board support (#1499) | Přemek Vyhnal | |
machine/nice\!nano: add board support | |||
2021-01-05 | README: fix bluepill link | Wu Han | |
STM32Duino wiki url has been updated. | |||
2020-12-10 | all: switch to LLVM 11 for static builds | Ayke 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-11 | docs: add ESP32, ESP8266, and Adafruit Feather STM32F405 to list of ↵ | deadprogram | |
supported boards Signed-off-by: deadprogram <[email protected]> | |||
2020-09-10 | Adding 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-25 | machine/itsybitsy-nrf52840: add support for Adafruit Itsybitsy nrf52840 (#1243) | Ron Evans | |
* machine/itsybitsy-nrf52840: add support for Adafruit Itsybitsy nrf52840 Express board | |||
2020-07-31 | docs: add Nintendo Switch to list of supported boards/devices | deadprogram | |
Signed-off-by: deadprogram <[email protected]> | |||
2020-07-13 | Added board definition for Feather nRF52840 Express | BCG | |
2020-07-11 | docs: 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-08 | Minimal NXP/Teensy support | Ethan Reesor | |
2020-06-27 | docs: add PyGamer to list of supported boards | sago35 | |
2020-06-22 | Seeed XIAO support (#1170) | sago35 | |
* machine/xiao: add support for Seeedstudio XIAO board |