From 0b891067a3132c990df370825ee6ba59ed117ed2 Mon Sep 17 00:00:00 2001 From: mikee47 Date: Mon, 25 Nov 2024 12:30:11 +0000 Subject: [PATCH] Update docs --- Sming/Arch/Esp32/README.rst | 34 ++++++++++++++++++++++++++++--- docs/source/upgrading/5.2-6.0.rst | 12 +++++++++++ 2 files changed, 43 insertions(+), 3 deletions(-) create mode 100644 docs/source/upgrading/5.2-6.0.rst diff --git a/Sming/Arch/Esp32/README.rst b/Sming/Arch/Esp32/README.rst index f2c60083c6..4c4e21242e 100644 --- a/Sming/Arch/Esp32/README.rst +++ b/Sming/Arch/Esp32/README.rst @@ -117,12 +117,11 @@ IDF versions ------------ Sming currently supports IDF versions 5.2. This is installed by default. -Older versions 4.3, 4.4 and 5.0 are no longer officially supported. If you use one of the old versions, please, consider upgrading to 5.2. - +Older versions 4.3, 4.4 and 5.0 are no longer supported. A different version can be installed if necessary:: - INSTALL_IDF_VER=4.4 $SMING_HOME/../Tools/install.sh esp32 + INSTALL_IDF_VER=5.3 $SMING_HOME/../Tools/install.sh esp32 The installation script creates a soft-link in ``/opt/esp-idf`` pointing to the last version installed. Use the `IDF_PATH` environment variable or change the soft-link to select which one to use. @@ -136,6 +135,35 @@ See `ESP-IDF Versions