Skip to content

Commit 3d60232

Browse files
Deomid Ryabkovcesantabot
authored andcommitted
ESP32: Update ESP-IDF to fb7ba1baa068a2267ef54b7105cf3c8a004fe4eb
CL: ESP32: Update ESP-IDF to espressif/esp-idf@fb7ba1b PUBLISHED_FROM=4efeebfcc73d865a74dbebbd63a7126f4708c921
1 parent d04d18b commit 3d60232

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

fw/platforms/esp32/Makefile.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ COMPONENT_DIRS = $(COMMON_PATH) \
157157
/opt
158158
# Explicitly specify SDK components to build.
159159
SDK_COMPONENTS = app_trace app_update bootloader bootloader_support cxx driver \
160-
esp_adc_cal esp32 esp_ringbuf esptool_py ethernet expat freertos heap \
160+
esp_adc_cal esp_event esp32 esp_ringbuf esptool_py ethernet expat freertos heap \
161161
log lwip micro-ecc newlib nvs_flash partition_table pthread soc \
162162
spi_flash smartconfig_ack tcpip_adapter vfs wpa_supplicant xtensa-debug-module
163163

fw/platforms/esp32/sdk.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docker.io/mgos/esp32-build:3.1-r3
1+
docker.io/mgos/esp32-build:3.1-r4

fw/tools/docker/esp32/Dockerfile-esp32-build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN cd /tmp && \
1515
rm -rf /tmp/fsync-stub
1616

1717
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -q \
18+
python-cryptography python3-cryptography \
1819
python-future python3-future \
1920
python-pkg-resources python3-pkg-resources \
2021
python-setuptools python3-setuptools \

0 commit comments

Comments
 (0)