From 264cb88579c0008d5936b3c58606ee540e5ea712 Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Wed, 12 May 2021 11:48:45 -0700 Subject: [PATCH] [docs] remove outdated build instructions from CLI docs (#6615) --- src/cli/README_COAP.md | 9 --------- src/cli/README_COAPS.md | 9 --------- src/cli/README_COMMISSIONING.md | 18 ------------------ src/cli/README_SRP.md | 13 ------------- 4 files changed, 49 deletions(-) diff --git a/src/cli/README_COAP.md b/src/cli/README_COAP.md index 755f2d5a9..8a4eb0041 100644 --- a/src/cli/README_COAP.md +++ b/src/cli/README_COAP.md @@ -4,15 +4,6 @@ The OpenThread CoAP APIs may be invoked via the OpenThread CLI. ## Quick Start -### Build with CoAP API support - -Use the `COAP=1` build switch to enable CoAP API support. - -```bash -> ./bootstrap -> make -f examples/Makefile-simulation COAP=1 -``` - ### Form Network Form a network with at least two devices. diff --git a/src/cli/README_COAPS.md b/src/cli/README_COAPS.md index 0cb4f99c7..c8c91fa62 100644 --- a/src/cli/README_COAPS.md +++ b/src/cli/README_COAPS.md @@ -4,15 +4,6 @@ The OpenThread CoAPS APIs may be invoked via the OpenThread CLI. ## Quick Start -### Build with CoAPS API support - -Use the `COAPS=1` build switch to enable CoAPS API support. - -```bash -> ./bootstrap -> make -f examples/Makefile-simulation COAPS=1 -``` - ### Form Network Form a network with at least two devices. diff --git a/src/cli/README_COMMISSIONING.md b/src/cli/README_COMMISSIONING.md index f01381861..33ce15f3e 100644 --- a/src/cli/README_COMMISSIONING.md +++ b/src/cli/README_COMMISSIONING.md @@ -2,24 +2,6 @@ ## Quick Start -### Build with Joiner support - -Use the `JOINER=1` build switch to enable Joiner support. - -```bash -> ./bootstrap -> make -f examples/Makefile-simulation JOINER=1 -``` - -### Build with Commissioner support - -Use the `COMMISSIONER=1` build switch to enable Commissioner support. - -```bash -> ./bootstrap -> make -f examples/Makefile-simulation COMMISSIONER=1 -``` - ### Form Network Form a network with the device that has Commissioner support. diff --git a/src/cli/README_SRP.md b/src/cli/README_SRP.md index 08c0b6f63..1283d3e98 100644 --- a/src/cli/README_SRP.md +++ b/src/cli/README_SRP.md @@ -2,19 +2,6 @@ ## Quick Start -### Build with SRP Server & Client support - -Use the `SRP_SERVER=1 SERVICE=1 ECDSA=1` build switches to enable SRP Server API support, and the `SRP_CLIENT=1 ECDSA=1` build switches for SRP Client API support. - -Make simulation SRP Server & Client: - -```bash -./bootstrap -make -f examples/Makefile-simulation SRP_SERVER=1 SRP_CLIENT=1 SERVICE=1 ECDSA=1 -``` - -## Simulation Example - ### Start SRP Server Start the SRP Server node: