You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/05/17 12:33:37 UTC

[GitHub] [incubator-nuttx] gustavonihei commented on a diff in pull request #6281: cibuild.sh: Install ESPTOOL V3.0

gustavonihei commented on code in PR #6281:
URL: https://github.com/apache/incubator-nuttx/pull/6281#discussion_r874754724


##########
tools/ci/cibuild.sh:
##########
@@ -224,7 +224,7 @@ function xtensa-esp32-gcc-toolchain {
     esac
   fi
   xtensa-esp32-elf-gcc --version
-  pip3 install esptool
+  pip3 install esptool==3.0

Review Comment:
   ```suggestion
     pip3 install esptool==3.3.1
   ```
   
   Version 3.0 does not provide support for newer chips like **ESP32-C3**  and **ESP32-S3**.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org