From a9c5e63d53a0a0d52f571f9d3217a22c5480cf84 Mon Sep 17 00:00:00 2001 From: Mathieu Kardous Date: Tue, 7 Nov 2023 10:39:40 -0500 Subject: [PATCH] restyle --- examples/lit-icd-app/silabs/README.md | 12 ++++++------ examples/lit-icd-app/silabs/include/AppConfig.h | 4 ++-- examples/lit-icd-app/silabs/src/ShellCommands.cpp | 2 +- examples/platform/silabs/display/lcd.cpp | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/examples/lit-icd-app/silabs/README.md b/examples/lit-icd-app/silabs/README.md index e00e5382d900e9..cfd8584c88cfde 100644 --- a/examples/lit-icd-app/silabs/README.md +++ b/examples/lit-icd-app/silabs/README.md @@ -34,9 +34,9 @@ An example showing the use of CHIP on the Silicon Labs EFR32 MG12 and MG24. ## Introduction -The EFR32 lit icd example provides a baseline demonstration of a on-off -lit icd device, built using Matter and the Silicon Labs gecko SDK. It can -be controlled by a Chip controller over an Openthread or Wifi network. +The EFR32 lit icd example provides a baseline demonstration of a on-off lit icd +device, built using Matter and the Silicon Labs gecko SDK. It can be controlled +by a Chip controller over an Openthread or Wifi network. The EFR32 device can be commissioned over Bluetooth Low Energy where the device and the Chip controller will exchange security information with the Rendez-vous @@ -47,9 +47,9 @@ If the LCD is enabled, the LCD on the Silabs WSTK shows a QR Code containing the needed commissioning information for the BLE connection and starting the Rendez-vous procedure. -The lit icd example is intended to serve both as a means to explore the -workings of Matter as well as a template for creating real products based on the -Silicon Labs platform. +The lit icd example is intended to serve both as a means to explore the workings +of Matter as well as a template for creating real products based on the Silicon +Labs platform. ## Building diff --git a/examples/lit-icd-app/silabs/include/AppConfig.h b/examples/lit-icd-app/silabs/include/AppConfig.h index 840dd90d0ddd77..9898b33214898d 100644 --- a/examples/lit-icd-app/silabs/include/AppConfig.h +++ b/examples/lit-icd-app/silabs/include/AppConfig.h @@ -29,7 +29,7 @@ // TODO APP LOGO -/* +/* APP Logo, boolean only. must be 64x64 #define ON_DEMO_BITMAP \ 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, \ @@ -86,4 +86,4 @@ APP Logo, boolean only. must be 64x64 0x00, 0xFC, 0xFF, 0xFF, 0x3F, 0x00, 0x00, 0x00, 0x00, 0xFC, 0xFF, 0xFF, 0x7F, 0x00, 0x00, 0x00, 0x00, 0xFE, 0xFF, 0xFF, \ 0xFF, 0x01, 0x00, 0x00, 0x80, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, \ 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF -*/ \ No newline at end of file +*/ diff --git a/examples/lit-icd-app/silabs/src/ShellCommands.cpp b/examples/lit-icd-app/silabs/src/ShellCommands.cpp index aa86b2bbeeb635..67e21ff397eba7 100644 --- a/examples/lit-icd-app/silabs/src/ShellCommands.cpp +++ b/examples/lit-icd-app/silabs/src/ShellCommands.cpp @@ -47,6 +47,6 @@ void RegisterSwitchCommands() Engine::Root().RegisterCommands(&sLitICDCommand, 1); } -} // namespace LightSwtichCommands +} // namespace LitICDCommands #endif // ENABLE_CHIP_SHELL diff --git a/examples/platform/silabs/display/lcd.cpp b/examples/platform/silabs/display/lcd.cpp index 1c75a87721d829..1650b15d13eae8 100644 --- a/examples/platform/silabs/display/lcd.cpp +++ b/examples/platform/silabs/display/lcd.cpp @@ -16,12 +16,12 @@ * limitations under the License. */ -#include -#include -#include "demo-ui.h" #include "lcd.h" +#include "demo-ui.h" #include "dmd.h" #include "glib.h" +#include +#include #if (SIWX_917) #include "rsi_chip.h" #endif