OVMS3-idf/components/esp_wifi
Tian Hao bcce4e3052 fix bug that phy_enter_critical cannot effect on dual-core
Sometimes, libphy.a call phy_enter_critical() to protect accessing
critical sections, such like operating on I2C, but it may not effect
when both the CPU core call it. It may cause accessing I2C blocking
and cannot recover by esp_restart(), until do HW reboot.
2019-12-02 14:56:18 +08:00
..
esp32/include run WiFi on ESP32SBETA 2019-06-28 11:34:49 +08:00
esp32s2beta/include run WiFi on ESP32SBETA 2019-06-28 11:34:49 +08:00
include wpa_supplicant: Support WPA3 4-way handshake, add config option 2019-11-26 10:59:55 +05:30
lib@a374dbe1a8 esp_wifi: update to include MD5 symbols 2019-11-27 23:08:57 +08:00
src fix bug that phy_enter_critical cannot effect on dual-core 2019-12-02 14:56:18 +08:00
test esp_wifi: remove MD5 related unit tests 2019-11-27 23:00:11 +08:00
test_md5 esp_wifi: check header files MD5 on host 2019-11-27 23:00:11 +08:00
CMakeLists.txt esp_netif: extract wifi_netif module as an abstraction to wifi universal interface defined by if handle and callback 2019-11-13 12:36:25 +01:00
component.mk esp_wifi: merge esp32s2beta WiFi library to master branch 2019-10-29 19:41:33 +08:00
Kconfig wpa_supplicant: Support WPA3 4-way handshake, add config option 2019-11-26 10:59:55 +05:30
linker.lf esp_wifi: Put some rx code to iram 2019-11-13 11:44:23 +00:00
Makefile.projbuild run WiFi on ESP32SBETA 2019-06-28 11:34:49 +08:00
sdkconfig.rename Rename Kconfig options (components/esp_wifi) 2019-05-21 09:09:01 +02:00