1526 Commits

Author SHA1 Message Date
abd829dd1e feat(wpa_supplicant): sync SHA1Final with idf and keep 8266 code 2020-08-04 14:09:55 +08:00
38f284e981 feat(wpa_supplicant): add fast crypto files and revert CONFIG_SHA to fix CMake building errors 2020-08-04 14:09:55 +08:00
031d49a2bb feat(wpa_supplicant): revert eap struct to stay the same with lib 2020-08-04 14:09:55 +08:00
be2e935c55 feat(wpa_supplicant): revert wps struct to stay the same with lib 2020-08-04 14:09:55 +08:00
88d32a8aaf feat(wpa_supplicant): sync makefile with idf 2020-08-04 14:09:55 +08:00
d5f01ec4be feat(esp8266): support wpa_supplicant sync with idf 2020-07-28 18:39:31 +08:00
744f2cfec8 feat(esp_common): update esp_wps.h path and add esp_compiler.h for wpa_supplciant sync with idf 2020-07-28 18:39:30 +08:00
6526cec950 feat(wpa_supplicant): fix fast_crypto building errors 2020-07-28 18:39:30 +08:00
272c958bac feat(wpa_supplicant): move CONFIG_LTM_FAST from libtommath.h to os.h 2020-07-28 18:39:30 +08:00
d78a7448f1 feat(wpa_supplicant): sync include and port files with idf@664bf793 2020-07-28 18:39:30 +08:00
520f33cbcc feat(wpa_supplicant): add USE_MBEDTLS_CRYPTO and remove CONFIG_ESP_SHA to sync with idf 2020-07-28 18:39:30 +08:00
47c2b00431 feat(wpa_supplicant): remove CONFIG_ESP_MD5 to sync md5 internal file with idf 2020-07-28 18:39:29 +08:00
a1eb4b49fd feat(wpa_supplicant): remove CONFIG_ESP_AES to sync aes internal files with idf but will increase 3k flash size 2020-07-28 18:39:29 +08:00
53e84e8a06 feat(wpa_supplicant): add USE_MBEDTLS_CRYPTO to sync with idf 2020-07-28 18:39:29 +08:00
4ecb687057 feat(wpa_supplicant): sync src code with idf@664bf793
feat(wpa_supplicant): sync rsn_supp
2020-07-28 18:39:29 +08:00
1a02519926 feat(wpa_supplicant): add TARGET_ESPxxx to fix building error 2020-07-28 18:39:29 +08:00
3e62dcdc86 feat(wpa_supplicant): add more files from idf master@664bf793 2020-07-28 18:38:25 +08:00
c048aa1afb feat(wpa_supplicant): move esp_wpa2.h and eap_wps.h from esp8266/include to wpa_supplicant/include/esp_supplicant 2020-07-28 18:31:09 +08:00
e5163627e6 feat(wpa_supplicant): sync file structure with esp-idf 2020-07-28 18:31:09 +08:00
ad7fd5424f Merge branch 'feature/add_fatfs' into 'master'
feat(fatfs): add FATFS for ESP8266

See merge request sdk/ESP8266_RTOS_SDK!1319
2020-07-23 11:34:07 +08:00
d20cf8fc05 Merge branch 'feature/update_vfs_for_fatfs' into 'master'
feat(vfs): update vfs for ESP8266

See merge request sdk/ESP8266_RTOS_SDK!1317
2020-07-23 11:33:15 +08:00
02c5155def Merge branch 'feature/set_default_snd_buf_to_2880' into 'master'
feat(lw-ip): set default tcp send buffer to 2880 and default receive buffer to 5760

See merge request sdk/ESP8266_RTOS_SDK!1480
2020-07-20 20:24:38 +08:00
3e96bff703 Merge branch 'feature/refactor_wifi_power_management' into 'master'
feat(wifi): refactor wifi power management

See merge request sdk/ESP8266_RTOS_SDK!1434
2020-07-20 19:38:03 +08:00
9faaaf2fd8 feat(lw-ip): set default tcp send buffer to 2880 and default receive buffer to 5760 2020-07-20 19:18:40 +08:00
2fd6ea138c Merge branch 'feature/update_lwip_component' into 'master'
feat(lw-ip): update lw-ip component according to IDF

