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
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
9045baf644
fix(lib): fix tx conflict of tx start and tx end come in same time
2019-02-19 18:09:56 +08:00
bb0426364d
Merge branch 'revert-acfdbb66' into 'master'
...
Revert "Merge branch 'bugfix/fix_tx_conflict_of_tx_start_and_tx_end_come_in_same_time' into 'master'"
See merge request sdk/ESP8266_RTOS_SDK!782
2019-02-19 18:05:07 +08:00
bb030eb316
Revert "Merge branch 'bugfix/fix_tx_conflict_of_tx_start_and_tx_end_come_in_same_time' into 'master'"
...
This reverts merge request !780
2019-02-19 17:06:11 +08:00
acfdbb6654
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!780
2019-02-19 16:54:24 +08:00
58218a4bd6
fix(lib): fix tx conflict of tx start and tx end come in same time
2019-02-19 16:00: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
a7cbbc657c
Merge branch 'feature/esp_http_client' into 'master'
...
Feature/esp http client
See merge request sdk/ESP8266_RTOS_SDK!775
2019-02-18 18:55:49 +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