diff options
author | Ron Evans <[email protected]> | 2018-11-19 09:00:27 +0100 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2018-12-01 18:25:36 +0100 |
commit | 8325f2a53dc60409dca9d01d2204ad3939e2e9db (patch) | |
tree | 6452f845d23c41fa9ffb7408dce4e7a4a91624d8 /docs | |
parent | 8f35a4711a0d090e056d641da8cc936ff8a38a4f (diff) | |
download | tinygo-8325f2a53dc60409dca9d01d2204ad3939e2e9db.tar.gz tinygo-8325f2a53dc60409dca9d01d2204ad3939e2e9db.zip |
reelboard: support Reel Board (nrf52840 dev board)
Signed-off-by: Ron Evans <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/targets.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/targets.rst b/docs/targets.rst index 04cbfffd0..0a091c244 100644 --- a/docs/targets.rst +++ b/docs/targets.rst @@ -38,6 +38,8 @@ technology (LLVM) as the proprietary ARM compiler for code generation. <https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF52832>`_) * `nRF52840-MDK <https://wiki.makerdiary.com/nrf52840-mdk/>`_ (`nRF52840 <https://www.nordicsemi.com/eng/Products/nRF52840>`_) + * `reel board <https://www.phytec.eu/product-eu/internet-of-things/reelboard/>`_ (`nRF52840 + <https://www.nordicsemi.com/eng/Products/nRF52840>`_) * `Nordic PCA10056 <https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF52840-DK>`_ (`nRF52840 <https://www.nordicsemi.com/eng/Products/nRF52840>`_) * `QEMU <https://wiki.qemu.org/Documentation/Platforms/ARM>`_ (`LM3S6965 |