Skip to content

Commit

Permalink
Pull request project-chip#50: MG24 wifi - Add the build flag manually.
Browse files Browse the repository at this point in the history
Merge in WMN_TOOLS/matter from fix_build_mg24wifi to silabs

Squashed commit of the following:

commit 7195af0c6cbac15a6ce9b739aeb6a1814cb00341
Author: Junior Martinez <[email protected]>
Date:   Wed Aug 17 15:25:26 2022 -0400

    same change for the lock app

commit 640669214f9f18bc1c67fd620a3ef5f1e6f840de
Author: Junior Martinez <[email protected]>
Date:   Wed Aug 17 15:10:25 2022 -0400

    Fix my mistake, the hardcoded disable is only for rev A. this will need to be fix in .gn for later releases
  • Loading branch information
jmartinez-silabs committed Aug 30, 2022
1 parent e1b8072 commit 3bfd3ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -213,9 +213,9 @@ def buildWiFiLighting()
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'
sh './scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/light_app_wifi_rs9116 BRD4186C "is_debug=false disable_lcd=true 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'
sh './scripts/examples/gn_efr32_example.sh examples/lighting-app/efr32/ out/light_app_wifi_rs9116 BRD4187C "is_debug=false disable_lcd=true use_external_flash=false enable_openthread_cli=false" --wifi rs911x'
}

stash name: 'wifiLighting', includes: 'out/**/*.s37 '
Expand Down Expand Up @@ -249,9 +249,9 @@ def buildWiFiLock()
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'
sh './scripts/examples/gn_efr32_example.sh examples/lock-app/efr32/ out/lock_app_wifi_rs9116 BRD4186C "is_debug=false disable_lcd=true 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'
sh './scripts/examples/gn_efr32_example.sh examples/lock-app/efr32/ out/lock_app_wifi_rs9116 BRD4187C "is_debug=false disable_lcd=true use_external_flash=false enable_openthread_cli=false" --wifi rs911x'
}

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

0 comments on commit 3bfd3ca

Please sign in to comment.