diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2019-01-09 14:04:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-09 14:04:03 -0800 |
| commit | dabb8ffdaa46ae84d0cdbd00511da9300a4dc8df (patch) | |
| tree | 8e6660c17654b886eab0db1f09e1f38df2dc8ba2 /ports | |
| parent | 172311fad896fdb0780bdd6597b0b6d4d8bdadd3 (diff) | |
| parent | d41ed768dc4e9adee5748d3d4d6a8c8678f97173 (diff) | |
Merge pull request #1448 from dhalbert/sphinx-fixes
Fix sphinx build issues; add better travis fold reporting; update aut…
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/nrf/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/nrf/README.md b/ports/nrf/README.md index 34e58cb78..11a7b028d 100644 --- a/ports/nrf/README.md +++ b/ports/nrf/README.md @@ -36,10 +36,10 @@ the following links: > **NOTE**: These board specific readmes may be more up to date than the generic board-neutral documentation further down. -* Adafruit [Feather nRF52](boards/feather_nrf52832/README.md): 512KB Flash, 64KB SRAM -* Adafruit [Feather nRF52840](boards/feather_nrf52840_express/README.md): 1MB Flash, 256KB SRAM -* Nordic PCA10056 see [Feather nRF52840](boards/pca10056/README.md) -* MakerDiary NRF52840 MDK see [its README](boards/makerdiary_nrf52840_mdk/README.md) +* Adafruit Feather nRF52: boards/feather_nrf52832/README.md: 512KB Flash, 64KB SRAM +* Adafruit Feather nRF52840: boards/feather_nrf52840_express/README.md: 1MB Flash, 256KB SRAM +* Nordic PCA10056 (uses nRF52840): boards/pca10056/README.md +* MakerDiary NRF52840 MDK: boards/makerdiary_nrf52840_mdk/README.md For all other board targets, see the generic notes below. |
