CI: Fix idf_tools.py tests with the updated openocd version

This commit is contained in:
Roland Dobai 2021-09-06 15:52:48 +02:00 committed by Alexey Gerenkov
parent 9177682a7e
commit d121672808

View File

@ -56,7 +56,7 @@ XTENSA_ESP32S3_ELF = 'xtensa-esp32s3-elf'
ESP32ULP_VERSION = '2.28.51-esp-20191205'
ESP32S2ULP_VERSION = '2.28.51-esp-20191205'
OPENOCD_VERSION = 'v0.10.0-esp32-20210401'
OPENOCD_VERSION = 'v0.10.0-esp32-20210902'
RISC_VERSION = 'esp-2021r1-8.4.0'
XTENSA_ESP32_ELF_VERSION = 'esp-2021r1-8.4.0'
XTENSA_ESP32S2_ELF_VERSION = 'esp-2021r1-8.4.0'