-
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
[gn] Vscode integration. Fixes #1526. #1527
Conversation
@turon can you sign the CLA (again) and fix the merge here? |
|
||
_chip_banner "Build: Ninja build" | ||
|
||
time ninja -C "$CHIP_ROOT/out/debug" all check |
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.
Moved the build step to take place after instructions, so the result of last build is easily visible for both command line and in vscode.
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
|
After 52b6f03 ("[gn] Vscode integration. Fixes project-chip#1526. (project-chip#1527)") the args are missing due to being set later in the script. Rearrange so the correct comment is printed.
* [gn] Vscode integration. Fixes project-chip#1526. * [gn] Fix merge conflict.
After 52b6f03 ("[gn] Vscode integration. Fixes project-chip#1526. (project-chip#1527)") the args are missing due to being set later in the script. Rearrange so the correct comment is printed.
* [gn] Vscode integration. Fixes project-chip#1526. * [gn] Fix merge conflict.
After 52b6f03 ("[gn] Vscode integration. Fixes project-chip#1526. (project-chip#1527)") the args are missing due to being set later in the script. Rearrange so the correct comment is printed.
* [gn] Vscode integration. Fixes project-chip#1526. * [gn] Fix merge conflict.
After 52b6f03 ("[gn] Vscode integration. Fixes project-chip#1526. (project-chip#1527)") the args are missing due to being set later in the script. Rearrange so the correct comment is printed.
* [gn] Vscode integration. Fixes project-chip#1526. * [gn] Fix merge conflict.
After 52b6f03 ("[gn] Vscode integration. Fixes project-chip#1526. (project-chip#1527)") the args are missing due to being set later in the script. Rearrange so the correct comment is printed.
* [gn] Vscode integration. Fixes project-chip#1526. * [gn] Fix merge conflict.
After 52b6f03 ("[gn] Vscode integration. Fixes project-chip#1526. (project-chip#1527)") the args are missing due to being set later in the script. Rearrange so the correct comment is printed.
Merge in WMN_TOOLS/matter from feature/updating_wifisdk_to_v3.1.3 to RC_2.3.0-1.3 Squashed commit of the following: commit 1c75b7c32e2268b340288823c741cc7040b5b6ab Author: Arun Padakanti <arunkumar.padakanti@silabs.com> Date: Thu Feb 1 09:42:36 2024 +0530 Updated gitmodules as per comments commit 868b100c9bdba2c0e609a6f705d669f16ae4af13 Author: Arun Padakanti <arunkumar.padakanti@silabs.com> Date: Wed Jan 31 20:34:59 2024 +0530 Updating wifi_sdk to v3.1.3
Merge in WMN_TOOLS/matter from feature/updating_wifisdk_to_v3.1.3 to RC_2.3.0-1.3 Squashed commit of the following: commit 1c75b7c32e2268b340288823c741cc7040b5b6ab Author: Arun Padakanti <arunkumar.padakanti@silabs.com> Date: Thu Feb 1 09:42:36 2024 +0530 Updated gitmodules as per comments commit 868b100c9bdba2c0e609a6f705d669f16ae4af13 Author: Arun Padakanti <arunkumar.padakanti@silabs.com> Date: Wed Jan 31 20:34:59 2024 +0530 Updating wifi_sdk to v3.1.3
Problem
The new GN build system isn't integrated yet into vscode
Summary of Changes
Add vscode integration
fixes #1526