1154 Commits

Author SHA1 Message Date
c78a91648c Merge branch 'bugfix/fix_tx_state_error' into 'master'
fix(lib): fix tx state error

See merge request sdk/ESP8266_RTOS_SDK!830
2019-03-08 15:54:06 +08:00
70bc514549 fix(lib): fix tx state error
clear interrupt first incase another interrupt came when process the first interrupt

add lock before check esf_buf incase two task check esf_buf same time
2019-03-08 12:05:38 +08:00
b6ea4eab21 feat(freertos): Cleanup tick/idle hook functionality
Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/500
2019-03-07 11:42:50 +08:00
09e8cc0f95 Merge branch 'feature/esptool_add_soft_reset' into 'master'
Add option to use soft reset after finishing downloading

See merge request sdk/ESP8266_RTOS_SDK!813
2019-03-07 09:53:37 +08:00
a327a715c6 feat(esptool_py): Add option to use soft reset after finishing downloading
Closes https://github.com/espressif/ESP8266_RTOS_SDK/pull/221
2019-03-07 09:51:28 +08:00
d847d847e4 Merge branch 'feature/speedup_uart_at_romcode' into 'master'
Add arguments for users to "close" main part of rom UART0 print

See merge request sdk/ESP8266_RTOS_SDK!803
2019-03-06 13:07:11 +08:00
13e26c1201 Merge branch 'feature/add_cpu_usage' into 'master'
Add function to get CPU usage

See merge request sdk/ESP8266_RTOS_SDK!812
2019-03-06 13:02:23 +08:00
ebba018dab Merge branch 'feature/option_config_cpu_freq_160mhz' into 'master'
Add option to configurate CPU frequncy to 160MHz before "app_main"

See merge request sdk/ESP8266_RTOS_SDK!811
2019-03-06 13:01:56 +08:00
e4f0c065b0 feat(lwip): Add <sys/select.h> header file
Using "lwip/sockets.h" really.
2019-03-05 15:28:28 +08:00
228853728f feat(freertos): Add function to get CPU usage 2019-03-05 14:56:27 +08:00
721a161bc1 feat(esp8266): Add option to configurate CPU frequncy to 160MHz before "app_main" 2019-03-05 11:50:33 +08:00
ef1dc8ff75 Merge branch 'feature/tcp_nonblock_speed_up' into 'master'
Increase send speed of nonblock TCP

See merge request sdk/ESP8266_RTOS_SDK!799
2019-03-05 10:08:40 +08:00
343c6ffd6a feat(partition_table): Compiling script gets partition information from partition binary 2019-03-05 10:03:17 +08:00
08a2035f54 feat(freertos): Make trace facility configurable
This commit makes configUSE_TRACE_FACILITY and configUSE_STATS_FORMATTING_FUNCTIONS
configurable in kconfig.

Closes https://github.com/espressif/ESP8266_RTOS_SDK/issues/495
2019-03-04 09:44:34 +08:00
ade7165a1a feature(uart): uart tx done add ticks to wait 2019-03-01 21:38:12 +08:00
4372b848a8 Merge branch 'bugfix/fix_combine_binary_overwrite_check' into 'master'
Fix combine binary overwrite checking

See merge request sdk/ESP8266_RTOS_SDK!779
2019-03-01 14:13:07 +08:00
2790d5605c bugfix(fix): Fix combine binary overwrite checking 2019-03-01 13:49:52 +08:00
a7cbda57e0 Merge branch 'bugfix/fix_spi_doxygen_generation_problem' into 'master'
bugfix(spi): fix doxygen generation problem

See merge request sdk/ESP8266_RTOS_SDK!752
2019-03-01 13:48:34 +08:00
d9b9e9e6a3 feat(freertos): Add option to disable FreeRTOS 2019-02-28 16:51:57 +08:00
1b701ca8a9 Merge branch 'feature/option_freertos_idle_pm_ctrl' into 'master'
fAdd option to FreeRTOS sleep module

See merge request sdk/ESP8266_RTOS_SDK!806
2019-02-28 15:56:33 +08:00
723faf08d9 feat(freertos): Add option to FreeRTOS sleep module 2019-02-28 15:51:05 +08:00
57b4530e93 feat(esptool_py): Add arguments for users to "close" main part of rom UART0 print 2019-02-27 15:49:36 +08:00
43d230a0f1 feature/esp_https_ota: Changes to make esp_https_ota compatible with ESP8266.
Changes:
Changed component.mk to enable only mbedtls based compilation.
Removed esp_err_to_name occurence. Updated README.md.
Shifted OTA examples to examples/system/ota.
Changed the sdkconfig.defaults for the example compilation.
2019-02-27 11:21:50 +05:30
6a6e9cd54b feature/esp_https_ota: Added the esp_https_ota component from idf. 2019-02-27 11:01:44 +05:30
dfcbb6d31e feat(lwip): Increase send speed of nonblock TCP 2019-02-26 16:25:54 +08:00
d0d8795712 Merge branch 'bugfix/fix_queue_send_block' into 'master'
Fix queue send block

