aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorAyke van Laethem <[email protected]>2018-11-20 18:34:14 +0100
committerAyke van Laethem <[email protected]>2018-11-20 18:50:24 +0100
commit9392ef900d3709108f054f2ef48c79435a1f4efe (patch)
tree9870904b128c4fabf0f79f33e526f568da3d2a23 /docs
parenta96e2879b2a2d7fdb783e50b043424df41c5637e (diff)
downloadtinygo-9392ef900d3709108f054f2ef48c79435a1f4efe.tar.gz
tinygo-9392ef900d3709108f054f2ef48c79435a1f4efe.zip
avr: add support for the digispark
Blinking the on-board LED works. Nothing else has been tested yet.
Diffstat (limited to 'docs')
-rw-r--r--docs/targets.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/targets.rst b/docs/targets.rst
index 6f7c6d96a..741dc3ec1 100644
--- a/docs/targets.rst
+++ b/docs/targets.rst
@@ -47,6 +47,9 @@ Note: the AVR backend of LLVM is still experimental so you may encounter bugs.
* `Arduino Uno <https://store.arduino.cc/arduino-uno-rev3>`_ (`ATmega328p
<https://www.microchip.com/wwwproducts/en/ATmega328p>`_)
+ * `Digispark <http://digistump.com/products/1>`_ (`ATtiny85
+ <https://www.microchip.com/wwwproducts/en/ATtiny85>`_) |br|
+ Very limited support at the moment.
WebAssembly