-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EFR32 fix lock app build #1628
EFR32 fix lock app build #1628
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems GN build still needs some additional fixes.
- Since the EFR32 platform doesn't support GN build as for now, revert those changes
@jepenven-silabs could you file a Github issue to add efr32 to gn builds as well? I believe we are on the path to try to get full equivalence between bn and autotools. |
Size increase report for "nrf-example-build"
Full report output
|
Size increase report for "linux-example-build"
Full report output
|
Size increase report for "esp32-example-build"
Full report output
|
Size increase report for "gn_nrf-example-build"
Full report output
|
Size increase report for "gn_linux-example-build"
Full report output
|
@andy31415 the issue is #1634 |
* EFR32 fix lock app build * Revert changes to BUILD.gn - Since the EFR32 platform doesn't support GN build as for now, revert those changes
* EFR32 fix lock app build * Revert changes to BUILD.gn - Since the EFR32 platform doesn't support GN build as for now, revert those changes
…pick/device-argument to RC_2.3.0-1.3-alpha.3 Auto-Merge: Pull request project-chip#1628: [AUTO] Cherry-Pick Pull request project-chip#1592: Provision: Added 'device' argument. Merge in WMN_TOOLS/matter from cherry-pick/device-argument to RC_2.3.0-1.3-alpha.3 Squashed commit of the following: commit e65b44b0bdc456b7db4554580bdf7aebedab0b3d Author: Ricardo Casallas <[email protected]> Date: Wed Feb 28 19:17:42 2024 +0000 Pull request project-chip#1592: Provision: Added 'device' argument. Merge in WMN_TOOLS/matter from feature/provision_device_argument to RC_2.3.0-1.3 Squashed commit of the following: commit 9f713da2c653c0400954ec14a40b45631a64cf3b Author: Ricardo Casallas <[email protected]> Date: Tue Feb 27 11:56:04 2024 -0500 Provision: Added 'device' argument.
…pick/device-argument to RC_2.3.0-1.3-alpha.3 Auto-Merge: Pull request project-chip#1628: [AUTO] Cherry-Pick Pull request project-chip#1592: Provision: Added 'device' argument. Merge in WMN_TOOLS/matter from cherry-pick/device-argument to RC_2.3.0-1.3-alpha.3 Squashed commit of the following: commit e65b44b0bdc456b7db4554580bdf7aebedab0b3d Author: Ricardo Casallas <[email protected]> Date: Wed Feb 28 19:17:42 2024 +0000 Pull request project-chip#1592: Provision: Added 'device' argument. Merge in WMN_TOOLS/matter from feature/provision_device_argument to RC_2.3.0-1.3 Squashed commit of the following: commit 9f713da2c653c0400954ec14a40b45631a64cf3b Author: Ricardo Casallas <[email protected]> Date: Tue Feb 27 11:56:04 2024 -0500 Provision: Added 'device' argument.
Problem
EFR32 lock app example didn't build with make.
Summary of Changes
fixes #1627