Skip to content

Commit 16f993d

Browse files
Remove silabs examples pregen files not used anymore. + Fix some build issues
1 parent 238abcc commit 16f993d

40 files changed

+3
-12072
lines changed

silabs_examples/onoff-plug-app/efr32/include/AppConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@
8383
0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x8f, \
8484
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x80, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xc0, 0xff, 0xff, 0xff, 0xff, \
8585
0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \
86-
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
86+
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff

silabs_examples/onoff-plug-app/efr32/src/AppTask.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ CHIP_ERROR AppTask::Init()
164164

165165
// Update the LCD with the Stored value. Show QR Code if not provisioned
166166
#ifdef DISPLAY_ENABLED
167-
GetLCD().WriteDemoUI(PlugMgr().IsLightOn());
167+
GetLCD().WriteDemoUI(PlugMgr().IsPlugOn());
168168
#ifdef QR_CODE_ENABLED
169169
#ifdef SL_WIFI
170170
if (!ConnectivityMgr().IsWiFiStationProvisioned())

silabs_examples/sl-newLight/efr32/include/AppConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@
8383
0xff, 0xff, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf8, 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf1, 0x8f, \
8484
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x80, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x03, 0xc0, 0xff, 0xff, 0xff, 0xff, \
8585
0xff, 0xff, 0x3f, 0xfc, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, \
86-
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff
86+
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff

silabs_examples/template/efr32/src/AppTask.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ using namespace ::chip::DeviceLayer;
6060

6161
namespace {
6262

63-
#ifdef ENABLE_WSTK_LEDS
64-
LEDWidget sLightLED;
65-
#endif // ENABLE_WSTK_LEDS
66-
6763
EmberAfIdentifyEffectIdentifier sIdentifyEffect = EMBER_ZCL_IDENTIFY_EFFECT_IDENTIFIER_STOP_EFFECT;
6864

6965
/**********************************************************

zzz_generated/lighting-lite-app/zap-generated/CHIPClientCallbacks.h

-32
This file was deleted.

zzz_generated/lighting-lite-app/zap-generated/CHIPClusters.h

-44
This file was deleted.

0 commit comments

Comments
 (0)