See merge request sdk/ESP8266_RTOS_SDK!798
2019-02-26 13:53:45 +08:00
228843d543 fix(esp8266): Fix queue send block
Remove PM global cache queue.
2019-02-26 13:47:09 +08:00
d23500c93c fix(esp8266): Fix log time count error 2019-02-26 13:41:53 +08:00
e7cf607c89 feature/wifi-provisioning: Changes to make wifi-provisioning compatible with ESP8266.
Changes:
Added Config to enable wifi-provisioning and protocomm & their pre-requisites.
Changed sdkconfig.defaults, apt headers, esp_log_internal.h for compilation.
Removed console, ble provisioning examples.
Modified esp_prov to enable only softap transport.
2019-02-25 17:39:28 +05:30
bfd0647ea8 feature/wifi-provisioning: Added wifi-provisioning component from idf.
Added wifi-provisioning examples and esp_prov tool.
2019-02-25 17:39:28 +05:30
ee8cf35595 feature/protocomm: Changes to make protocomm compatible with ESP8266.
Changes:
Removed protocomm_ble, protocomm_console and their dependencies.
Changed component.mk, CMakeLists.txt to enable only mbedtls based compilation.
2019-02-25 17:39:28 +05:30
66142e0196 feature/protocomm: Added the protocomm component from idf. 2019-02-25 17:39:28 +05:30
ae40917d65 Merge branch 'bugfix/compilation_warnings' into 'master'
bugfix/compilation_warnings: Fixes minor compilation warnings

See merge request sdk/ESP8266_RTOS_SDK!794
2019-02-25 14:38:19 +08:00
a8957ae4bd Merge branch 'feature/nvs_partition_gen_utility' into 'master'
Feature/nvs partition gen utility

See merge request sdk/ESP8266_RTOS_SDK!778
2019-02-25 14:37:50 +08:00
e43c3fdf67 bugfix/compilation_warnings: Fixes minor compilation warnings
Fixes minor compilation warnings in ADC and MQTTFreeRTOS.
2019-02-23 00:38:07 +05:30
acf30eb368 Merge branch 'feature/esp_http_server_idf_v3.2' into 'master'
Feature/esp http server idf v3.2

See merge request sdk/ESP8266_RTOS_SDK!768
2019-02-22 10:19:18 +08:00
3d2bd0cce0 feature/nvs_partition_gen_utility: Changes to make nvs_partition_gen_utility compatible with ESP8266.
Changes:
Removed version, keygen, encrypt, keyfile options from help.
Updated README.md accordingly
2019-02-22 00:40:43 +05:30
0eae336342 feature/nvs_partition_gen_utility: Added the nvs_partition_gen_utility from idf. 2019-02-20 15:56:17 +05:30
efc81a6649 feature/esp_http_server_idf_v3.2:Changes to make esp_http_server compatible with ESP8266.
Changes:
Lru counter in place of timestamp added.
syslimits.h definition guards for ARG_MAX, PATH_LEN.
Renamed src/port/esp32 to src/port/esp8266.
Enabled working without IPv6. Test Scripts requiring TinyFW removed
Utility.console_log replaced by print.
2019-02-20 12:39:42 +05:30
3412ec4620 fix(lib): fix set phy mode error 2019-02-19 18:43:20 +08:00
9045baf644 fix(lib): fix tx conflict of tx start and tx end come in same time 2019-02-19 18:09:56 +08:00
825a53199d feature/esp_http_server_idf_v3.2: Added the esp_http_server component from idf. 2019-02-19 00:20:55 +05:30
3a30f08a0b Merge branch 'feature/reduce_stack_info_of_panic' into 'master'
Remove unnecessary stack panic information

See merge request sdk/ESP8266_RTOS_SDK!774
2019-02-18 20:25:56 +08:00
94634e187f Merge branch 'feature/add_option_to_enable_queue_sets' into 'master'
Add option to enable queue sets

See merge request sdk/ESP8266_RTOS_SDK!771
2019-02-18 20:25:39 +08:00
e0b7b8b985 Merge branch 'feature/modify_platform_option_name' into 'master'
Rename "TARGET_PLATFORM_ESPxxx" to "IDF_TARGET_ESPxxx"

See merge request sdk/ESP8266_RTOS_SDK!777
2019-02-18 20:23:42 +08:00
32785a182f feature/esp_http_client:Changes to make esp_http_client compatible with ESP8266.
Changes:
Added rom/md5_hash.h.
Example code & sdkconfig.defaults changed for compatibility.
Changed component.mk to enable compilation only for mbedtls.
2019-02-18 11:54:05 +05:30
ee32bd51a1 feature/esp_http_client: Added the esp_http_client component from idf.
Added the component and the example from IDF.
2019-02-18 11:54:05 +05:30
cd9a7899bf Merge branch 'feature/tcp_transport' into 'master'
feature/tcp_transport: Added the tcp_transport component from idf.

See merge request sdk/ESP8266_RTOS_SDK!769
2019-02-15 19:07:14 +08:00
48c160f7e7 feat(kconfig): Rename "TARGET_PLATFORM_ESPxxx" to "IDF_TARGET_ESPxxx" 2019-02-15 19:02:26 +08:00
8c2009e4b9 Merge branch 'feat/esp_http_parser' into 'master'
feature/http_parser: Added the http parser from nghttp2 in IDF.

See merge request sdk/ESP8266_RTOS_SDK!766
2019-02-15 16:45:56 +08:00