File tree 4 files changed +25
-0
lines changed
all-clusters-app/nxp/rt/rw61x
laundry-washer-app/nxp/rt/rw61x
4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ default_args = {
28
28
29
29
import (" //args.gni" )
30
30
31
+ # Import common example GN args
32
+ import (" ${ chip_root } /examples/platform/nxp/common/gn/args.gni" )
33
+
31
34
# Import default platform configs
32
35
import (" ${ chip_root } /src/platform/nxp/rt/rw61x/args.gni" )
33
36
}
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ default_args = {
28
28
29
29
import (" //args.gni" )
30
30
31
+ # Import common example GN args
32
+ import (" ${ chip_root } /examples/platform/nxp/common/gn/args.gni" )
33
+
31
34
# Import default platform configs
32
35
import (" ${ chip_root } /src/platform/nxp/rt/rw61x/args.gni" )
33
36
}
Original file line number Diff line number Diff line change
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"
Original file line number Diff line number Diff line change @@ -28,6 +28,9 @@ default_args = {
28
28
29
29
import (" //args.gni" )
30
30
31
+ # Import common example GN args
32
+ import (" ${ chip_root } /examples/platform/nxp/common/gn/args.gni" )
33
+
31
34
# Import default platform configs
32
35
import (" ${ chip_root } /src/platform/nxp/rt/rw61x/args.gni" )
33
36
}
You can’t perform that action at this time.
0 commit comments