File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 143
143
[submodule "ports/espressif/esp-idf "]
144
144
path = ports/espressif/esp-idf
145
145
url = https://github.com/adafruit/esp-idf.git
146
- branch = circuitpython-v5.1
146
+ branch = circuitpython-v5.1.2
147
147
[submodule "ports/espressif/esp-protocols "]
148
148
path = ports/espressif/esp-protocols
149
149
url = https://github.com/espressif/esp-protocols.git
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=16384
37
37
38
38
#
39
39
# Wi-Fi
40
-
40
+ #
41
41
# CONFIG_ESP_WIFI_NVS_ENABLED is not set
42
42
# end of Wi-Fi
43
43
@@ -99,6 +99,7 @@ CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
99
99
# CONFIG_MBEDTLS_ECP_DP_BP384R1_ENABLED is not set
100
100
# CONFIG_MBEDTLS_ECP_DP_BP512R1_ENABLED is not set
101
101
# CONFIG_MBEDTLS_ECP_NIST_OPTIM is not set
102
+ # CONFIG_MBEDTLS_ECP_FIXED_POINT_OPTIM is not set
102
103
# end of mbedTLS
103
104
104
105
#
You can’t perform that action at this time.
0 commit comments