Skip to content

Commit

Permalink
Pull request #166: Add lite light to Jenkinsfile
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from feature/add_lite_light to silabs

Squashed commit of the following:

commit 5f440ac92c3df57dbbb115ad8f49e1f4b0bd3b58
Author: Mathieu Kardous <[email protected]>
Date:   Fri Oct 7 14:04:53 2022 -0400

    Remove old ble header

commit af7adb6fcc9962973d44e9382229b52206a19f31
Author: Mathieu Kardous <[email protected]>
Date:   Fri Oct 7 13:10:55 2022 -0400

    Fix lite light

commit 966e3ce925c1993869c8b3f69e6c0ff205040759
Author: Mathieu Kardous <[email protected]>
Date:   Fri Oct 7 12:26:32 2022 -0400

    Add lite light to Jenkinsfile
  • Loading branch information
mkardous-silabs authored and jmartinez-silabs committed Oct 17, 2023
1 parent f5fdc67 commit bf5b94f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ def pipeline()
// Build Custom examples
//---------------------------------------------------------------------
def boardsForCustom = [:]
def silabsExamples = ["onoff-plug-app", "sl-newLight", "template"]
def silabsExamples = ["onoff-plug-app", "sl-newLight", "template", "lighting-lite-app"]

if (env.BRANCH_NAME.startsWith('RC_')) {
boardsForCustom = ["BRD4161A", "BRD4186C", "BRD4187C", "BRD4166A"]
Expand Down
2 changes: 0 additions & 2 deletions silabs_examples/lighting-lite-app/efr32/src/AppTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
#include <setup_payload/QRCodeSetupPayloadGenerator.h>
#include <setup_payload/SetupPayload.h>

#include <platform/EFR32/freertos_bluetooth.h>

#include <lib/support/CodeUtils.h>

#include <platform/CHIPDeviceLayer.h>
Expand Down

0 comments on commit bf5b94f

Please sign in to comment.