From 86a73de9b38006b1a5e05e4913b74c9ec5066aeb Mon Sep 17 00:00:00 2001 From: KonstantinKondrashov Date: Thu, 7 May 2020 16:32:50 +0800 Subject: [PATCH] esp-idf: Update esptool and add reedsolo and bitstring into requirements.txt They are necessary for espefuse.py from esptool v3.0. --- components/esptool_py/esptool | 2 +- requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/components/esptool_py/esptool b/components/esptool_py/esptool index 91bdc71841..988b9a2441 160000 --- a/components/esptool_py/esptool +++ b/components/esptool_py/esptool @@ -1 +1 @@ -Subproject commit 91bdc71841d1b4e561e8e896405b58db86d5fd72 +Subproject commit 988b9a24414bba694ae9994728865148ee95848a diff --git a/requirements.txt b/requirements.txt index 9fe5705cc2..6a19513adc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,6 +14,8 @@ pyelftools>=0.22 gdbgui>=0.13.2.0 pygdbmi<=0.9.0.2 # The pygdbmi required max version 0.9.0.2 since 0.9.0.3 is not copatible with latest gdbgui (>=0.13.2.0) +reedsolo==1.5.3 +bitstring>=3.1.6 # windows-curses are required in Windows command line but cannot be installed in MSYS2. A requirement like # "windows-curses; sys_platform == 'win32'" would want to install the package on both of them. There is no environment