mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 14:27:37 +08:00
Upgrades esptool from v4.8.dev4 to v5.2.0, enabling support for newer chips. Also adds 'upgrade pip' to allow this upgrade. Signed-off-by: Filipe Cavalcanti <filipe.cavalcanti@espressif.com>
This commit is contained in:
committed by
Xiang Xiao
parent
da74bb3088
commit
46d2b59666
@@ -396,6 +396,7 @@ ENV PIP_NO_CACHE_DIR=0
|
|||||||
# We are using the minimal python installation from the system so include
|
# We are using the minimal python installation from the system so include
|
||||||
# setuptools and also wheel so we can use the binary releases of packages
|
# setuptools and also wheel so we can use the binary releases of packages
|
||||||
# instead of requiring them to be compiled.
|
# instead of requiring them to be compiled.
|
||||||
|
RUN pip3 install --upgrade pip
|
||||||
RUN pip3 install setuptools
|
RUN pip3 install setuptools
|
||||||
RUN pip3 install wheel
|
RUN pip3 install wheel
|
||||||
RUN pip3 install cmake-format
|
RUN pip3 install cmake-format
|
||||||
@@ -406,7 +407,7 @@ RUN pip3 install cvt2utf
|
|||||||
# Install pytest
|
# Install pytest
|
||||||
RUN pip3 install cxxfilt
|
RUN pip3 install cxxfilt
|
||||||
RUN pip3 install construct
|
RUN pip3 install construct
|
||||||
RUN pip3 install esptool==4.8.dev4
|
RUN pip3 install esptool==5.2.0
|
||||||
RUN pip3 install imgtool
|
RUN pip3 install imgtool
|
||||||
RUN pip3 install kconfiglib
|
RUN pip3 install kconfiglib
|
||||||
RUN pip3 install pexpect==4.8.0
|
RUN pip3 install pexpect==4.8.0
|
||||||
|
|||||||
Reference in New Issue
Block a user