diff options
| author | Ayke van Laethem <aykevanlaethem@gmail.com> | 2017-10-06 16:52:58 +0200 |
|---|---|---|
| committer | glennrub <glennbakke@gmail.com> | 2017-10-08 23:23:11 +0200 |
| commit | d18bf876e37e401d2e4a4221603fae0d3e311ddd (patch) | |
| tree | b59208756e847418f808a5e3e6ef1ca39e8e4eec /ports/nrf/README.md | |
| parent | a414199793d78136fe2614994ba07f9b3a453205 (diff) | |
ports/nrf: Add WT51822-S4AT board.
Diffstat (limited to 'ports/nrf/README.md')
| -rw-r--r-- | ports/nrf/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/nrf/README.md b/ports/nrf/README.md index db3e2d44b..d1c292e7d 100644 --- a/ports/nrf/README.md +++ b/ports/nrf/README.md @@ -28,6 +28,7 @@ This is a port of MicroPython to the Nordic Semiconductor nRF series of chips. * PCA10001 * PCA10028 * PCA10031 (dongle) + * [WT51822-S4AT](http://www.wireless-tag.com/wireless_module/BLE/WT51822-S4AT.html) * nRF52832 * [PCA10040](http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fdevelopment%2Fnrf52_dev_kit.html) * [Adafruit Feather nRF52](https://www.adafruit.com/product/3406) @@ -80,6 +81,7 @@ pca10000 | s110 | Peripheral | [Segge pca10001 | s110 | Peripheral | [Segger](#segger-targets) pca10028 | s110 | Peripheral | [Segger](#segger-targets) pca10031 | s110 | Peripheral | [Segger](#segger-targets) +wt51822_s4at | s110 | Peripheral | Manual, see [datasheet](https://4tronix.co.uk/picobot2/WT51822-S4AT.pdf) for pinout pca10040 | s132 | Peripheral and Central | [Segger](#segger-targets) feather52 | s132 | Peripheral and Central | [UART DFU](#dfu-targets) arduino_primo | s132 | Peripheral and Central | [PyOCD](#pyocdopenocd-targets) |
