1841 Commits

Author SHA1 Message Date
405b649661 Merge branch 'feature/add_sys_select_header_file' into 'master'
Add <sys/select.h> header file

See merge request sdk/ESP8266_RTOS_SDK!814
2019-03-06 13:00:12 +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
c726af8fda Merge branch 'docs/ota_gif_for_how_ota_works' into 'master'
Add gif to tell how FOTA works

See merge request sdk/ESP8266_RTOS_SDK!810
2019-03-05 11:17:10 +08:00
679dd79f6d docs(fota): Add gif to tell how FOTA works 2019-03-05 11:02:47 +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
6449dbe10d Merge branch 'feature/get_partition_info' into 'master'
Compiling script gets partition information from partition binary

See merge request sdk/ESP8266_RTOS_SDK!792
2019-03-05 10:07:49 +08:00
343c6ffd6a feat(partition_table): Compiling script gets partition information from partition binary 2019-03-05 10:03:17 +08:00
b5675dc497 Merge branch 'feature/add_freertos_trace_facilities' into 'master'
feat(freertos): Make trace facility configurable

See merge request sdk/ESP8266_RTOS_SDK!808
2019-03-04 12:59:26 +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
63b4aff3c1 Merge branch 'feature/option_disable_freertos' into 'master'
Add option to disable FreeRTOS

See merge request sdk/ESP8266_RTOS_SDK!807
2019-02-28 16:59:44 +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
015f6222df Merge branch 'bugfix/aws_cert_updation' into 'master'
bugfix/aws_cert_updation: Updating to latest AWS Certs.

See merge request sdk/ESP8266_RTOS_SDK!804
2019-02-28 09:33:23 +08:00
44f803ba0c Merge branch 'feature/esp_https_ota' into 'master'
Feature/esp https ota

See merge request sdk/ESP8266_RTOS_SDK!776
2019-02-28 09:32:07 +08:00
89b4d12158 docs: Upgraded Sphinx, Breathe and Blockdiag to the latest versions 2019-02-27 23:58:23 +01: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
d5f14db6ca Merge branch 'feature/update_gitignore' into 'master'
feature/update_gitignore: Updating .gitignore for some common filetypes.

See merge request sdk/ESP8266_RTOS_SDK!795
2019-02-26 17:32:43 +08:00
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
a92e1c668c Merge branch 'bugfix/fix_log_count_error' into 'master'
Fix log time count error

See merge request sdk/ESP8266_RTOS_SDK!797
2019-02-26 13:48:13 +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
c2712842cf Merge branch 'feature/unified_provisioning' into 'master'
Feature/unified provisioning

See merge request sdk/ESP8266_RTOS_SDK!789
2019-02-26 09:31:45 +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
ea0ab3f06f bugfix/aws_cert_updation: Updating to latest AWS Certs.
Increased mbedtls RX buffer to 8192 is sdkconfig.defaults for tls handshake.
2019-02-22 20:32:56 +05:30
204437d167 feature/update_gitignore: Updating .gitignore for some common filetypes.
Changes to exclude emacs, MacOS directory files & .pyc files from git.
2019-02-22 20:02:21 +05:30
db813e29cd Merge branch 'feature/add_readdoc_link_to_readme' into 'master'
Add readdocs link to README

See merge request sdk/ESP8266_RTOS_SDK!790
2019-02-22 11:53:25 +08:00
f9d72e92b5 docs(README): Add readdocs link to README 2019-02-22 11:44:40 +08:00
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
02b91909ad Merge branch 'bugfix/fix_set_phy_mode_error' into 'master'
fix(lib): fix set phy mode error

See merge request sdk/ESP8266_RTOS_SDK!784
2019-02-19 18:48:35 +08:00
3412ec4620 fix(lib): fix set phy mode error 2019-02-19 18:43:20 +08:00
30cf28ebbb Merge branch 'bugfix/fix_tx_conflict_of_tx_start_and_tx_end_come_in_same_time' into 'master'
fix(lib): fix tx conflict of tx start and tx end come in same time

See merge request sdk/ESP8266_RTOS_SDK!783
2019-02-19 18:39:12 +08:00