Skip to content

Commit c07c467

Browse files
committed
[NXP] Adding new GN file to reference openthread version from ot-nxp
1 parent 686e73b commit c07c467

File tree

4 files changed

+25
-0
lines changed
  • examples
    • all-clusters-app/nxp/rt/rw61x
    • laundry-washer-app/nxp/rt/rw61x
    • platform/nxp/common/gn
    • thermostat/nxp/rt/rw61x

4 files changed

+25
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ default_args = {
2828

2929
import("//args.gni")
3030

31+
# Import common example GN args
32+
import("${chip_root}/examples/platform/nxp/common/gn/args.gni")
33+
3134
# Import default platform configs
3235
import("${chip_root}/src/platform/nxp/rt/rw61x/args.gni")
3336
}

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

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ default_args = {
2828

2929
import("//args.gni")
3030

31+
# Import common example GN args
32+
import("${chip_root}/examples/platform/nxp/common/gn/args.gni")
33+
3134
# Import default platform configs
3235
import("${chip_root}/src/platform/nxp/rt/rw61x/args.gni")
3336
}
+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Copyright (c) 2024 Project CHIP Authors
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
openthread_root =
16+
"//third_party/connectedhomeip/third_party/openthread/ot-nxp/openthread"

examples/thermostat/nxp/rt/rw61x/.gn

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ default_args = {
2828

2929
import("//args.gni")
3030

31+
# Import common example GN args
32+
import("${chip_root}/examples/platform/nxp/common/gn/args.gni")
33+
3134
# Import default platform configs
3235
import("${chip_root}/src/platform/nxp/rt/rw61x/args.gni")
3336
}

0 commit comments

Comments
 (0)