Skip to content

Commit 544117b

Browse files
committed
esp32s3: hal bump updates
Updates BLE adapter to meet latest sync. Signed-off-by: Sylvio Alves <[email protected]>
1 parent d0d8139 commit 544117b

File tree

3 files changed

+656
-355
lines changed

3 files changed

+656
-355
lines changed

zephyr/esp32s3/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,7 @@ if(CONFIG_SOC_SERIES_ESP32S3)
575575
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-bignum.c"
576576
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-rsa.c"
577577
"${WPA_SUPPLICANT_COMPONENT_DIR}/esp_supplicant/src/crypto/crypto_mbedtls-ec.c"
578+
"${WPA_SUPPLICANT_COMPONENT_DIR}esp_supplicant/src/crypto/fastpsk.c"
578579
# Add internal RC4 as RC4 has been removed from mbedtls
579580
"${WPA_SUPPLICANT_COMPONENT_DIR}/src/crypto/rc4.c"
580581
)

0 commit comments

Comments
 (0)