@@ -31,9 +31,9 @@ NXP/Zephyr SDK.
31
31
32
32
The example supports:
33
33
34
- - Matter over Wi-Fi with BLE commissioning
35
- - Matter OTA requestor
36
- - Matter Factory Data
34
+ - Matter over Wi-Fi with BLE commissioning
35
+ - Matter OTA requestor
36
+ - Matter Factory Data
37
37
38
38
The supported boards are:
39
39
@@ -60,13 +60,12 @@ $ west init zephyrproject -m https://github.com/nxp-zephyr/nxp-zsdk.git --mr nxp
60
60
```
61
61
62
62
> ** Note** : While some of NXP platforms are supported in Zephyr upstream, we
63
- > recommend using nxp-zsdk downstream to get access to all NXP features
64
- > that are not upstream yet.
65
- > While you can decide to use nxp-zsdk top of tree, we recommend using
66
- > a proper release tag delivered by NXP. This will ensure a certain level
67
- > of quality of the nxp-zsdk in use. Currently, we highly recommend using
68
- > the ` nxp-v3.7.0 ` tag, based on Zephyr 3.7 LTS release.
69
- > Reach to your NXP contact for more details.
63
+ > recommend using nxp-zsdk downstream to get access to all NXP features that are
64
+ > not upstream yet. While you can decide to use nxp-zsdk top of tree, we
65
+ > recommend using a proper release tag delivered by NXP. This will ensure a
66
+ > certain level of quality of the nxp-zsdk in use. Currently, we highly
67
+ > recommend using the ` nxp-v3.7.0 ` tag, based on Zephyr 3.7 LTS release. Reach
68
+ > to your NXP contact for more details.
70
69
71
70
Steps to build the example, targeting ` rd_rw612_bga ` board:
72
71
@@ -88,10 +87,11 @@ source <path to zephyr repo>/zephyr-env.sh
88
87
west build -b rd_rw612_bga -p auto -d build_zephyr < path to example folder>
89
88
```
90
89
91
- A folder ` build_zephyr ` will be created in the same folder you run the command from.
92
- The binaries will be created in ` build_zephyr/zephyr ` with the name ` zephyr.elf ` and
93
- ` zephyr.bin ` . We recommend using the ` -d build_zephyr ` if you are building from Matter
94
- repo root folder as a build folder already exists and is tracked by git.
90
+ A folder ` build_zephyr ` will be created in the same folder you run the command
91
+ from. The binaries will be created in ` build_zephyr/zephyr ` with the name
92
+ ` zephyr.elf ` and ` zephyr.bin ` . We recommend using the ` -d build_zephyr ` if you
93
+ are building from Matter repo root folder as a build folder already exists and
94
+ is tracked by git.
95
95
96
96
You can get more details on ` west build ` with
97
97
[ Zephyr's building guide] ( https://docs.zephyrproject.org/3.7.0/develop/west/build-flash-debug.html#building-west-build )
0 commit comments