OVMS3-idf/components/idf_test
liu zhifu a0d61eca20 esp32: backport some WiFi fixes to v3.3
Backport following Wifi fixes:

1. Optimize WiFi sleep in WiFi/BT coexist mode
   I> If any data TX/RX in WiFi slice, force wakeup next TBTT
   II> Increase active timeout to coex TBTT to avoid sleep in WiFi slice

2. Fix esp_wifi_stop() crash
   esp_wifi_stop() crashes if it's called when WiFi is not initialized.

3. Fix WiFi log print level

4. Return fails if AP's configuring AP channel is out of range

5. esp_wifi_sta_get_ap_info() returns actual values of group ciphers
2020-04-02 10:27:11 +08:00
..
include esp32: Chunk input blocks for esp_sha() function performance, add perf test 2019-03-15 17:34:06 +11:00
integration_test esp32: backport some WiFi fixes to v3.3 2020-04-02 10:27:11 +08:00
CMakeLists.txt cmake: Add component dependency support 2018-04-30 09:59:20 +10:00
component.mk remove executable permission from source files 2018-05-29 20:07:45 +08:00
README.md CI: remove readme content: 2017-05-08 11:44:45 +08:00

Note: The test cases in this folder are for Espressif internal use.

Goto internal project wiki Testing page for detail about this folder.