Skip to content

Commit 9c7f790

Browse files
carlescufinashif
authored andcommitted
boards: 96b_nitrogen: Remove stale pyOCD installation instructions
Use a link to the standard pyOCD Debug Host Tools documentation section instead of outdated links to non-existent GitHub repos. Signed-off-by: Carles Cufi <[email protected]>
1 parent 69abe7d commit 9c7f790

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

boards/arm/96b_nitrogen/doc/index.rst

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -229,29 +229,11 @@ which is provided by the micro USB interface to the LPC11U35 chip.
229229
Using the CMSIS-DAP interface, the board can be flashed via the USB storage
230230
interface (drag-and-drop) and also via `pyOCD`_.
231231

232-
Installing pyOCD
233-
================
234-
235-
The latest stable version of `pyOCD`_ can be installed via pip as follows:
236-
237-
.. code-block:: console
238-
239-
$ pip install --pre -U pyocd
240-
241-
To install the latest development version (master branch), do the following:
242-
243-
.. code-block:: console
244-
245-
$ pip install --pre -U git+https://github.com/mbedmicro/pyOCD.git#egg=pyOCD
246-
247-
You can then verify that your board is detected by pyOCD by running:
248-
249-
.. code-block:: console
250-
251-
$ pyocd-flashtool -l
232+
To use ``pyOCD``, install the :ref:`pyocd-debug-host-tools` and make sure they
233+
are in your search path.
252234

253235
Common Errors
254-
-------------
236+
=============
255237

256238
No connected boards
257239
-------------------

0 commit comments

Comments
 (0)