From 9c7f79010322262f55d1edee6e9197c8ad621a1b Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Fri, 22 Oct 2021 14:34:39 +0200 Subject: [PATCH] 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 --- boards/arm/96b_nitrogen/doc/index.rst | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) diff --git a/boards/arm/96b_nitrogen/doc/index.rst b/boards/arm/96b_nitrogen/doc/index.rst index 8dd6fbea9fc..43683c422bf 100644 --- a/boards/arm/96b_nitrogen/doc/index.rst +++ b/boards/arm/96b_nitrogen/doc/index.rst @@ -229,29 +229,11 @@ which is provided by the micro USB interface to the LPC11U35 chip. Using the CMSIS-DAP interface, the board can be flashed via the USB storage interface (drag-and-drop) and also via `pyOCD`_. -Installing pyOCD -================ - -The latest stable version of `pyOCD`_ can be installed via pip as follows: - -.. code-block:: console - - $ pip install --pre -U pyocd - -To install the latest development version (master branch), do the following: - -.. code-block:: console - - $ pip install --pre -U git+https://github.com/mbedmicro/pyOCD.git#egg=pyOCD - -You can then verify that your board is detected by pyOCD by running: - -.. code-block:: console - - $ pyocd-flashtool -l +To use ``pyOCD``, install the :ref:`pyocd-debug-host-tools` and make sure they +are in your search path. Common Errors -------------- +============= No connected boards -------------------