Skip to content

Commit 3dc606f

Browse files
committed
esp32c3: hal bump updates
Updates BLE adapter to meet latest sync. Signed-off-by: Sylvio Alves <[email protected]>
1 parent a35ac11 commit 3dc606f

File tree

3 files changed

+717
-418
lines changed

3 files changed

+717
-418
lines changed

zephyr/esp32c3/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ if(CONFIG_SOC_SERIES_ESP32C3)
540540
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c"
541541
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c"
542542
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-ec.c"
543+
"${WPA_SUPPLICANT_COMPONENT_DIR}esp_supplicant/src/crypto/fastpsk.c"
543544
# Add internal RC4 as RC4 has been removed from mbedtls
544545
"${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
545546
)

0 commit comments

Comments
 (0)