-
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
[cmake] Common Cmake sources for Matter build #25654
Merged
andy31415
merged 8 commits into
project-chip:master
from
ARM-software:upstream/cmake-unify
Mar 24, 2023
Merged
[cmake] Common Cmake sources for Matter build #25654
andy31415
merged 8 commits into
project-chip:master
from
ARM-software:upstream/cmake-unify
Mar 24, 2023
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
PR #25654: Size comparison from bc8c9ec to 0f58595 Decreases (1 build for cc32xx)
Full report (3 builds for cc32xx, qpg)
|
pullapprove
bot
requested review from
amitnj,
andy31415,
anush-apple,
arkq,
bzbarsky-apple,
carol-apple,
chrisdecenzo,
chshu,
chulspro,
cliffamzn,
CodeChronos928,
Damian-Nordic,
dhrishi,
electrocucaracha,
franck-apple,
gjc13,
harsha-rajendran,
hawk248,
jelderton,
jepenven-silabs and
jmartinez-silabs
March 13, 2023 14:45
Damian-Nordic
approved these changes
Mar 17, 2023
ATmobica
force-pushed
the
upstream/cmake-unify
branch
from
March 17, 2023 11:30
e1d676c
to
69806c1
Compare
PR #25654: Size comparison from 379cde1 to 69806c1 Full report (1 build for cc32xx)
|
ATmobica
force-pushed
the
upstream/cmake-unify
branch
from
March 17, 2023 12:08
69806c1
to
832a31a
Compare
PR #25654: Size comparison from 379cde1 to 832a31a Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
ATmobica
force-pushed
the
upstream/cmake-unify
branch
from
March 17, 2023 15:00
832a31a
to
930800e
Compare
PR #25654: Size comparison from 379cde1 to 930800e Decreases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
pan-
approved these changes
Mar 17, 2023
ATmobica
force-pushed
the
upstream/cmake-unify
branch
3 times, most recently
from
March 20, 2023 22:34
83ed5b4
to
2f27c06
Compare
PR #25654: Size comparison from a8242ff to 2f27c06 Increases (1 build for cc32xx)
Full report (1 build for cc32xx)
|
ATmobica
force-pushed
the
upstream/cmake-unify
branch
2 times, most recently
from
March 21, 2023 16:51
cc42a02
to
563be05
Compare
Add CHIP_SYSTEM_CONFIG_LWIP_SKIP_INIT define to skip LwIP initalization during network setup. The platform can provide its own LwIP initialization. This option allows skipping initialization steps in network setup e.g. in unit tests. Apply skipping LwIP initalization to Open IoT SDK platform. Signed-off-by: ATmobica <[email protected]>
Add necessary defines in unit-tests code to fix unused-function issues. Signed-off-by: ATmobica <[email protected]>
Add Cmake files that create GN args file and build the CHIP library with ExternalProject. At the end the 'chip' is defined. It exposes CHIP headers and libraries to the application. Add CMake utilities for managing and retrieving build configuration. Add Python script to generate the args.gn file in a correct format. Signed-off-by: ATmobica <[email protected]>
Change OIS cmake files to the common sources. Remove redundant files. Improve paths to Matter files. Signed-off-by: ATmobica <[email protected]>
Change mbed cmake files to the common sources. Remove redundant files. Improve mbed GN project. Improve paths to Matter files. Signed-off-by: ATmobica <[email protected]>
Change nrfconnect cmake files to the common sources. Remove redundant files. Signed-off-by: ATmobica <[email protected]>
Change Zephyr cmake files to the common sources. Remove redundant files. Signed-off-by: ATmobica <[email protected]>
Change Telink cmake files to the common sources. Remove redundant files. Signed-off-by: ATmobica <[email protected]>
ATmobica
force-pushed
the
upstream/cmake-unify
branch
from
March 23, 2023 21:47
563be05
to
084f259
Compare
andy31415
approved these changes
Mar 24, 2023
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.
Main changes:
Additional changes: