Skip to content

Commit 5662cd7

Browse files
[NXP][k32w1] Fix wrong README reference
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
1 parent d95f754 commit 5662cd7

File tree

2 files changed

+45
-45
lines changed

2 files changed

+45
-45
lines changed

examples/contact-sensor-app/nxp/k32w1/README.md

+22-22
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@ into an existing Matter network and can be controlled by this network.
1313

1414
<hr>
1515

16-
- [Matter K32W1 Contact Sensor Example Application](#matter-k32w1-contact-sensor-example-application)
17-
- [Introduction](#introduction)
18-
- [Bluetooth LE Advertising](#bluetooth-le-advertising)
19-
- [Bluetooth LE Rendezvous](#bluetooth-le-rendezvous)
20-
- [Thread Provisioning](#thread-provisioning)
21-
- [Device UI](#device-ui)
22-
- [Building](#building)
23-
- [Long Idle Time ICD Support](#long-idle-time-icd-support)
24-
- [Manufacturing data](#manufacturing-data)
25-
- [Flashing](#flashing)
26-
- [Flashing the `NBU` image](#flashing-the-nbu-image)
27-
- [Flashing the host image](#flashing-the-host-image)
28-
- [Debugging](#debugging)
29-
- [OTA](#ota)
30-
- [Convert `srec` into `sb3` file](#convert-srec-into-sb3-file)
31-
- [Convert `sb3` into `ota` file](#convert-sb3-into-ota-file)
32-
- [OTA factory data](#ota-factory-data)
33-
- [Running OTA](#running-ota)
34-
- [Low power](#low-power)
35-
- [Known issues](#known-issues)
16+
- [Matter K32W1 Contact Sensor Example Application](#matter-k32w1-contact-sensor-example-application)
17+
- [Introduction](#introduction)
18+
- [Bluetooth LE Advertising](#bluetooth-le-advertising)
19+
- [Bluetooth LE Rendezvous](#bluetooth-le-rendezvous)
20+
- [Thread Provisioning](#thread-provisioning)
21+
- [Device UI](#device-ui)
22+
- [Building](#building)
23+
- [Long Idle Time ICD Support](#long-idle-time-icd-support)
24+
- [Manufacturing data](#manufacturing-data)
25+
- [Flashing](#flashing)
26+
- [Flashing the `NBU` image](#flashing-the-nbu-image)
27+
- [Flashing the host image](#flashing-the-host-image)
28+
- [Debugging](#debugging)
29+
- [OTA](#ota)
30+
- [Convert `srec` into `sb3` file](#convert-srec-into-sb3-file)
31+
- [Convert `sb3` into `ota` file](#convert-sb3-into-ota-file)
32+
- [OTA factory data](#ota-factory-data)
33+
- [Running OTA](#running-ota)
34+
- [Low power](#low-power)
35+
- [Known issues](#known-issues)
3636

3737
## Introduction
3838

@@ -120,10 +120,10 @@ Matter shutdown procedure.
120120

121121
In order to build the Project CHIP example, we recommend using a Linux
122122
distribution (supported Operating Systems are listed in
123-
[BUILDING.md](../../../../../docs/guides/BUILDING.md)).
123+
[BUILDING.md](../../../../docs/guides/BUILDING.md)).
124124

125125
- Make sure that below prerequisites are correctly installed (as described in
126-
[BUILDING.md](../../../../../docs/guides/BUILDING.md)))
126+
[BUILDING.md](../../../../docs/guides/BUILDING.md))
127127

128128
```
129129
sudo apt-get install git gcc g++ pkg-config libssl-dev libdbus-1-dev \

examples/lighting-app/nxp/k32w1/README.md

+23-23
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@ into an existing Matter network and can be controlled by this network.
1515

1616
<hr>
1717

18-
- [Matter K32W1 Lighting Example Application](#matter-k32w1-lighting-example-application)
19-
- [Introduction](#introduction)
20-
- [Bluetooth LE Advertising](#bluetooth-le-advertising)
21-
- [Bluetooth LE Rendezvous](#bluetooth-le-rendezvous)
22-
- [Thread Provisioning](#thread-provisioning)
23-
- [Device UI](#device-ui)
24-
- [Building](#building)
25-
- [`SMU2` Memory](#smu2-memory)
26-
- [LED PWM](#led-pwm)
27-
- [Manufacturing data](#manufacturing-data)
28-
- [Flashing](#flashing)
29-
- [Flashing the `NBU` image](#flashing-the-nbu-image)
30-
- [Flashing the host image](#flashing-the-host-image)
31-
- [Debugging](#debugging)
32-
- [OTA](#ota)
33-
- [Convert `srec` into `sb3` file](#convert-srec-into-sb3-file)
34-
- [Convert `sb3` into `ota` file](#convert-sb3-into-ota-file)
35-
- [OTA factory data](#ota-factory-data)
36-
- [Running OTA](#running-ota)
37-
- [Known issues](#known-issues)
38-
- [Running RPC console](#running-rpc-console)
18+
- [Matter K32W1 Lighting Example Application](#matter-k32w1-lighting-example-application)
19+
- [Introduction](#introduction)
20+
- [Bluetooth LE Advertising](#bluetooth-le-advertising)
21+
- [Bluetooth LE Rendezvous](#bluetooth-le-rendezvous)
22+
- [Thread Provisioning](#thread-provisioning)
23+
- [Device UI](#device-ui)
24+
- [Building](#building)
25+
- [`SMU2` Memory](#smu2-memory)
26+
- [LED PWM](#led-pwm)
27+
- [Manufacturing data](#manufacturing-data)
28+
- [Flashing](#flashing)
29+
- [Flashing the `NBU` image](#flashing-the-nbu-image)
30+
- [Flashing the host image](#flashing-the-host-image)
31+
- [Debugging](#debugging)
32+
- [OTA](#ota)
33+
- [Convert `srec` into `sb3` file](#convert-srec-into-sb3-file)
34+
- [Convert `sb3` into `ota` file](#convert-sb3-into-ota-file)
35+
- [OTA factory data](#ota-factory-data)
36+
- [Running OTA](#running-ota)
37+
- [Known issues](#known-issues)
38+
- [Running RPC console](#running-rpc-console)
3939

4040
</hr>
4141

@@ -123,10 +123,10 @@ does a clean soft reset that takes into account Matter shutdown procedure.
123123

124124
In order to build the Project CHIP example, we recommend using a Linux
125125
distribution (supported Operating Systems are listed in
126-
[BUILDING.md](../../../../../docs/guides/BUILDING.md)).
126+
[BUILDING.md](../../../../docs/guides/BUILDING.md)).
127127

128128
- Make sure that below prerequisites are correctly installed (as described in
129-
[BUILDING.md](../../../../../docs/guides/BUILDING.md)))
129+
[BUILDING.md](../../../../docs/guides/BUILDING.md))
130130

131131
```
132132
sudo apt-get install git gcc g++ pkg-config libssl-dev libdbus-1-dev \

0 commit comments

Comments
 (0)