From c9d2c5537b0f911b494fc877e2006022a65c2973 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 25 Jul 2023 12:35:21 +1000 Subject: [PATCH] esp32/boards: Remove references to the IDF version in board.md files. Listing the IDF version number in the board description is not as important as it once was, when the IDF was still undergoing a lot of changes. Now, all builds use IDF 5.x and it's possible to query the exact version with platform.platform(). Signed-off-by: Damien George --- ports/esp32/boards/GENERIC/board.md | 4 +--- ports/esp32/boards/GENERIC_SPIRAM/board.md | 4 +--- ports/esp32/boards/OLIMEX_ESP32_POE/board.md | 4 +--- ports/esp32/boards/UM_FEATHERS2/board.md | 3 +-- ports/esp32/boards/UM_FEATHERS2NEO/board.md | 3 +-- ports/esp32/boards/UM_FEATHERS3/board.md | 3 +-- ports/esp32/boards/UM_PROS3/board.md | 3 +-- ports/esp32/boards/UM_TINYPICO/board.md | 4 +--- ports/esp32/boards/UM_TINYS2/board.md | 3 +-- ports/esp32/boards/UM_TINYS3/board.md | 3 +-- 10 files changed, 10 insertions(+), 24 deletions(-) diff --git a/ports/esp32/boards/GENERIC/board.md b/ports/esp32/boards/GENERIC/board.md index 576ea80450..efb2b2cab7 100644 --- a/ports/esp32/boards/GENERIC/board.md +++ b/ports/esp32/boards/GENERIC/board.md @@ -1,3 +1 @@ -The following files are daily firmware for ESP32-based boards without external SPIRAM. - -This firmware is compiled using ESP-IDF v4.x. Some older releases are also provided that are compiled with ESP-IDF v3.x. +The following files are firmware for ESP32-based boards without external SPIRAM. diff --git a/ports/esp32/boards/GENERIC_SPIRAM/board.md b/ports/esp32/boards/GENERIC_SPIRAM/board.md index 3b02b902cd..c638f63dd3 100644 --- a/ports/esp32/boards/GENERIC_SPIRAM/board.md +++ b/ports/esp32/boards/GENERIC_SPIRAM/board.md @@ -1,3 +1 @@ -The following files are daily firmware for ESP32-based boards with external SPIRAM (also known as PSRAM). - -This firmware is compiled using ESP-IDF v4.x. Some older releases are also provided that are compiled with ESP-IDF v3.x. +The following files are firmware for ESP32-based boards with external SPIRAM (also known as PSRAM). diff --git a/ports/esp32/boards/OLIMEX_ESP32_POE/board.md b/ports/esp32/boards/OLIMEX_ESP32_POE/board.md index 1e2dbb744a..f077deda95 100644 --- a/ports/esp32/boards/OLIMEX_ESP32_POE/board.md +++ b/ports/esp32/boards/OLIMEX_ESP32_POE/board.md @@ -1,4 +1,2 @@ -The following files are daily firmware for Olimex ESP32 boards with Ethernet. +The following files are firmware for Olimex ESP32 boards with Ethernet. They match the boards ESP32 ETH-PoE, ESP32 ETH-PoE-ISO and ESP32 Gateway. - -This firmware is compiled using ESP-IDF v4.x. diff --git a/ports/esp32/boards/UM_FEATHERS2/board.md b/ports/esp32/boards/UM_FEATHERS2/board.md index e04a8936c8..86ca33382d 100644 --- a/ports/esp32/boards/UM_FEATHERS2/board.md +++ b/ports/esp32/boards/UM_FEATHERS2/board.md @@ -1,2 +1 @@ -The following files are daily firmware for the FeatherS2. This firmware is -compiled using ESP-IDF v4.3 or later. +The following files are firmware for the FeatherS2. diff --git a/ports/esp32/boards/UM_FEATHERS2NEO/board.md b/ports/esp32/boards/UM_FEATHERS2NEO/board.md index 60ee024a12..26012d0bae 100644 --- a/ports/esp32/boards/UM_FEATHERS2NEO/board.md +++ b/ports/esp32/boards/UM_FEATHERS2NEO/board.md @@ -1,2 +1 @@ -The following files are daily firmware for the FeatherS2 Neo. This firmware is -compiled using ESP-IDF v4.3 or later. +The following files are firmware for the FeatherS2 Neo. diff --git a/ports/esp32/boards/UM_FEATHERS3/board.md b/ports/esp32/boards/UM_FEATHERS3/board.md index ca9c36ad33..bed179041c 100644 --- a/ports/esp32/boards/UM_FEATHERS3/board.md +++ b/ports/esp32/boards/UM_FEATHERS3/board.md @@ -1,2 +1 @@ -The following files are daily firmware for the FeatherS3. This firmware is -compiled using ESP-IDF v4.4 or later. +The following files are firmware for the FeatherS3. diff --git a/ports/esp32/boards/UM_PROS3/board.md b/ports/esp32/boards/UM_PROS3/board.md index 4d1c435a07..406abf74e3 100644 --- a/ports/esp32/boards/UM_PROS3/board.md +++ b/ports/esp32/boards/UM_PROS3/board.md @@ -1,2 +1 @@ -The following files are daily firmware for the ProS3. This firmware is -compiled using ESP-IDF v4.4 or later. +The following files are firmware for the ProS3. diff --git a/ports/esp32/boards/UM_TINYPICO/board.md b/ports/esp32/boards/UM_TINYPICO/board.md index d0b1266d2e..0fb41c76e5 100644 --- a/ports/esp32/boards/UM_TINYPICO/board.md +++ b/ports/esp32/boards/UM_TINYPICO/board.md @@ -1,3 +1 @@ -The following files are daily firmware for the TinyPICO. This firmware is compiled -using ESP-IDF v4.2 or later. Some older releases are also provided that are -compiled with ESP-IDF v3.x. +The following files are firmware for the TinyPICO. diff --git a/ports/esp32/boards/UM_TINYS2/board.md b/ports/esp32/boards/UM_TINYS2/board.md index 9a61374edf..739453da82 100644 --- a/ports/esp32/boards/UM_TINYS2/board.md +++ b/ports/esp32/boards/UM_TINYS2/board.md @@ -1,2 +1 @@ -The following files are daily firmware for the TinyS2. This firmware is compiled -using ESP-IDF v4.3 or later. +The following files are firmware for the TinyS2. diff --git a/ports/esp32/boards/UM_TINYS3/board.md b/ports/esp32/boards/UM_TINYS3/board.md index da06e191f2..5b4b5d8f12 100644 --- a/ports/esp32/boards/UM_TINYS3/board.md +++ b/ports/esp32/boards/UM_TINYS3/board.md @@ -1,2 +1 @@ -The following files are daily firmware for the TinyS3. This firmware is -compiled using ESP-IDF v4.4 or later. +The following files are firmware for the TinyS3.