1050 Commits

Author SHA1 Message Date
4d98134b11 fix(lib): fix save ap param to flash error 2018-08-28 15:01:58 +08:00
8a73125a9e Merge branch 'bugfix/recompling_library' into 'master'
Recompiling library for MR 436

See merge request sdk/ESP8266_RTOS_SDK!439
2018-08-28 14:48:10 +08:00
0ce9d8b0a4 bugfix(esp8266): Recompiling library for MR 436 2018-08-28 14:41:14 +08:00
484eb51ee3 Merge branch 'feature/remove_wifi_critical' into 'master'
Remove critical from WIFI OSI

See merge request sdk/ESP8266_RTOS_SDK!436
2018-08-28 14:28:04 +08:00
a78fb5c99f feat(esp8266): Remove critical from WIFI OSI 2018-08-28 14:24:05 +08:00
eacf6c3b37 Merge branch 'feature/refactor_wifi_phy_param_api' into 'master'
feat(lib): refactor wifi phy param api

See merge request sdk/ESP8266_RTOS_SDK!406
2018-08-28 13:55:38 +08:00
252f7e9c39 feat(esp8266): Remove TCPIP adapter initilization from startup.
User should initialize TCPIP adapter at "app_main".
2018-08-27 16:13:54 +08:00
f490f621cb feat(lwip): Add extra "sntp/sntp.h" to be same as esp-idf 2018-08-27 11:20:28 +08:00
d713a2716d feat(lib): refactor wifi phy param api
API: esp_wifi_set_protocol(), esp_wifi_get_protocol(), esp_wifi_set_max_tx_power()
2018-08-27 10:58:49 +08:00
8073faf685 feat(lwip): Add extra "sntp/sntp.h" to be same as esp-idf 2018-08-24 14:31:16 +08:00
f98c6efeba feat(vfs): Add fcntl and modify ioctl 2018-08-24 14:26:24 +08:00
e2288f9f93 feat(vfs): Add ioctl to vfs 2018-08-24 14:08:28 +08:00
65f7b25858 feat(esp8266): make wifi tx rate change from high to low 2018-08-24 11:11:56 +08:00
1564a90f3a feat(lwip): Modify socket_mt mark_data 2018-08-23 15:20:33 +08:00
dd2c84d817 feat(log): Add test function 2018-08-23 10:35:58 +08:00
7c8e414c4f feat(log): Add tag level set and check 2018-08-23 10:35:43 +08:00
bffb2b1662 Merge branch 'feature/remove_compiling_error_of_tcpip_adapter' into 'master'
Remove tcpip_adapter compiling error

See merge request sdk/ESP8266_RTOS_SDK!423
2018-08-22 20:33:41 +08:00
d4e7f3910b feat(tcpip_adapter): Remove tcpip_adapter compiling error 2018-08-22 20:06:57 +08:00
1904c02b66 Merge branch 'bugfix/fix_timer_freq_error_when_switch_cpu_freq' into 'master'
Fix timer frequency error when switch CPU frequncy

See merge request sdk/ESP8266_RTOS_SDK!416
2018-08-22 17:52:56 +08:00
1e6dd8a5b7 Merge branch 'feature/add_os_hook' into 'master'
Add FreeRTOS hook function

See merge request sdk/ESP8266_RTOS_SDK!418
2018-08-22 17:52:48 +08:00
9a366a7c7d Merge branch 'feature/perfect_aio_function' into 'master'
Perfect AIO function and logic

See merge request sdk/ESP8266_RTOS_SDK!417
2018-08-22 17:52:35 +08:00
8633994744 feat(FreeRTOS): Modify for ESP8266 2018-08-22 14:05:59 +08:00
c49687978a Merge branch 'feature/disable_ipv6_default' into 'master'
Disable IPv6 default

See merge request sdk/ESP8266_RTOS_SDK!393
2018-08-22 11:44:40 +08:00
56e89a4372 feat(FreeRTOS): Bring os hook from esp-idf
Commit ID: 4eb28b9a
2018-08-22 11:00:20 +08:00
614b6ea634 feat(esp8266): Perfect AIO function and logic 2018-08-21 21:19:21 +08:00
0f2d83b24f fix(freertos): Fix timer frequency error when switch CPU frequncy 2018-08-21 17:48:51 +08:00
888df39f31 Merge branch 'bugfix/app_update_compile_warning' into 'master'
fix: app update compile warning

