From 4592833a37563062e37e4609b592c44510217551 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Mon, 8 Nov 2021 14:13:51 -0500 Subject: [PATCH] Fix spellchecker test in ToT (#11540) * Fix spellchecker test in ToT * Restyle fixes --- .github/.wordlist.txt | 3 +++ examples/all-clusters-app/esp32/README.md | 22 +++++++++++----------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt index a77179ec77e6b8..391e7bde76f92b 100644 --- a/.github/.wordlist.txt +++ b/.github/.wordlist.txt @@ -385,6 +385,7 @@ FreeRTOS FreeRTOSConfig fsl fsync +fullclean gcloud GDB GeneralCommissioning @@ -815,6 +816,7 @@ RUNAS RunMain runtime rw +RXD sbin scalability scalable @@ -952,6 +954,7 @@ ttyACMx ttymxc ttyUSB TvChannel +TXD txt uart UART diff --git a/examples/all-clusters-app/esp32/README.md b/examples/all-clusters-app/esp32/README.md index bdc52346378150..65e4eff495c53f 100644 --- a/examples/all-clusters-app/esp32/README.md +++ b/examples/all-clusters-app/esp32/README.md @@ -5,16 +5,16 @@ control. --- -- [CHIP ESP32 All Clusters Example](#chip-esp32-all-clusters-example) - - [Supported Devices](#supported-devices) - - [Building the Example Application](#building-the-example-application) - - [Commissioning and cluster control](#commissioning-and-cluster-control) - - [Setting up Python Controller](#setting-up-python-controller) - - [Commissioning over BLE](#commissioning-over-ble) - - [Cluster control](#cluster-control) - - [Flashing app using script](#flashing-app-using-script) - - [Note](#note) - - [Using the RPC console](#using-the-rpc-console) +- [CHIP ESP32 All Clusters Example](#chip-esp32-all-clusters-example) + - [Supported Devices](#supported-devices) + - [Building the Example Application](#building-the-example-application) + - [Commissioning and cluster control](#commissioning-and-cluster-control) + - [Setting up Python Controller](#setting-up-python-controller) + - [Commissioning over BLE](#commissioning-over-ble) + - [Cluster control](#cluster-control) + - [Flashing app using script](#flashing-app-using-script) + - [Note](#note) + - [Using the RPC console](#using-the-rpc-console) --- @@ -272,7 +272,7 @@ Alternatively, Enable RPCs in the build using menuconfig: - Enable the RPC library and Disable ENABLE_CHIP_SHELL Component config → CHIP Core → General Options → Enable Pigweed PRC library - Component config → CHIP Core → General Options → Disabe CHIP Shell + Component config → CHIP Core → General Options → Disable CHIP Shell - Ensure the UART is correctly configured for your board, for m5stack: