example: Remove duplicate commands and invalid serial port information

Closes https://github.com/espressif/esp-idf/issues/5049
This commit is contained in:
Roland Dobai 2020-04-08 12:36:25 +02:00
parent 8ded54a65d
commit 6adb1a0609
33 changed files with 6 additions and 114 deletions

View file

@ -35,8 +35,6 @@ Note :
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:

View file

@ -26,8 +26,6 @@ Note :
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:

View file

@ -23,8 +23,6 @@ To test this demo, any BLE mesh provisioner app can be used.
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
* Select 'Enable BLE mesh functionality' under 'Component config > Bluetooth > Enable NimBLE host stack'.
### Build and Flash

View file

@ -29,8 +29,6 @@ Note :
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
* Select I/O capabilities of device from 'Example Configuration > I/O Capability', default is 'Just_works'.
* Enable/Disable other security related parameters 'Bonding, MITM option, secure connection(SM SC)' from 'Example Configuration'.

View file

@ -19,8 +19,6 @@ In this example, we use `ADC_UNIT_1` by default, we need to connect a voltage so
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:

View file

@ -27,8 +27,6 @@ We use ADC1_CHANNEL_7 (GPIO18) and DAC_CHANNEL_1 (GPIO17) by default, you need t
```
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
* Set ADC2 and DAC channel in "Example Configuration"
### Build and Flash

View file

@ -17,8 +17,6 @@ In this example, we generate a 100Hz triangle and sine wave and send it out from
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:

View file

@ -38,7 +38,7 @@ The following is the hardware connection:
idf.py menuconfig
```
* Set serial port under Serial Flasher Options, the flash size should be set to 4 MB.
* Set the flash size to 4 MB under Serial Flasher Options.
* Select "Custom partition table CSV" and rename "Custom partition CSV file" to "partitions_adc_dac_example.csv".
(Note that you can use `sdkconfig.defaults`)

View file

@ -26,8 +26,6 @@ Connect four LEDs to the following LEDC channels / individual GPIOs:
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:

View file

@ -23,8 +23,6 @@ Pin connection:
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:

View file

@ -27,9 +27,6 @@ By default the GPIO output is 4. To change it, edit the line with `GPIO_NUM_4` i
idf.py menuconfig
```
Set serial port under Serial Flasher Options and save the configuration.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:

View file

@ -26,21 +26,11 @@ order to receive back the same data which were sent out.
```
idf.py menuconfig
```
or
```
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:
```
idf.py -p PORT flash monitor
```
or
```
idf.py -p PORT flash monitor
```

View file

@ -38,21 +38,11 @@ UART1 driver to use the hardware flow control by setting `.flow_ctrl = UART_HW_F
```
idf.py menuconfig
```
or
```
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:
```
idf.py -p PORT flash monitor
```
or
```
idf.py -p PORT flash monitor
```

View file

@ -47,21 +47,12 @@ Note: The GPIO22 - GPIO25 can not be used with ESP32-S2 chip because they are us
```
idf.py menuconfig
```
or
```
idf.py menuconfig
```
* Set serial port under Serial Flasher Options to the serial port of ESP32-WROVER-KIT board.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:
```
idf.py -p PORT flash monitor
```
or
```
idf.py -p PORT flash monitor
```
(To exit the serial monitor, type ``Ctrl-]``.)

View file

@ -16,21 +16,11 @@ The example can be used with any ESP32 development board connected to a computer
```
idf.py menuconfig
```
or
```
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:
```
idf.py -p PORT flash monitor
```
or
```
idf.py -p PORT flash monitor
```

View file

@ -28,21 +28,11 @@ through UART.
```
idf.py menuconfig
```
or
```
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output:
```
idf.py -p PORT flash monitor
```
or
```
idf.py -p PORT flash monitor
```

View file

@ -103,8 +103,6 @@ This example can be run on any commonly available ESP32 development board.
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
* Specific configuration for each example can be found in its README.md file.
## Build and Flash

View file

@ -39,10 +39,6 @@ This example can be run on any commonly available ESP32 development board.
idf.py menuconfig
```
Set following parameter under Serial Flasher Options:
* Set `Default serial port`.
Set following parameters under Example Configuration Options:
* Set `IP version` of example to be IPV4 or IPV6.

View file

@ -40,10 +40,6 @@ This example can be run on any commonly available ESP32 development board.
idf.py menuconfig
```
Set following parameter under Serial Flasher Options:
* Set `Default serial port`.
Set following parameters under Example Configuration Options:
* Set `IP version` of the example to be IPV4 or IPV6.