See merge request sdk/ESP8266_RTOS_SDK!1479
2020-07-20 11:47:03 +08:00
f7e1bb83fb Merge branch 'feature/modify_task_stack_size_dynamically' into 'master'
freertos: add feature to modify task stack deepth dynamically

See merge request sdk/ESP8266_RTOS_SDK!1257
2020-07-17 18:36:40 +08:00
5f61afc090 feat(freertos): add feature to modify task stack deepth dynamically 2020-07-17 16:58:47 +08:00
ef2c714c06 feat(lwip): update lwip component according to IDF
commit ID: 79a5b0b5
2020-07-17 09:59:18 +08:00
e73c871b9f feat(lib): update lib
refactor wifi power management
    set min data tx rate to 5.5Mbps
    set max retry count to 32
    fix some bugs of espnow
    optimize dhcp
2020-07-16 15:54:57 +08:00
0493b354a7 feat(esp8266): do not transform hardware pkt to app layer 2020-07-15 10:43:07 +08:00
da40871dcb feat(esp8266): set default freq to 160MHz 2020-07-15 10:41:17 +08:00
fe02028ee1 fix(wpa3): fix memleak 2020-07-14 11:46:15 +08:00
068901a8a7 feat(esp8266): init uart before phy init 2020-07-14 11:46:15 +08:00
98df026b68 feat(wifi): refactor wifi power management 2020-07-14 11:46:15 +08:00
da3362ecab Merge branch 'bugfix/drop_beacon_when_authmode_changed' into 'master'
fix(lib): drop beacon when authmode changed

See merge request sdk/ESP8266_RTOS_SDK!1463
2020-07-08 15:51:29 +08:00
0ad7af2600 Merge branch 'bugfix/fix_nmi_reenter_when_multi_enable_mac_interrupt' into 'master'
fix(xtensa): Fix NMI reenter when multi enable MAC interrupt

See merge request sdk/ESP8266_RTOS_SDK!1468
2020-07-08 15:21:18 +08:00
a3be9fd9aa fix(xtensa): Fix NMI reenter when multi enable MAC interrupt 2020-07-08 14:38:15 +08:00
65a1809ee8 fix(lib): drop beacon when authmode changed 2020-07-08 11:05:01 +08:00
7adc7a6424 Merge branch 'bugfix/fix_crash_when_esp_restart_called' into 'master'
fix(lib): fix crash when esp_restart called

See merge request sdk/ESP8266_RTOS_SDK!1446
2020-07-07 11:55:32 +08:00
513d9722c7 Merge branch 'bugfix/do_not_refuse_iphone_when_iphone_reconnect_to_softap' into 'master'
fix(lib): do not refuse iphone when iphone reconnect to softap

See merge request sdk/ESP8266_RTOS_SDK!1441
2020-07-07 11:54:48 +08:00
ae5b1b3b86 feat(phy): update phy library from 1159.0 to 1163.0
1. optimize TX EVM
2. optimize clock setting in wake-up
2020-06-30 16:05:38 +08:00
f69fa6bb29 fix(lib): fix crash when esp_restart called 2020-06-28 17:12:12 +08:00
d092b3e47f fix(lib): do not refuse iphone when iphone reconnect to softap 2020-06-24 16:19:00 +08:00
1f5bed1c5e Merge branch 'bugfix/remove_i2s_bbpll_clk_enable' into 'master'
bugfix(i2s): remove_i2s_bbpll_clk_enable

See merge request sdk/ESP8266_RTOS_SDK!1389
2020-06-16 14:13:22 +08:00
4d67b793f2 Merge branch 'bugfix/ledc_pwm_error' into 'master'
bugfix(ledc):fix pwm duty setting error

See merge request sdk/ESP8266_RTOS_SDK!1394
2020-06-16 13:05:25 +08:00
55ba503983 fix(lib): fix connect timeout error 2020-06-08 11:09:10 +08:00
d1fc18d31d bugfix(ledc):fix pwm duty setting error 2020-06-04 15:49:40 +08:00
cff625175d feat(bootloader): add option to disable JTAG I/O when boot 2020-06-04 11:23:43 +08:00
02b5122811 fix(lib): fix anti-clogging test error 2020-06-01 14:03:18 +08:00
7894080513 fix(lib): fix PMF function not set by default 2020-05-29 13:58:22 +08:00