Skip to content

Commit 01e302e

Browse files
restyled-commitsaxelnxp
authored andcommitted
Restyled by prettier-markdown
1 parent 29bf962 commit 01e302e

File tree

1 file changed

+14
-14
lines changed
  • examples/all-clusters-app/nxp/zephyr

1 file changed

+14
-14
lines changed

examples/all-clusters-app/nxp/zephyr/README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ NXP/Zephyr SDK.
3131

3232
The example supports:
3333

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
3737

3838
The supported boards are:
3939

@@ -60,13 +60,12 @@ $ west init zephyrproject -m https://github.com/nxp-zephyr/nxp-zsdk.git --mr nxp
6060
```
6161

6262
> **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.
7069
7170
Steps to build the example, targeting `rd_rw612_bga` board:
7271

@@ -88,10 +87,11 @@ source <path to zephyr repo>/zephyr-env.sh
8887
west build -b rd_rw612_bga -p auto -d build_zephyr <path to example folder>
8988
```
9089

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.
9595

9696
You can get more details on `west build` with
9797
[Zephyr's building guide](https://docs.zephyrproject.org/3.7.0/develop/west/build-flash-debug.html#building-west-build)

0 commit comments

Comments
 (0)