Skip to content

Commit

Permalink
Pull request project-chip#48: Add brd4186C and brd4187C to the jenkin…
Browse files Browse the repository at this point in the history
…s wifi build

Merge in WMN_TOOLS/matter from build_mg24_wifi to silabs

Squashed commit of the following:

commit 588ca4766d02a801ef32cead957760c7e706e888
Author: Junior Martinez <[email protected]>
Date:   Wed Aug 17 12:15:47 2022 -0400

    remove wf200+mg24 combo, correct build arguments for rs9116+mg24

commit 1e59dca290d72530aa1e6ec4f4d70bcca6789c56
Author: Junior Martinez <[email protected]>
Date:   Wed Aug 17 11:31:10 2022 -0400

    Add brd4186C and brd4187C to the jenkins wifi build
  • Loading branch information
jmartinez-silabs committed Aug 22, 2023
1 parent 02adee9 commit 5acd732
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,14 @@ def buildWiFiLighting()
{
withEnv(['PW_ENVIRONMENT_ROOT='+dirPath])
{
// TODO Rework the wifi example build for each boards independantly
// BRD4161A
sh './scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/light_app_wifi_wf200 BRD4161A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi wf200'
sh './scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/light_app_wifi_rs9116 BRD4161A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi rs911x'
// BRD4186C
sh './scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/light_app_wifi_rs9116 BRD4186C "is_debug=false use_external_flash=false enable_openthread_cli=false" --wifi rs911x'
// BRD4187C
sh './scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/light_app_wifi_rs9116 BRD4187C "is_debug=false use_external_flash=false enable_openthread_cli=false" --wifi rs911x'
}

stash name: 'wifiLighting', includes: 'out/**/*.s37 '
Expand Down Expand Up @@ -238,8 +244,14 @@ def buildWiFiLock()
{
withEnv(['PW_ENVIRONMENT_ROOT='+dirPath])
{
// TODO Rework the wifi example build for each boards independantly
// BRD4161A
sh './scripts/examples/gn_efr32_example.sh examples/lock-app/efr32/ out/lock_app_wifi_wf200 BRD4161A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi wf200'
sh './scripts/examples/gn_efr32_example.sh examples/lock-app/efr32/ out/lock_app_wifi_rs9116 BRD4161A "is_debug=false show_qr_code=false enable_openthread_cli=false" --wifi rs911x'
// BRD4186C
sh './scripts/examples/gn_efr32_example.sh examples/lock-app/efr32/ out/lock_app_wifi_rs9116 BRD4186C "is_debug=false use_external_flash=false enable_openthread_cli=false" --wifi rs911x'
// BRD4187C
sh './scripts/examples/gn_efr32_example.sh examples/lock-app/efr32/ out/lock_app_wifi_rs9116 BRD4187C "is_debug=false use_external_flash=false enable_openthread_cli=false" --wifi rs911x'
}

stash name: 'wifiLock', includes: 'out/**/*.s37 '
Expand Down

0 comments on commit 5acd732

Please sign in to comment.