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 <damien@micropython.org>
This commit is contained in:
Damien George 2023-07-25 12:35:21 +10:00
parent b2adfc8077
commit c9d2c5537b
10 changed files with 10 additions and 24 deletions
ports/esp32/boards
GENERIC
GENERIC_SPIRAM
OLIMEX_ESP32_POE
UM_FEATHERS2
UM_FEATHERS2NEO
UM_FEATHERS3
UM_PROS3
UM_TINYPICO
UM_TINYS2
UM_TINYS3

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

@ -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).

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

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

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

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

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

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

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

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