-
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
Fix GN build warnings due to objects with no symbols on Mac #1552
Merged
andy31415
merged 1 commit into
project-chip:master
from
mspang:for-chip/malloc-warnings
Jul 10, 2020
Merged
Fix GN build warnings due to objects with no symbols on Mac #1552
andy31415
merged 1 commit into
project-chip:master
from
mspang:for-chip/malloc-warnings
Jul 10, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add support for selecting one of CHIPMem-Malloc.cpp and CHIPMem-Simple.cpp to avoid warnings from compiling files with no symbols.
woody-apple
approved these changes
Jul 10, 2020
saurabhst
approved these changes
Jul 10, 2020
andy31415
approved these changes
Jul 10, 2020
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
|
kedars
pushed a commit
to kedars/connectedhomeip
that referenced
this pull request
Jul 19, 2020
…chip#1552) Add support for selecting one of CHIPMem-Malloc.cpp and CHIPMem-Simple.cpp to avoid warnings from compiling files with no symbols.
kedars
pushed a commit
to kedars/connectedhomeip
that referenced
this pull request
Jul 19, 2020
…chip#1552) Add support for selecting one of CHIPMem-Malloc.cpp and CHIPMem-Simple.cpp to avoid warnings from compiling files with no symbols.
kedars
pushed a commit
to kedars/connectedhomeip
that referenced
this pull request
Jul 19, 2020
…chip#1552) Add support for selecting one of CHIPMem-Malloc.cpp and CHIPMem-Simple.cpp to avoid warnings from compiling files with no symbols.
kedars
pushed a commit
to kedars/connectedhomeip
that referenced
this pull request
Jul 21, 2020
…chip#1552) Add support for selecting one of CHIPMem-Malloc.cpp and CHIPMem-Simple.cpp to avoid warnings from compiling files with no symbols.
kedars
pushed a commit
to kedars/connectedhomeip
that referenced
this pull request
Jul 21, 2020
…chip#1552) Add support for selecting one of CHIPMem-Malloc.cpp and CHIPMem-Simple.cpp to avoid warnings from compiling files with no symbols.
jmartinez-silabs
pushed a commit
to SiliconLabs/matter
that referenced
this pull request
Feb 15, 2024
Merge in WMN_TOOLS/matter from feature/wifi_917ncp_lcd to RC_2.3.0-1.3 Squashed commit of the following: commit 136a77e165aefb649a8187c5177319e13af0f21a Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Fri Feb 9 22:50:30 2024 +0530 Resolved review comments commit 4c2f020a346c3e6e3c12fb72fc4d8691ed12aaec Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Thu Feb 8 19:36:25 2024 +0530 removed commented code commit a67ada4d9d56dea11e627887e6ee4d431bae22ad Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Thu Feb 8 19:29:54 2024 +0530 Removed special characters ... and 3 more commits
bhmanda-silabs
added a commit
to bhmanda-silabs/connectedhomeip
that referenced
this pull request
Feb 20, 2024
Merge in WMN_TOOLS/matter from feature/wifi_917ncp_lcd to RC_2.3.0-1.3 Squashed commit of the following: commit 136a77e165aefb649a8187c5177319e13af0f21a Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Fri Feb 9 22:50:30 2024 +0530 Resolved review comments commit 4c2f020a346c3e6e3c12fb72fc4d8691ed12aaec Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Thu Feb 8 19:36:25 2024 +0530 removed commented code commit a67ada4d9d56dea11e627887e6ee4d431bae22ad Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Thu Feb 8 19:29:54 2024 +0530 Removed special characters ... and 3 more commits
bhmanda-silabs
added a commit
to bhmanda-silabs/connectedhomeip
that referenced
this pull request
Feb 22, 2024
Merge in WMN_TOOLS/matter from feature/wifi_917ncp_lcd to RC_2.3.0-1.3 Squashed commit of the following: commit 136a77e165aefb649a8187c5177319e13af0f21a Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Fri Feb 9 22:50:30 2024 +0530 Resolved review comments commit 4c2f020a346c3e6e3c12fb72fc4d8691ed12aaec Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Thu Feb 8 19:36:25 2024 +0530 removed commented code commit a67ada4d9d56dea11e627887e6ee4d431bae22ad Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Thu Feb 8 19:29:54 2024 +0530 Removed special characters ... and 3 more commits
jmartinez-silabs
pushed a commit
that referenced
this pull request
Feb 28, 2024
… and 917 NCP-LCD enablement (#32209) * Added fixes for hardfault issue with rs9116 when LCD enabled * resolved build errors with mg12 * Pull request #1552: [MATTER-2763]wifi-917NCP_enabling LCD Merge in WMN_TOOLS/matter from feature/wifi_917ncp_lcd to RC_2.3.0-1.3 Squashed commit of the following: commit 136a77e165aefb649a8187c5177319e13af0f21a Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Fri Feb 9 22:50:30 2024 +0530 Resolved review comments commit 4c2f020a346c3e6e3c12fb72fc4d8691ed12aaec Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Thu Feb 8 19:36:25 2024 +0530 removed commented code commit a67ada4d9d56dea11e627887e6ee4d431bae22ad Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Thu Feb 8 19:29:54 2024 +0530 Removed special characters ... and 3 more commits * resolved review comments * Resolved review comments * Resolved comments and removed ununsed macros * removed semaphore in header file as it is not being used in this file * resolved the comments * Restyled
huangxuyong
pushed a commit
to huangxuyong/connectedhomeip
that referenced
this pull request
Mar 19, 2024
… and 917 NCP-LCD enablement (project-chip#32209) * Added fixes for hardfault issue with rs9116 when LCD enabled * resolved build errors with mg12 * Pull request project-chip#1552: [MATTER-2763]wifi-917NCP_enabling LCD Merge in WMN_TOOLS/matter from feature/wifi_917ncp_lcd to RC_2.3.0-1.3 Squashed commit of the following: commit 136a77e165aefb649a8187c5177319e13af0f21a Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Fri Feb 9 22:50:30 2024 +0530 Resolved review comments commit 4c2f020a346c3e6e3c12fb72fc4d8691ed12aaec Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Thu Feb 8 19:36:25 2024 +0530 removed commented code commit a67ada4d9d56dea11e627887e6ee4d431bae22ad Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Thu Feb 8 19:29:54 2024 +0530 Removed special characters ... and 3 more commits * resolved review comments * Resolved review comments * Resolved comments and removed ununsed macros * removed semaphore in header file as it is not being used in this file * resolved the comments * Restyled
rcasallas-silabs
pushed a commit
to rcasallas-silabs/connectedhomeip
that referenced
this pull request
Jun 20, 2024
Merge in WMN_TOOLS/matter from feature/wifi_917ncp_lcd to RC_2.3.0-1.3 Squashed commit of the following: commit 136a77e165aefb649a8187c5177319e13af0f21a Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Fri Feb 9 22:50:30 2024 +0530 Resolved review comments commit 4c2f020a346c3e6e3c12fb72fc4d8691ed12aaec Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Thu Feb 8 19:36:25 2024 +0530 removed commented code commit a67ada4d9d56dea11e627887e6ee4d431bae22ad Author: bhmanda-silabs <bhavani.manda@silabs.com> Date: Thu Feb 8 19:29:54 2024 +0530 Removed special characters ... and 3 more commits
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add support for selecting one of CHIPMem-Malloc.cpp and
CHIPMem-Simple.cpp to avoid warnings from compiling files with no
symbols.