Dong Heng
|
89177a8365
|
feat(phy): update phy library from 1156.0 to 1059.0
1. add phy configuration parameters calibration
|
2020-04-21 18:01:30 +08:00 |
|
Dong Heng
|
99e81ad572
|
fix(tcpip_adapter): fix local IP changed when Wi-Fi disconnect
|
2020-04-21 16:45:32 +08:00 |
|
Zhang Jun Hao
|
b8c0dc7e50
|
fix(lib): fix return code error when set wrong authmode in softap config
|
2020-04-20 20:59:13 +08:00 |
|
Zhang Jun Hao
|
afc84b13ac
|
fix(lib): fix menleak when station send illegal packet
|
2020-04-15 15:00:20 +08:00 |
|
Zhang Jun Hao
|
21f5b0ebc5
|
feat(lib): do not drop beacon without basic rate
|
2020-04-15 14:20:38 +08:00 |
|
Zhang Jun Hao
|
25e39348a2
|
feat(lib): update library
|
2020-04-15 14:10:31 +08:00 |
|
Zhang Jun Hao
|
ee4224ab66
|
feat(pm): refactor power management according to IDF
|
2020-04-15 11:48:34 +08:00 |
|
huchaoru
|
c81bfb9ed8
|
test: add wifi block scan unit test
|
2020-04-03 14:35:37 +08:00 |
|
yuanjm
|
cf256a2b16
|
fix(tls): wolfSSL_set_tlsext_host_name function not support in wolfssl lib in ESP8266, so use macro HAVE_SNI to disable it.
|
2020-03-31 11:48:31 +08:00 |
|
Dong Heng
|
4af60b516a
|
Merge branch 'feature/update_tls_form_idf' into 'master'
feat(tls): update esp-tls and tcp_transport from idf
See merge request sdk/ESP8266_RTOS_SDK!1346
|
2020-03-30 19:57:18 +08:00 |
|
Dong Heng
|
eedce7632b
|
Merge branch 'bugfix/fix_send_error_regard_as_ok' into 'master'
fix(lwip): The machine of inserting sent fail packet to list is lose by update...
See merge request sdk/ESP8266_RTOS_SDK!1345
|
2020-03-27 19:28:12 +08:00 |
|
yuanjm
|
0cd33eaea1
|
feat(tls): update esp-tls and tcp_transport from idf
Commit ID:88bf21b2
|
2020-03-27 14:46:18 +08:00 |
|
donghengqaz
|
3d19ecebd1
|
feat(app_update): add app description data and its functions
|
2020-03-25 14:01:26 +08:00 |
|
Dong Heng
|
5a91acd79a
|
Merge branch 'feature/update_phy_library' into 'master'
feat(phy): update phy library from 1155.0 to 1156.0
See merge request sdk/ESP8266_RTOS_SDK!1341
|
2020-03-24 19:15:42 +08:00 |
|
Dong Heng
|
a4dbca40f5
|
feat(phy): update phy library from 1155.0 to 1156.0
1. fix bug in calibration
2. reduce RAM cost
3. reduce current when RF is closed
|
2020-03-24 15:11:26 +08:00 |
|
yuanjm
|
128ba0e39e
|
fix(lwip): The machine of inserting sent fail packet to list is lose by update the new lwip. So if the wlan port level send packet fail, it will report to upper layer no mem
|
2020-03-23 14:43:25 +08:00 |
|
Dong Heng
|
b0e5afe324
|
Merge branch 'bugfix/uart_cannot_write_completely' into 'master'
fix: fix uart write data incomplete
See merge request sdk/ESP8266_RTOS_SDK!1276
|
2020-03-18 19:02:39 +08:00 |
|
Dong Heng
|
2b035e88b6
|
fix(freertos): fix watch point overflow
|
2020-03-16 18:50:27 +08:00 |
|
Dong Heng
|
e75c117880
|
fix(lib): fix sleep error when period cal called
|
2020-03-16 11:27:57 +08:00 |
|
Dong Heng
|
f36c1059f2
|
Merge branch 'bugfix/do_not_connect_to_ap_when_set_country_called' into 'master'
fix(lib): do not connect to ap when set country called
See merge request sdk/ESP8266_RTOS_SDK!1265
|
2020-03-16 11:19:38 +08:00 |
|
Dong Heng
|
3ed6d0352b
|
fix(lib): do not connect to ap when set country called
|
2020-03-16 11:01:46 +08:00 |
|
Dong Heng
|
99de07db83
|
feat(freertos): add thread local private "errno"
|
2020-03-13 10:24:54 +08:00 |
|
yuanjm
|
9cf39c5f35
|
feat(lwip): Delete socket_mt and update lwip sys_arch from idf
Commit ID: 463a9d8b
|
2020-03-11 11:05:18 +08:00 |
|
Dong Heng
|
6aafbdcc1c
|
fix(esp8266): fix NMI call function in flash
|
2020-03-09 10:44:56 +08:00 |
|
Dong Heng
|
bb1e2b1ac1
|
feat(esp8266): refactor function "os_update_cpu_frequency"
|
2020-03-05 09:37:48 +08:00 |
|
Dong Heng
|
3f9eccddf6
|
Merge branch 'feature/support_spi_flash_8MB_region' into 'master'
feat(esp8266): support link firmware to all regions of 8MB flash
See merge request sdk/ESP8266_RTOS_SDK!1325
|
2020-03-03 13:46:33 +08:00 |
|
Zhang Jun Hao
|
351a99545c
|
fix(wifi): fix writting error
|
2020-03-02 17:37:49 +08:00 |
|
yuanjm
|
514bca61f4
|
feat(mbedtls): remove util algorithm and add them to esp8266 rom and mbedtls
|
2020-03-02 15:36:50 +08:00 |
|
Dong Heng
|
0104d2a718
|
feat(esp_common): enable watch dog panic function
|
2020-03-02 14:16:52 +08:00 |
|
Dong Heng
|
6a22a95d72
|
feat(esp8266): support link firmware to all regions of 8MB flash
|
2020-03-02 11:09:51 +08:00 |
|
yuanjm
|
578df47a23
|
feat(mdns): Modify mdns component and example for RTOS
|
2020-02-27 18:51:46 +08:00 |
|
Dong Heng
|
3690eab433
|
feat(fatfs): modify FATFS for ESP8266
|
2020-02-27 18:01:53 +08:00 |
|
Dong Heng
|
3bbadfa6de
|
feat(fatfs): add FATFS from esp-idf
Commit ID: 3b16089c
|
2020-02-27 16:16:22 +08:00 |
|
yuanjm
|
1cf9c9c33a
|
feat(mdns): Bring mdns component and example from idf
Commit ID: 463a9d8b
|
2020-02-27 15:37:11 +08:00 |
|
Dong Heng
|
5ddea6d655
|
feat(vfs): modify vfs for ESP8266
|
2020-02-27 14:10:14 +08:00 |
|
Dong Heng
|
230963030d
|
feat(vfs): update vfs from esp-idf
Commit ID: 3b16089c
|
2020-02-27 11:51:55 +08:00 |
|
Dong Heng
|
c4f549dbc1
|
Merge branch 'feature/add_wear_levelling' into 'master'
feat(wear_levelling): add wear_levelling component
See merge request sdk/ESP8266_RTOS_SDK!1313
|
2020-02-27 11:25:32 +08:00 |
|
Dong Heng
|
b0c6462550
|
Merge branch 'feature/refactor_ets_timer' into 'master'
feat(esp8266): refactor ets timer process
See merge request sdk/ESP8266_RTOS_SDK!1312
|
2020-02-26 19:05:23 +08:00 |
|
yuanjm
|
2618bf6f1f
|
feat(ipv6): Enable ipv6 autoconfig function in lwip port level
|
2020-02-26 15:10:21 +08:00 |
|
Dong Heng
|
7375f9ff58
|
feat(wear_levelling): modify wear_levelling for ESP8266
|
2020-02-26 14:33:58 +08:00 |
|
Dong Heng
|
4bf6cae8b3
|
feat(wear_levelling): add wear_levelling from esp-idf
Commit ID: 9c8c6b5c
|
2020-02-26 14:08:08 +08:00 |
|
Dong Heng
|
adef736657
|
Merge branch 'feature/speed_up_bignum_calculation' into 'master'
feat(mbedtls): speed up bignum calculation
See merge request sdk/ESP8266_RTOS_SDK!1311
|
2020-02-26 11:12:20 +08:00 |
|
dongheng
|
0003ef6572
|
feat(esp8266): refactor ets timer process
|
2020-02-26 11:11:10 +08:00 |
|
dongheng
|
201f2e6096
|
feat(mbedtls): speed up bignum calculation
|
2020-02-26 10:58:52 +08:00 |
|
Dong Heng
|
318b09256a
|
Merge branch 'feature/update_lwip_component_from_idf' into 'master'
Feature/update lcomponent from idf
See merge request sdk/ESP8266_RTOS_SDK!1227
|
2020-02-26 10:28:38 +08:00 |
|
yuanjm
|
b89d8a7ab2
|
feat(lwip): update lwip component from idf
|
2020-02-25 19:28:56 +08:00 |
|
yuanjm
|
b2ca002f47
|
feat(lwip): Bring lwip sub from esp-idf
Commit ID: 785cc699
|
2020-02-25 19:27:50 +08:00 |
|
dongheng
|
975d181546
|
fix(mbedtls): fix mbedtls unit test compiling error
|
2020-02-25 14:32:20 +08:00 |
|
dongheng
|
77aa687eeb
|
fix(esp8266): fix deep sleep fail
|
2020-02-25 11:48:04 +08:00 |
|
Dong Heng
|
9839d41a5d
|
Merge branch 'bugfix/uart_interrupt_occupy' into 'master'
bugfix(uart_interrupt_occupy):disable intr that you are not using
See merge request sdk/ESP8266_RTOS_SDK!1277
|
2020-02-25 11:08:25 +08:00 |
|