esp-idf/components/esp_wifi
dongyou 46691df851 wifi, bt: move esp_phy_common_clock_disable into periph_ctrl and put it into IRAM
Replace periph_module_enable/disable by periph_wifi_bt_common_module_enable which are in IRAM.
AddIRAM_ATTR periph_ll_wifi_bt_module_enable_clk_clear_rstandIRAM_ATTR periph_ll_wifi_bt_module_disable_clk_set_rstto fit O0 optimization level.
Delete duplicated spinlock and counter.
2020-08-05 16:30:16 +08:00
..
esp32 esp_wifi: backport some wifi bugs 0323 2020-03-24 15:05:00 +08:00
esp32s2beta esp_wifi: Fix ESP32S2 wifi log not printing 2020-03-24 15:05:05 +08:00
include esp_wifi: Update wifi lib 2020-07-01 11:49:02 +00:00
lib@a17182e903 mesh: remove coexist warnings in ESP_WIFI_MESH 2020-07-03 14:54:20 +08:00
src wifi, bt: move esp_phy_common_clock_disable into periph_ctrl and put it into IRAM 2020-08-05 16:30:16 +08:00
test ut: Move tests back from "esp32" subfolder 2020-01-06 17:13:53 +08:00
test_md5 esp_wifi: check header files MD5 on host 2019-11-27 23:00:11 +08:00
CMakeLists.txt esp_wifi: Move esp32 DPORT access wrappers into esp_wifi component 2020-01-08 18:23:29 +11:00
component.mk esp_wifi: Move wifi OS adapter structures into esp_wifi component 2020-01-08 18:13:12 +11:00
Kconfig esp_wifi: Enable WPA3 & PMF by default 2020-05-04 17:37:56 +05:30
linker.lf esp_wifi: Put some rx code to iram 2019-11-13 11:44:23 +00:00
Makefile.projbuild esp_wifi: fix wrong path of phy_init_data 2019-06-18 11:29:09 +08:00
sdkconfig.rename components/esp_wifi: improve coexistence performance according to specific WiFi/BT/BLE scienario 2020-01-10 16:00:12 +08:00