652 Commits

Author SHA1 Message Date
5ddea6d655 feat(vfs): modify vfs for ESP8266 2020-02-27 14:10:14 +08:00
0003ef6572 feat(esp8266): refactor ets timer process 2020-02-26 11:11:10 +08:00
b89d8a7ab2 feat(lwip): update lwip component from idf 2020-02-25 19:28:56 +08:00
77aa687eeb fix(esp8266): fix deep sleep fail 2020-02-25 11:48:04 +08:00
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
130966d60f Merge branch 'feature/hardware_check_task_overflow' into 'master'
esp8266: hardware check task stack overflow

See merge request sdk/ESP8266_RTOS_SDK!1237
2020-02-25 10:54:13 +08:00
8456b7450e Merge branch 'feature/add_esp_event' into 'master'
esp_event: add esp_event component

See merge request sdk/ESP8266_RTOS_SDK!1274
2020-02-25 10:26:47 +08:00
852d71988e Merge branch 'feature/update_esp_common' into 'master'
esp_common: update esp_common

See merge request sdk/ESP8266_RTOS_SDK!1294
2020-02-25 10:17:03 +08:00
a10d2b2f9f Merge branch 'feature/speed_up_freertos_interrupt_active_event' into 'master'
feat(freertos): speed up CPU hardware interrupt active event

See merge request sdk/ESP8266_RTOS_SDK!1305
2020-02-25 10:16:07 +08:00
6faa7dfea9 feat(esp8266): add rtc no initialization and data not initialization section declare 2020-02-20 10:45:40 +08:00
117f7ae58c feat(freertos): speed up CPU hardware interrupt active event 2020-02-19 14:55:12 +08:00
562e183216 feat(esp_event): modify for ESP8266 to support esp_event 2020-01-15 16:29:29 +08:00
622482eb76 feat(esp_common): update esp_common
1. add Kconfig file and rename old global macro
2. move some independent files to esp_common
2020-01-15 14:56:39 +08:00
b4b9763c8f bugfix(gpio_set_pull_mode_error):fix cant set gpio pull mode 2020-01-10 15:25:52 +08:00
bd415b3626 bugfix(uart_interrupt_occupy):disable intr that you are not using 2020-01-09 17:02:37 +08:00
1826ff03f4 Merge branch 'bugfix/fix_compile_failed_when_CONFIG_ESP8266_WIFI_CONNECT_OPEN_ROUTER_WHEN_PWD_IS_SET_is_unset' into 'master'
fix(esp8266): fix compile failed when CONFIG_ESP8266_WIFI_CONNECT_OPEN_ROUTER_WHEN_PWD_IS_SET is unset

See merge request sdk/ESP8266_RTOS_SDK!1263
2020-01-07 14:20:50 +08:00
6f1c1c0707 Merge branch 'bugfix/fix_light_sleep_time_error_when_wakup' into 'master'
esp8266: fix light sleep time error when waking up

See merge request sdk/ESP8266_RTOS_SDK!1259
2020-01-07 14:06:34 +08:00
f7389b7ca6 fix(esp8266): fix light sleep time error when waking up 2020-01-07 11:54:13 +08:00
5866f754d0 fix(esp8266): fix compile failed when CONFIG_ESP8266_WIFI_CONNECT_OPEN_ROUTER_WHEN_PWD_IS_SET is unset 2020-01-06 18:01:24 +08:00
d67de39024 fix(esp8266): fix Wi-Fi initialization data error when compiling cpp 2020-01-06 17:40:39 +08:00
53e4e1687c feat(esp8266): hardware check task stack overflow 2019-12-27 16:26:15 +08:00
ca3537612f Merge branch 'bugfix/fix_issue_when_scanning_wpa2_ent_routes' into 'master'
fix(lib): fix issue when scanning wpa2_enterprise authmode routers

See merge request sdk/ESP8266_RTOS_SDK!1228
2019-12-23 15:10:20 +08:00
d3bf1b4e19 fix(lib): fix issue when scanning wpa2_enterprise routers 2019-12-23 14:51:17 +08:00
7eee2bdd8d Merge branch 'feature/set_wifi_default_rx_continuous_buffer_to_8' into 'master'
feat(esp8266): set wifi default rx continuous buffer to 8

See merge request sdk/ESP8266_RTOS_SDK!1231
2019-12-23 13:11:57 +08:00
63d94ec49c feat(esp8266): set wifi default rx continuous buffer to 8 2019-12-23 11:38:26 +08:00
2c6d605b86 Merge branch 'feature/gdb_stub' into 'master'
gdb_stub: add gdb stub component

See merge request sdk/ESP8266_RTOS_SDK!1159
2019-12-20 17:15:58 +08:00
1e69cbd242 feat(gdbstub): modify GDB stub for ESP8266 2019-12-19 11:33:38 +08:00
6873eb1d27 feat(esp8266): fix CPU light sleep process 2019-12-17 11:20:07 +08:00
0b2c3908d7 fix(lib): fix probe request length error 2019-12-10 10:23:30 +08:00
3d394bd924 Merge branch 'feature/ets_printf_add_%%' into 'master'
esp8266: ets_printf supports format "%%"

See merge request sdk/ESP8266_RTOS_SDK!1204
2019-12-05 19:46:26 +08:00
6d428b2851 fix(lib): fix bcn timeout when rx buf num less than 4 2019-12-05 15:43:57 +08:00
c5563ef13e feat(esp8266): ets_printf supports format "%%" 2019-12-05 15:23:54 +08:00
b64b51f091 Merge branch 'feature/change_scan_num_to_99' into 'master'
feat(esp8266): change scan num to 99

See merge request sdk/ESP8266_RTOS_SDK!1208
2019-12-05 15:10:31 +08:00
22029d989a Merge branch 'bugfix/fix_panic_reboot_reenter' into 'master'
esp8266: fix panic reenter when reboot

See merge request sdk/ESP8266_RTOS_SDK!1209
2019-12-02 18:59:31 +08:00
8c7305f473 fix(esp8266): fix panic reenter when reboot 2019-12-02 14:24:37 +08:00
82c0c5243b feat(esp8266): change scan num to 99 2019-12-02 12:46:54 +08:00
a9c34d2c77 fix(esp8266): fix backtrace does not trace ROM code 2019-12-02 10:19:52 +08:00
843d1486b9 fix(pp): fix receive data frame error in sniffer mode 2019-11-26 16:56:28 +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
0cdff9dbf1 fix(esp8266): fix that WDEV time is larger than normal 2019-11-25 17:05:14 +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
c0dc2e94fd feat(esp8266): add API to be compatible with esp-idf 2019-11-19 11:39: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
330d6792c3 feat(spi): fix some bugs and restructure the spi driver and the demo 2019-11-12 17:42:32 +08:00
7672988cab fix(lib): fix crash issues while recv ampdu pkt 2019-11-12 16:20:28 +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