View file

@ -50,10 +50,6 @@ This example can be run on any commonly available ESP32 development board.
idf.py menuconfig
```
Set following parameter under Serial Flasher Options:
* Set `Default serial port`.
Set following parameters under Example Configuration Options:
* Set `IP version` of example to be IPV4 or IPV6.

View file

@ -50,10 +50,6 @@ This example can be run on any commonly available ESP32 development board.
idf.py menuconfig
```
Set following parameter under Serial Flasher Options:
* Set `Default serial port`.
Set following parameters under Example Configuration Options:
* Set `IP version` of the example to be IPV4 or IPV6.

View file

@ -52,8 +52,6 @@ There are various applications, specific to Windows and macOS platform which can
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
* Under Example Configuration set the following :
* Security Version (default 1)
* Proof of Possession (default "abcd1234")

View file

@ -35,8 +35,6 @@ To provision the device running this example, the `esp_prov.py` script needs to
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
* Under Example Configuration set the following :
* Security Version (default 1)
* Proof of Possession (default "abcd1234")

View file

@ -34,8 +34,6 @@ To provision the device running this example, the `esp_prov.py` script needs to
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
* Under Example Configuration set the following :
* SoftAP SSID (Defaults to PROV_<MACID>)
* SoftAP Password (Defaults to PROV_PASS)

View file

@ -47,8 +47,6 @@ To provision the device running this example, the `esp_prov.py` script needs to
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
* Under Example Configuration set the following :
* SoftAP SSID (Defaults to PROV_<MACID>)
* SoftAP Password (Defaults to PROV_PASS)

View file

@ -52,7 +52,6 @@ There are various applications, specific to Windows and macOS platform which can
idf.py menuconfig
```
* Set the BLE/Soft AP transport under "Example Configuration" options. ESP32-S2 will have only SoftAP option.
* Set serial port under Serial Flasher Options.
### Build and Flash

View file

@ -14,8 +14,6 @@ The example also demonstrates writing and reading encrypted partitions in flash.
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
* Enable the flash encryption mode (Development or Release) under Security Features. Default usage mode is Development (recommended during test and development phase).
* Ensure Bootloader log verbosity is Info under Bootloader config.

View file

@ -24,8 +24,6 @@ This example requires an ESP32 with external SPI RAM connected, for instance an
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
* Make sure that SPI RAM bank switching is enabled. (Compiling the example with default values will automatically enable this.) It can be found under `Component config > ESP32-specific > Support for external, SPI-connected RAM > SPI RAM config`.
### Build and Flash
@ -99,4 +97,4 @@ I (0) cpu_start: Starting scheduler on APP CPU.
I (132) spiram: Reserving pool of 32K of internal memory for DMA/internal allocations
Himem has 6080 KiB of memory, 6080 KiB of which is free. Testing the free memory...
Done!
```
```

View file

@ -18,14 +18,14 @@ Example should be able to run on any commonly available ESP32 development board.
### Configure the project
```
make menuconfig
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
### Build and Flash
Enter `make -j4 flash monitor` if you are using GNU Make based build system or enter `idf.py build flash monitor` if you' are using CMake based build system.
```
idf.py build flash monitor
```
(To exit the serial monitor, type ``Ctrl-]``.)

View file

@ -34,7 +34,6 @@ to make ESPNOW data more safe and more reliable.
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
* Set WiFi mode (station or SoftAP) under Example Configuration Options.
* Set ESPNOW primary master key under Example Configuration Options.
This parameter must be set to the same value for sending and recving devices.

View file

@ -11,8 +11,6 @@
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
* Set WiFi SSID and WiFi Password and Maximal STA connections under Example Configuration Options.
### Build and Flash

View file

@ -11,8 +11,6 @@
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
* Set WiFi SSID and WiFi Password and Maximum retry under Example Configuration Options.
### Build and Flash

View file

@ -16,8 +16,6 @@ Download ESPTOUCH APP from app store:
idf.py menuconfig
```
* Set serial port under Serial Flasher Options.
### Build and Flash
Build the project and flash it to the board, then run monitor tool to view serial output: