diff options
author | Ron Evans <[email protected]> | 2018-11-20 13:24:43 +0100 |
---|---|---|
committer | Ayke van Laethem <[email protected]> | 2018-11-21 10:36:36 +0100 |
commit | ce0ad1daa281769992207aea440f7f676ba4ce08 (patch) | |
tree | 0c81f4a86fd07b94e69e47e52e2bc9912d9a628e /docs | |
parent | bf4a43ef04b192016bdd55fa86e2d4a923ab0d1f (diff) | |
download | tinygo-ce0ad1daa281769992207aea440f7f676ba4ce08.tar.gz tinygo-ce0ad1daa281769992207aea440f7f676ba4ce08.zip |
pca10031: add support for PCA10031 nrf51 wireless dongle
Signed-off-by: Ron Evans <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/targets.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/targets.rst b/docs/targets.rst index 741dc3ec1..339631090 100644 --- a/docs/targets.rst +++ b/docs/targets.rst @@ -28,6 +28,10 @@ technology (LLVM) as the proprietary ARM compiler for code generation. * `BBC micro:bit <https://microbit.org/>`_ (`nRF51822 <https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF51822>`_) + * `Nordic PCA10031 + <https://www.nordicsemi.com/eng/Products/nRF51-Dongle>`_ + (`nRF51422 + <https://www.nordicsemi.com/eng/Products/ANT/nRF51422>`_) * `Nordic PCA10040 <https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF52-DK>`_ (`nRF52832 |