Skip to content

Commit 1f5e692

Browse files
authored
Merge pull request micropython#8686 from tannewt/idf5.1.2
Update to ESP IDF v5.1.2
2 parents d870e51 + 681c831 commit 1f5e692

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
[submodule "ports/espressif/esp-idf"]
144144
path = ports/espressif/esp-idf
145145
url = https://github.com/adafruit/esp-idf.git
146-
branch = circuitpython-v5.1
146+
branch = circuitpython-v5.1.2
147147
[submodule "ports/espressif/esp-protocols"]
148148
path = ports/espressif/esp-protocols
149149
url = https://github.com/espressif/esp-protocols.git

ports/espressif/esp-idf

Submodule esp-idf updated 470 files

ports/espressif/esp-idf-config/sdkconfig.defaults

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
3737

3838
#
3939
# Wi-Fi
40-
40+
#
4141
# CONFIG_ESP_WIFI_NVS_ENABLED is not set
4242
# end of Wi-Fi
4343

@@ -99,6 +99,7 @@ CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
9999
# CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED is not set
100100
# CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED is not set
101101
# CONFIG_MBEDTLS_ECP_NIST_OPTIM is not set
102+
# CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM is not set
102103
# end of mbedTLS
103104

104105
#

0 commit comments

Comments
 (0)