See merge request sdk/ESP8266_RTOS_SDK!399
2018-08-21 11:13:44 +08:00
df029cfcac Merge branch 'feature/put_pmk_calculation_other_task' into 'master'
Put PMK calculation other task

See merge request sdk/ESP8266_RTOS_SDK!392
2018-08-17 12:17:10 +08:00
7667bafd83 Merge branch 'bugfix/fix_gpio_isr' into 'master'
bugfix(gpio): Repair GPIO interrupt function

See merge request sdk/ESP8266_RTOS_SDK!390
2018-08-17 09:52:03 +08:00
c3e2d11a61 fix: app update compile warning 2018-08-16 19:40:53 +08:00
78a13966d6 Merge branch 'feature/speed_up_smartconfig' into 'master'
feat(smartconfig): change sync pattern match num from 2 to 1

See merge request sdk/ESP8266_RTOS_SDK!391
v3.1-dev
2018-08-16 17:35:34 +08:00
08f5716aa8 feat(smartconfig): change sync pattern match num from 2 to 1 2018-08-16 15:10:36 +08:00
b1ee72bdbe feat(lwip): Disable IPv6 default 2018-08-16 11:29:44 +08:00
8c97d2956c bugfix(gpio): Repair GPIO interrupt function
Because the interrupt structure of esp8266 and esp32 is not the same, the following functions need to be deleted
* Delete the gpio_intr_enable() and gpio_intr_disable() functions

Related issues
* Fixes https://github.com/espressif/ESP8266_RTOS_SDK/issues/282
* Fixes https://github.com/espressif/ESP8266_RTOS_SDK/issues/284
2018-08-16 11:27:53 +08:00
f95a918bb5 feat(esp8266): Put PMK calculation other task
Avoid watchdog to triggle.
2018-08-15 10:58:33 +08:00
fd63b5e561 Merge branch 'bugfix/fix_ci_release_branch' into 'master'
bugfix(ci): fix branch conflict with idf

See merge request sdk/ESP8266_RTOS_SDK!388
v3.0-rc1
2018-08-10 20:32:54 +08:00
d874ca2951 bugfix(ci): fix branch conflict with idf 2018-08-10 20:31:15 +08:00
4990822d5f Merge branch 'docs/fix_partition_app_offset_description' into 'master'
Fix partition offset and size for ESP8266

See merge request sdk/ESP8266_RTOS_SDK!387
2018-08-10 20:10:07 +08:00
e06a804190 docs(partition-tables): Fix partition offset and size for ESP8266 2018-08-10 19:59:15 +08:00
af143691b6 Merge branch 'feature/remove_wps_lib' into 'master'
feat(lib): remove wps library

See merge request sdk/ESP8266_RTOS_SDK!377
2018-08-10 17:51:00 +08:00
9f19a82873 feat(lib): remove wps library 2018-08-10 16:52:22 +08:00
3d1844c088 Merge branch 'feature/make_time_interval_of_changing_sniffer_channel_to_205ms' into 'master'
feat(smartconfig): make time interval of changing sniffer channel to 205ms

See merge request sdk/ESP8266_RTOS_SDK!374
2018-08-10 16:47:57 +08:00
6f6bfb0c79 Merge branch 'feature/modify_paritions_cvs_file' into 'master'
Modify factory/OTA APP partition size and remove coredump file

See merge request sdk/ESP8266_RTOS_SDK!386
2018-08-10 16:16:47 +08:00
a4aca59ef8 Merge branch 'docs/partition_table' into 'master'
Add "partition-tables.rst" document for ESP8266

See merge request sdk/ESP8266_RTOS_SDK!372
2018-08-10 16:16:26 +08:00
32eed788e4 Merge branch 'docs/get_started_devkitc' into 'master'
Add get-started-devkitc.rst document

See merge request sdk/ESP8266_RTOS_SDK!385
2018-08-10 16:16:17 +08:00
f680d2ad29 docs(partition_table): Remove outside refer 2018-08-10 15:53:45 +08:00
bcd96b9ed7 docs(partition_table): Modify document for ESP8266 2018-08-10 15:53:45 +08:00
f265cbeac7 docs(partition_table): Bring base document from esp-idf 2018-08-10 15:53:45 +08:00
1c1aa0d311 docs(get_started_devkitc): Modify for ESP8266 2018-08-10 15:36:05 +08:00
a964b609fb Merge branch 'feature/refactor_uart_driver' into 'master'
refactor(driver):  Refactor uart driver for esp8266 idf

See merge request sdk/ESP8266_RTOS_SDK!241
2018-08-10 15:34:26 +08:00