esp32c3/wifi: Add support for the Wi-Fi in ESP32-C3

This commit introduces support for both station and softAP modes.
This commit is contained in:
Tiago Medicci Serrano
2024-04-25 13:41:36 -03:00
committed by Xiang Xiao
parent 7ed64e7234
commit c412dadcb9
19 changed files with 7353 additions and 9 deletions
@@ -142,9 +142,9 @@ Peripheral Support
The following list indicates the state of peripherals' support in NuttX:
=========== ======= =====
=========== ======= ====================
Peripheral Support NOTES
=========== ======= =====
=========== ======= ====================
ADC No
AES No
Bluetooth No
@@ -165,8 +165,8 @@ Timers Yes
Touch No
UART Yes
Watchdog Yes
Wifi No
=========== ======= =====
Wifi Yes WPA3-SAE supported
=========== ======= ====================
Secure Boot and Flash Encryption
================================