From fa6c6fbe035964931a7d11b7deabbac15056c6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Sun, 7 Dec 2025 15:04:05 +0100 Subject: [PATCH 1/4] Document nRF52 platform IPv6 over Thread support Added section about nRF52 platform's IPv6 support. --- content/components/network.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/components/network.md b/content/components/network.md index f1b0dafc14..b07dfbcb2f 100644 --- a/content/components/network.md +++ b/content/components/network.md @@ -51,6 +51,10 @@ The optimization level depends on whether PSRAM is guaranteed to be available (c > This has various security and privacy implications decribed in [RFC7721](https://datatracker.ietf.org/doc/rfc7721/), as this might leak outside of the smart home network and makes the device uniquely identifiable. > Therefore, the address generation does not comply to [RFC7217](https://datatracker.ietf.org/doc/rfc7217/). +## nRF52 platform + +nRF52 platform only supports IPv6 over Thread, no WiFi. + ## See Also - {{< docref "wifi/" >}} From 9749533d17d64e50671de717ab7f51306ddda934 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Sun, 7 Dec 2025 15:04:49 +0100 Subject: [PATCH 2/4] Add OpenThread reference in network documentation --- content/components/network.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/components/network.md b/content/components/network.md index b07dfbcb2f..657d730284 100644 --- a/content/components/network.md +++ b/content/components/network.md @@ -59,3 +59,4 @@ nRF52 platform only supports IPv6 over Thread, no WiFi. - {{< docref "wifi/" >}} - {{< docref "ethernet/" >}} +- {{< docref "openthread/" >}} From 32363570f6b5134985cb92200b9b9739da78bdeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Sun, 7 Dec 2025 22:00:29 +0100 Subject: [PATCH 3/4] Update YAML configuration example for nRF52 platform --- content/components/network.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/components/network.md b/content/components/network.md index 657d730284..631e4fd15f 100644 --- a/content/components/network.md +++ b/content/components/network.md @@ -54,6 +54,11 @@ The optimization level depends on whether PSRAM is guaranteed to be available (c ## nRF52 platform nRF52 platform only supports IPv6 over Thread, no WiFi. +```yaml +# Example configuration +# IPv6 is always enabled for nRF52 (not configurable) +network: +``` ## See Also From 3b5e3d97c70a1b2f562949a0c192d683861fc292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Sun, 7 Dec 2025 22:04:35 +0100 Subject: [PATCH 4/4] Update network.md with nRF52 configuration example Added configuration example for nRF52 platform. --- content/components/network.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/components/network.md b/content/components/network.md index 631e4fd15f..978df78b80 100644 --- a/content/components/network.md +++ b/content/components/network.md @@ -54,6 +54,7 @@ The optimization level depends on whether PSRAM is guaranteed to be available (c ## nRF52 platform nRF52 platform only supports IPv6 over Thread, no WiFi. + ```yaml # Example configuration # IPv6 is always enabled for nRF52 (not configurable)