|
843d1486b9
|
fix(pp): fix receive data frame error in sniffer mode
|
2019-11-26 16:56:28 +08:00 |
|
|
50851f6c87
|
Merge branch 'feature/add_wpa2_enterprise' into 'master'
feat(wpa2_ent): add wpa2 enterprise
See merge request sdk/ESP8266_RTOS_SDK!1127
|
2019-11-26 16:27:12 +08:00 |
|
|
dd9a90ccdb
|
feat(wpa2): update wpa2_enterprise code
|
2019-11-26 16:09:57 +08:00 |
|
|
95ed4d1e50
|
feat(wpa2): add wpa2_enterprise to esp8266
|
2019-11-26 16:09:38 +08:00 |
|
|
96c6e0fc5b
|
Merge branch 'bugfix/fix_light_sleep_break' into 'master'
esp8266: fix that light sleep process breaks
See merge request sdk/ESP8266_RTOS_SDK!1197
|
2019-11-26 10:27:45 +08:00 |
|
|
06ba43fc9e
|
fix(esp8266): fix that light sleep process breaks
|
2019-11-25 20:00:08 +08:00 |
|
|
688ec8149b
|
Merge branch 'bugfix/fix_wdev_time_larger' into 'master'
esp8266: fix that WDEV time is larger than normal
See merge request sdk/ESP8266_RTOS_SDK!1196
|
2019-11-25 19:56:01 +08:00 |
|
|
0cdff9dbf1
|
fix(esp8266): fix that WDEV time is larger than normal
|
2019-11-25 17:05:14 +08:00 |
|
|
4cae8a580b
|
Merge branch 'bugfix/cmake_src_exclude_issue' into 'master'
cmake: fix issue with handling of EXCLUDE_SRCS
See merge request sdk/ESP8266_RTOS_SDK!1194
|
2019-11-22 18:52:34 +08:00 |
|
|
dfe73a0bc0
|
fix(cmake): fix issue with handling of EXCLUDE_SRCS
|
2019-11-22 17:18:29 +08:00 |
|
|
782ad8feda
|
Merge branch 'bugfix/cpu_ticks_per_ms' into 'master'
esp8266: fix CPU ticks per milli second at 160MHz
See merge request sdk/ESP8266_RTOS_SDK!1193
|
2019-11-22 14:53:43 +08:00 |
|
|
0e39eb1038
|
fix(esp8266): fix CPU ticks per milli second at 160MHz
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/762
|
2019-11-22 11:17:54 +08:00 |
|
|
d9aafacfe3
|
Merge branch 'bugfix/fix_example_common_components_cmake_requires' into 'master'
example: add example common components cmake requires
See merge request sdk/ESP8266_RTOS_SDK!1188
|
2019-11-19 18:12:50 +08:00 |
|
|
acc0851e0b
|
feat(example): add example common components cmake requires
|
2019-11-19 17:44:33 +08:00 |
|
|
212e739a6d
|
Merge branch 'feature/update_esp_tls_component' into 'master'
esp-tls: update esp-tls from esp-idf
See merge request sdk/ESP8266_RTOS_SDK!1186
|
2019-11-19 17:22:31 +08:00 |
|
|
7a30e6c072
|
feat(esp-tls): modify for esp8266
|
2019-11-19 16:43:38 +08:00 |
|
|
fd8ed3b340
|
feat(tcp_transport): update TCP transport from esp-idf
Commit ID: 03d07741
|
2019-11-19 16:22:40 +08:00 |
|
|
595b51b15f
|
feat(esp-tls): update esp-tls from esp-idf
Commit ID: 03d07741
|
2019-11-19 16:22:27 +08:00 |
|
|
a76dbc7ddd
|
Merge branch 'feature/add_libc_platform_header_file' into 'master'
newlib: add libc platform header file
See merge request sdk/ESP8266_RTOS_SDK!1187
|
2019-11-19 15:39:46 +08:00 |
|
|
3d4b8d1750
|
feat(newlib): add libc platform header file
|
2019-11-19 14:29:18 +08:00 |
|
|
7ab9602e72
|
Merge branch 'feature/add_esp_event_create_for_code_of_esp_idf' into 'master'
esp8266: add API to be compatible with esp-idf
See merge request sdk/ESP8266_RTOS_SDK!1184
|
2019-11-19 14:09:48 +08:00 |
|
|
c0dc2e94fd
|
feat(esp8266): add API to be compatible with esp-idf
|
2019-11-19 11:39:53 +08:00 |
|
|
fc74bcd2d2
|
Merge branch 'feature/add_example_common_components' into 'master'
example: add example common components
See merge request sdk/ESP8266_RTOS_SDK!1183
|
2019-11-19 11:37:10 +08:00 |
|
|
df88161001
|
feat(example): modify for esp8266
|
2019-11-19 11:12:01 +08:00 |
|
|
327c8fa613
|
feat(example): add example common components
Commit ID: 03d07741
|
2019-11-19 11:02:59 +08:00 |
|
|
5a561e482b
|
Merge branch 'chore/update_ci_to_skip_example_common_components' into 'master'
ci: update CI compiling script to skip example common components
See merge request sdk/ESP8266_RTOS_SDK!1185
|
2019-11-19 11:01:55 +08:00 |
|
|
667b1dd4d3
|
chore(ci): update CI compiling script to skip example common components
|
2019-11-19 10:51:45 +08:00 |
|
|
73a158f537
|
Merge branch 'docs/remove_version_desc' into 'master'
version: remove components version description file
See merge request sdk/ESP8266_RTOS_SDK!1179
|
2019-11-15 16:08:51 +08:00 |
|
|
921416e394
|
docs(version): remove components version description file
|
2019-11-15 14:37:53 +08:00 |
|
|
73bf28b991
|
Merge branch 'feature/hspi_test' into 'master'
feat(spi): fix some bugs and restructure the spi driver and the demo
See merge request sdk/ESP8266_RTOS_SDK!1113
|
2019-11-13 10:00:35 +08:00 |
|
|
916906d09a
|
fix: fix too much line burrs cause cannot remove interruption
|
2019-11-12 18:41:27 +08:00 |
|
|
1e509f6b89
|
Merge branch 'feature/remove_esptool_print_sgmt_addr' into 'master'
esptool: remove segment address print information
See merge request sdk/ESP8266_RTOS_SDK!1178
|
2019-11-12 18:32:12 +08:00 |
|
|
330d6792c3
|
feat(spi): fix some bugs and restructure the spi driver and the demo
|
2019-11-12 17:42:32 +08:00 |
|
|
12cca216db
|
feat(esptool): remove segment address print information
|
2019-11-12 16:40:00 +08:00 |
|
|
4fa7107331
|
Merge branch 'bugfix/fix_sniffer_crash_issues' into 'master'
fix(lib): fix crash issues while recv ampdu pkt
See merge request sdk/ESP8266_RTOS_SDK!1173
|
2019-11-12 16:20:28 +08:00 |
|
|
7672988cab
|
fix(lib): fix crash issues while recv ampdu pkt
|
2019-11-12 16:20:28 +08:00 |
|
|
c704b939c1
|
Merge branch 'feature/set_the_connection_to_the_open_router_mechanism_when_pwd_is_set' into 'master'
feat(lib): set the connection to the open router mechanism when pwd is set
See merge request sdk/ESP8266_RTOS_SDK!1174
|
2019-11-12 16:19:23 +08:00 |
|
|
5c3f1e058d
|
feat(lib): set the connection to the open router mechanism when pwd is set
|
2019-11-12 16:19:23 +08:00 |
|
|
b0f6b29b0a
|
Merge branch 'feature/update_phy_library' into 'master'
phy: update phy library to 1155.0
See merge request sdk/ESP8266_RTOS_SDK!1176
|
2019-11-11 19:19:21 +08:00 |
|
|
f409413e04
|
Merge branch 'bugfix/rm_40mhz_stal_option' into 'master'
esp8266: remove 40MHz STAL option
See merge request sdk/ESP8266_RTOS_SDK!1175
|
2019-11-11 18:50:17 +08:00 |
|
|
d6c4be69e0
|
feat(phy): update phy library to 1155.0
Fix phy software closing RF to cause system error.
|
2019-11-11 18:42:40 +08:00 |
|
|
668c3bbb2c
|
fix(esp8266): remove 40MHz STAL option
|
2019-11-11 14:11:53 +08:00 |
|
|
9041579f4a
|
Merge branch 'feature/add_option_to_link_freertos_to_iram' into 'master'
freertos: add option to link freertos to IRAM
See merge request sdk/ESP8266_RTOS_SDK!1171
|
2019-11-08 19:11:05 +08:00 |
|
|
7e08b43d88
|
Merge branch 'chore/sync_issues_from_github' into 'master'
github: sync issues from github to JIRA
See merge request sdk/ESP8266_RTOS_SDK!1172
|
2019-11-08 16:26:56 +08:00 |
|
|
7e008ad12b
|
chore(github): sync issues from github to JIRA
|
2019-11-08 15:48:08 +08:00 |
|
|
d0099b214b
|
feat(freertos): add option to link freertos to IRAM
|
2019-11-08 15:18:00 +08:00 |
|
|
3aa26b6734
|
Merge branch 'bugfix/fix_global_systick_error' into 'master'
freertos: fix extended system ticks error when it increases by a large value
See merge request sdk/ESP8266_RTOS_SDK!1170
|
2019-11-08 15:00:51 +08:00 |
|
|
70331b25ff
|
fix(freertos): fix extended system ticks error when it increases by a large value
|
2019-11-07 15:28:48 +08:00 |
|
|
3db311c437
|
Merge branch 'chore/ci_check_vfs_api_compiling' into 'master'
ci: check VFS APIs compiling
See merge request sdk/ESP8266_RTOS_SDK!1168
|
2019-11-07 09:55:14 +08:00 |
|
|
ba24376e00
|
chore(ci): check VFS APIs compiling
|
2019-11-06 19:20:57 +08:00 |
|