aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorMichael Matloob <[email protected]>2019-12-29 14:55:29 -0500
committerRon Evans <[email protected]>2020-01-06 09:23:39 +0100
commit1cb9b948bcf1202a8e700ff5ddba980f77044eae (patch)
tree73e2b0c7331c997c9c788cf863f4e35de087a066 /README.md
parent25cff20117c2d935673ed47bfbba8d494cb7b7b9 (diff)
downloadtinygo-1cb9b948bcf1202a8e700ff5ddba980f77044eae.tar.gz
tinygo-1cb9b948bcf1202a8e700ff5ddba980f77044eae.zip
targets: add target circuitplay-bluefruit
Add a target for the Adafruit Circuit Playground Bluefruit, which is based on the nRF52840. Adds the necessary code for the machine package and the json and linker script files in the targets directory. The machine package code is based on board_circuitplay_express.go, with modifications made by consulting the wiring diagram on the adafruit website here: https://learn.adafruit.com/adafruit-circuit-playground-bluefruit/downloads Also adds support to the uf2 conversion packacge to set the familyID field. The Circuit Playground Bluefruit firmware rejects uf2 files without the family id set to 0xADA52840 (and without the flag specifying that the family id is present).
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 56708f00b..74d90b6f9 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,7 @@ You can compile TinyGo programs for microcontrollers, WebAssembly and Linux.
The following 22 microcontroller boards are currently supported:
* [Adafruit Circuit Playground Express](https://www.adafruit.com/product/3333)
+* [Adafruit Circuit Playground Bluefruit](https://www.adafruit.com/product/4333)
* [Adafruit Feather M0](https://www.adafruit.com/product/2772)
* [Adafruit Feather M4](https://www.adafruit.com/product/3857)
* [Adafruit ItsyBitsy M0](https://www.adafruit.com/product/3727)