Skip to content

Commit 02e5080

Browse files
committed
[NXP] Moving NXP Matter SDK support files to a dedicated nxp_matter_support repo
Signed-off-by: Gatien Chapon <gatien.chapon@nxp.com>
1 parent 69be1f1 commit 02e5080

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+18
-7980
lines changed

build_overrides/nxp_sdk.gni

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414

1515
declare_args() {
1616
# Root directory for NXP SDKs.
17-
nxp_sdk_build_root = "//third_party/nxp"
17+
nxp_sdk_matter_support_root = "//third_party/nxp/nxp_matter_support"
18+
}
19+
20+
declare_args() {
21+
nxp_sdk_build_root = "${nxp_sdk_matter_support_root}/gn_build"
1822
}

examples/all-clusters-app/nxp/rt/rw61x/BUILD.gn

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ declare_args() {
4949
setup_discriminator = 3840
5050
}
5151

52-
example_platform_dir = "${chip_root}/examples/platform/nxp/${nxp_platform}"
52+
example_platform_dir =
53+
"${nxp_sdk_matter_support_root}/examples/platform/${nxp_platform}"
5354
common_example_dir = "${chip_root}/examples/platform/nxp/common"
5455

5556
if (tcp_download == true && wifi_connect == true) {

examples/build_overrides/nxp_sdk.gni

+6-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@
1414

1515
declare_args() {
1616
# Root directory for NXP SDKs.
17-
nxp_sdk_build_root = "//third_party/connectedhomeip/third_party/nxp"
17+
nxp_sdk_matter_support_root =
18+
"//third_party/connectedhomeip/third_party/nxp/nxp_matter_support"
19+
}
20+
21+
declare_args() {
22+
nxp_sdk_build_root = "${nxp_sdk_matter_support_root}/gn_build"
1823
}

examples/laundry-washer-app/nxp/rt/rw61x/BUILD.gn

+2-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ declare_args() {
4949
setup_discriminator = 3840
5050
}
5151

52-
example_platform_dir = "${chip_root}/examples/platform/nxp/${nxp_platform}"
52+
example_platform_dir =
53+
"${nxp_sdk_matter_support_root}/examples/platform/${nxp_platform}"
5354
common_example_dir = "${chip_root}/examples/platform/nxp/common"
5455

5556
if (tcp_download == true && wifi_connect == true) {

0 commit comments

Comments
 (0)