From cbbe04befa8be35f84ed47ff025449b463ccbf66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Barto=C5=A1ka?= <76958047+VojtechBartoska@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:14:46 +0100 Subject: [PATCH 1/6] Update boards.rst --- docs/source/boards/boards.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/boards/boards.rst b/docs/source/boards/boards.rst index 344e9c1c9da..e9c27a9559c 100644 --- a/docs/source/boards/boards.rst +++ b/docs/source/boards/boards.rst @@ -22,6 +22,8 @@ The ESP32 is divided by family: * Wi-Fi only * ESP32-C * Wi-Fi and BLE 5 +* ESP32-H + * BLE and IEEE 802.15.4 For each family, we have SoC variants with some differentiation. The differences are more about the embedded flash and its size and the number of the cores (dual or single). From 90e9577cc26b30d05c99bd7176ec2cef6839ade5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Barto=C5=A1ka?= <76958047+VojtechBartoska@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:23:13 +0100 Subject: [PATCH 2/6] HW reference link --- docs/source/boards/boards.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/boards/boards.rst b/docs/source/boards/boards.rst index e9c27a9559c..df9d8b77da5 100644 --- a/docs/source/boards/boards.rst +++ b/docs/source/boards/boards.rst @@ -73,6 +73,9 @@ Espressif ESP32-S2-Saola-1 ESP32-C3-DevKitM-1 +.. note:: + Not all the boards are explained in this documnetation page, for more information take a look on [HW reference section](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/index.html) in ESP-IDF Programming Guide. + Third Party ----------- From 18c8f2dabe328eef1e60141458c7931959d8c5da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Barto=C5=A1ka?= <76958047+VojtechBartoska@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:28:18 +0100 Subject: [PATCH 3/6] Formatting fixes --- docs/source/boards/boards.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/boards/boards.rst b/docs/source/boards/boards.rst index df9d8b77da5..b779065dce8 100644 --- a/docs/source/boards/boards.rst +++ b/docs/source/boards/boards.rst @@ -1,4 +1,4 @@ -###### +ation###### Boards ###### @@ -74,7 +74,7 @@ Espressif ESP32-C3-DevKitM-1 .. note:: - Not all the boards are explained in this documnetation page, for more information take a look on [HW reference section](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/index.html) in ESP-IDF Programming Guide. + Just few boards are described in this documentation page, for more information about other Espressif boards please refer to [HW reference section](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/index.html) in ESP-IDF Programming Guide. Third Party ----------- From a810cf749808d934591b83e7ac05a9bf43fd75d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Barto=C5=A1ka?= <76958047+VojtechBartoska@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:29:42 +0100 Subject: [PATCH 4/6] typo --- docs/source/boards/boards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/boards/boards.rst b/docs/source/boards/boards.rst index b779065dce8..d8f4db88eb1 100644 --- a/docs/source/boards/boards.rst +++ b/docs/source/boards/boards.rst @@ -1,4 +1,4 @@ -ation###### +###### Boards ###### From 3d337ca8e103c6f8b9a4d7e12283d2985812fed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Barto=C5=A1ka?= <76958047+VojtechBartoska@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:13:17 +0100 Subject: [PATCH 5/6] Devkits website link --- docs/source/boards/boards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/boards/boards.rst b/docs/source/boards/boards.rst index d8f4db88eb1..87909f1f14c 100644 --- a/docs/source/boards/boards.rst +++ b/docs/source/boards/boards.rst @@ -74,7 +74,7 @@ Espressif ESP32-C3-DevKitM-1 .. note:: - Just few boards are described in this documentation page, for more information about other Espressif boards please refer to [HW reference section](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/index.html) in ESP-IDF Programming Guide. + Only a few development boards are described on this documentation page. For more information about other Espressif development boards please refer to the [Espressif website](https://www.espressif.com/en/products/devkits). Third Party ----------- From d50cac006d07c0a9429f3dbadaab41772b64072b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Barto=C5=A1ka?= <76958047+VojtechBartoska@users.noreply.github.com> Date: Fri, 10 Nov 2023 10:17:40 +0100 Subject: [PATCH 6/6] link fix --- docs/source/boards/boards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/boards/boards.rst b/docs/source/boards/boards.rst index 87909f1f14c..6214fe4ebd1 100644 --- a/docs/source/boards/boards.rst +++ b/docs/source/boards/boards.rst @@ -74,7 +74,7 @@ Espressif ESP32-C3-DevKitM-1 .. note:: - Only a few development boards are described on this documentation page. For more information about other Espressif development boards please refer to the [Espressif website](https://www.espressif.com/en/products/devkits). + Only a few development boards are described on this documentation page. For more information about other Espressif development boards please refer to the `Espressif website `_. Third Party -----------