]> granicus.if.org Git - esp-idf/log
esp-idf
5 years agoMerge branch 'feature/support_global_der_ca_store' into 'master'
Ivan Grokhotkov [Wed, 23 Jan 2019 05:30:49 +0000 (13:30 +0800)]
Merge branch 'feature/support_global_der_ca_store' into 'master'

Add esp_tls_init_global_ca_store function to esp-tls, called from esp_tls_set_global_ca_store

See merge request idf/esp-idf!3795

5 years agoMerge branch 'bugfix/examples_http_file_server_readme' into 'master'
Angus Gratton [Wed, 23 Jan 2019 01:06:46 +0000 (09:06 +0800)]
Merge branch 'bugfix/examples_http_file_server_readme' into 'master'

HTTP File Server : Fix README of example

See merge request idf/esp-idf!4112

5 years agoMerge branch 'bugfix/http_server_uri_template' into 'master'
Ivan Grokhotkov [Tue, 22 Jan 2019 03:45:45 +0000 (11:45 +0800)]
Merge branch 'bugfix/http_server_uri_template' into 'master'

esp_http_server : Remove casual use of 'template' keyword

See merge request idf/esp-idf!4123

5 years agoMerge branch 'bugfix/cmake_env_var_for_kconfig' into 'master'
Angus Gratton [Tue, 22 Jan 2019 03:11:18 +0000 (11:11 +0800)]
Merge branch 'bugfix/cmake_env_var_for_kconfig' into 'master'

CMake: Make IDF_PATH available to Kconfiglib when not explicitly set.

See merge request idf/esp-idf!4100

5 years agoCMake: Make IDF_PATH available to Kconfiglib when not explicitly set.
Sagar Bijwe [Fri, 11 Jan 2019 06:29:59 +0000 (11:59 +0530)]
CMake: Make IDF_PATH available to Kconfiglib when not explicitly set.

When IDF_PATH is not set by the user, cmake infers the same through
other means and sets it as an environment variable. However, some
sub-invocation of cmake may not see this variable as it is not set
in the parent. This change adds a custom command for exporting IDF_PATH
just before invoking ldgen so that IDF_PATH can be used in Kconfig
without any errors.

5 years agoMerge branch 'bugfix/esp-http-client-incorrect-path' into 'master'
Ivan Grokhotkov [Mon, 21 Jan 2019 11:08:24 +0000 (19:08 +0800)]
Merge branch 'bugfix/esp-http-client-incorrect-path' into 'master'

esp_http_client: Fix config member path's incorrect setting issue

See merge request idf/esp-idf!4078

5 years agoesp_http_client: Fix config member path's incorrect setting issue
Jitin George [Mon, 21 Jan 2019 11:08:24 +0000 (19:08 +0800)]
esp_http_client: Fix config member path's incorrect setting issue

5 years agoesp_http_server : Remove casual use of 'template' keyword
Anurag Kar [Mon, 21 Jan 2019 10:38:03 +0000 (16:08 +0530)]
esp_http_server : Remove casual use of 'template' keyword

Closes https://github.com/espressif/esp-idf/issues/2956

5 years agoMerge branch 'bugfix/phy_rtc_cache_disabled' into 'master'
Jiang Jiang Jian [Fri, 18 Jan 2019 02:53:52 +0000 (10:53 +0800)]
Merge branch 'bugfix/phy_rtc_cache_disabled' into 'master'

Fix PHY/RTC functions called in ISR, but stored in flash

See merge request idf/esp-idf!4108

5 years agoFix some bugs in phy
Tian Hao [Sun, 13 Jan 2019 08:05:12 +0000 (16:05 +0800)]
Fix some bugs in phy

1. fix bug PHY/RTC functions called in ISR (update phy to v4007)
2. add UnitTest to test it
3. disable/enable agc to mac deinit/init

5 years agoMerge branch 'mesh/cs_root_conflict' into 'master'
Jiang Jiang Jian [Wed, 16 Jan 2019 13:16:56 +0000 (21:16 +0800)]
Merge branch 'mesh/cs_root_conflict' into 'master'

detect and fix root conflicts when router BSSID is not set

See merge request idf/esp-idf!3869

5 years agotest: modify the reason code from 204 to 15 in WIFI_CONN_0904
qiyueixa [Tue, 15 Jan 2019 08:34:26 +0000 (16:34 +0800)]
test: modify the reason code from 204 to 15 in WIFI_CONN_0904

1. remove the step of testing station connect using a wrong password.

5 years agoMerge branch 'bugfix/fix_psram_eid' into 'master'
Wang Jia Lin [Tue, 15 Jan 2019 09:44:51 +0000 (17:44 +0800)]
Merge branch 'bugfix/fix_psram_eid' into 'master'

bugfix(psram): fix psram size acquisition method, support esp32-pico chips

See merge request idf/esp-idf!3750

5 years agohttp file_server : Fix README of example
Anurag Kar [Tue, 15 Jan 2019 07:15:48 +0000 (12:45 +0530)]
http file_server : Fix README of example

5 years agomesh: update libs
qiyuexia [Tue, 8 Jan 2019 14:14:36 +0000 (22:14 +0800)]
mesh: update libs

1. detect and fix root conflicts when router BSSID is not set.
2. when root can not connect to the router due to NO_MORE_STAS(reason code:5), root will stop re-connection and perform MESH_NWK_LOOK_FOR_NETWORK.
3. wifi: fix the disconnection caused by receiving a deauth frame from non-parent node during scanning.
4. fix routing table redundant issue.
5. modify the max routes limitation from 300 to 1000.
6. wifi: fix ap does not deauth sta which has not completed the 4-way handshake.

5 years agoMerge branch 'bugfix/examples_http_file_server_kconfig' into 'master'
Angus Gratton [Tue, 15 Jan 2019 03:59:35 +0000 (11:59 +0800)]
Merge branch 'bugfix/examples_http_file_server_kconfig' into 'master'

HTTP File Server : Fix kconfig of example

See merge request idf/esp-idf!4110

5 years agohttp_file_server : fix kconfig of example
Anurag Kar [Tue, 15 Jan 2019 01:57:22 +0000 (07:27 +0530)]
http_file_server : fix kconfig of example

5 years agoMerge branch 'feature/http_server_wildcard_uri' into 'master'
Ivan Grokhotkov [Mon, 14 Jan 2019 11:44:54 +0000 (19:44 +0800)]
Merge branch 'feature/http_server_wildcard_uri' into 'master'

Wildcard URI matching for http_server

See merge request idf/esp-idf!3973

5 years agoMerge branch 'bugfix/mqtt_tests_local_broker' into 'master'
Ivan Grokhotkov [Mon, 14 Jan 2019 08:29:43 +0000 (16:29 +0800)]
Merge branch 'bugfix/mqtt_tests_local_broker' into 'master'

MQTT tests: connect to local broker when running in CI to make the tests more reliable

See merge request idf/esp-idf!3926

5 years agoAdd esp_tls_init_global_ca_store function to esp-tls, called from esp_tls_set_global_...
Paul Reimer [Thu, 1 Nov 2018 18:11:16 +0000 (11:11 -0700)]
Add esp_tls_init_global_ca_store function to esp-tls, called from esp_tls_set_global_ca_store

Signed-off-by: Chirag Atal <chirag.atal@espressif.com>
Merges https://github.com/espressif/esp-idf/pull/2654

5 years agoHTTP Server : File server example added
Anurag Kar [Sun, 16 Dec 2018 18:10:24 +0000 (23:40 +0530)]
HTTP Server : File server example added

This example demonstrates the capability of wildcard URI matching
allowing for a full fledged file server to be created using esp_http_server.

5 years agoHTTP Server : Unit test added for httpd_uri_match_wildcard() function as given in...
Anurag Kar [Wed, 9 Jan 2019 21:29:23 +0000 (02:59 +0530)]
HTTP Server : Unit test added for httpd_uri_match_wildcard() function as given in https://github.com/espressif/esp-idf/pull/2581#issuecomment-430788473

5 years agoHTTP Server : Add uri_match_fn field in config structure which accepts custom URI...
Anurag Kar [Sun, 6 Jan 2019 14:20:20 +0000 (19:50 +0530)]
HTTP Server : Add uri_match_fn field in config structure which accepts custom URI matching functions of type httpd_uri_match_func_t and defaults to basic string compare when set to NULL.

Move static uri_matches() function to httpd_uri_match_wildcard() under esp_http_server.h and make it optional.

5 years agoHTTP Server : Add helper APIs for sending string content
Anurag Kar [Sat, 5 Jan 2019 21:14:45 +0000 (02:44 +0530)]
HTTP Server : Add helper APIs for sending string content

Note : In future consider deprecating usage of -1 for setting
buffer length equal to string length in APIs httpd_resp_send()
and httpd_resp_send_chunk()

5 years agoMerge branch 'bugfix/wifi_fix_incorrect_tx_complete_state' into 'master'
Jiang Jiang Jian [Sat, 12 Jan 2019 11:54:51 +0000 (19:54 +0800)]
Merge branch 'bugfix/wifi_fix_incorrect_tx_complete_state' into 'master'

esp32: fix the incorrect tx complete state issue

See merge request idf/esp-idf!4083

5 years agoesp32: fix the incorrect tx complete state issue
Liu Zhi Fu [Fri, 11 Jan 2019 17:55:25 +0000 (01:55 +0800)]
esp32: fix the incorrect tx complete state issue

5 years agoMerge branch 'bugfix/fix_ba_hardware_index_deleting_issue' into 'master'
Jiang Jiang Jian [Sat, 12 Jan 2019 01:37:03 +0000 (09:37 +0800)]
Merge branch 'bugfix/fix_ba_hardware_index_deleting_issue' into 'master'

esp32: fix wrongly deleting hardware BA index bug

See merge request idf/esp-idf!4101

5 years agomqtt tests: connect to local broker when running in CI to make the tests more reliable
David Cermak [Fri, 7 Dec 2018 14:15:34 +0000 (15:15 +0100)]
mqtt tests: connect to local broker when running in CI to make the tests more reliable

5 years agoMerge branch 'feature/check_kconfig' into 'master'
Ivan Grokhotkov [Fri, 11 Jan 2019 13:14:27 +0000 (21:14 +0800)]
Merge branch 'feature/check_kconfig' into 'master'

Check the style of Kconfig files

See merge request idf/esp-idf!3971

5 years agoMerge branch 'feature/freemodbus_mb_inst_config' into 'master'
Ivan Grokhotkov [Fri, 11 Jan 2019 12:14:46 +0000 (20:14 +0800)]
Merge branch 'feature/freemodbus_mb_inst_config' into 'master'

examples: freemodbus port serial slave increase MB_INST_MAX_SIZE

See merge request idf/esp-idf!4080

5 years agoCheck & correct Kconfig files
Roland Dobai [Thu, 6 Dec 2018 14:08:18 +0000 (15:08 +0100)]
Check & correct Kconfig files

5 years agoexamples: change max register area size to maximum value
aleks [Mon, 7 Jan 2019 10:33:20 +0000 (11:33 +0100)]
examples: change max register area size to maximum value

esp-idf/components/freemodbus/modbus_controller/modbus_controller.c: The MB_INST_MAX_SIZE is changed to max value=(65535*2);
Update support for coils read into freemodbus.c;

TW#28143
Closes https://github.com/espressif/esp-idf/issues/2884

5 years agoesp32: fix wrongly deleting hardware BA index bug
Liu Zhi Fu [Fri, 11 Jan 2019 08:31:01 +0000 (16:31 +0800)]
esp32: fix wrongly deleting hardware BA index bug

Fix the bug that hardware BA index will be wrongly removed in
WiFi mode WIFI_MODE_APSTA.

5 years agoMerge branch 'bugfix/unix_makefile_build_on_windows' into 'master'
Ivan Grokhotkov [Fri, 11 Jan 2019 08:09:28 +0000 (16:09 +0800)]
Merge branch 'bugfix/unix_makefile_build_on_windows' into 'master'

CMake: Fix build error when using Windows command line and MinGW generator

See merge request idf/esp-idf!3997

5 years agoMerge branch 'feature/mqtt_before_connect_event' into 'master'
Ivan Grokhotkov [Fri, 11 Jan 2019 07:38:23 +0000 (15:38 +0800)]
Merge branch 'feature/mqtt_before_connect_event' into 'master'

MQTT support for fragmented and packed messages

See merge request idf/esp-idf!3743

5 years agoMerge branch 'bugfix/Cmake_support_dhcp_state' into 'master'
Ivan Grokhotkov [Fri, 11 Jan 2019 07:23:40 +0000 (15:23 +0800)]
Merge branch 'bugfix/Cmake_support_dhcp_state' into 'master'

Added Cmake support for dhcp_state

See merge request idf/esp-idf!3804

5 years agoMerge branch 'test/unit_test_multi_devices_case_pass_param_by_signals' into 'master'
Ivan Grokhotkov [Fri, 11 Jan 2019 07:23:19 +0000 (15:23 +0800)]
Merge branch 'test/unit_test_multi_devices_case_pass_param_by_signals' into 'master'

unit-test-app: support passing parameter with signals

See merge request idf/esp-idf!3960

5 years agoMerge branch 'bugfix/mdns_udp_send_protected' into 'master'
Ivan Grokhotkov [Fri, 11 Jan 2019 07:20:09 +0000 (15:20 +0800)]
Merge branch 'bugfix/mdns_udp_send_protected' into 'master'

mdns networking udp send protected

See merge request idf/esp-idf!3969

5 years agoMerge branch 'bugfix/vfs_ut_performance' into 'master'
Ivan Grokhotkov [Fri, 11 Jan 2019 06:09:02 +0000 (14:09 +0800)]
Merge branch 'bugfix/vfs_ut_performance' into 'master'

VFS: move all functions into RAM which are called in the performance test

See merge request idf/esp-idf!4047

5 years agoMerge branch 'bugfix/fatfs_perf_test' into 'master'
Ivan Grokhotkov [Fri, 11 Jan 2019 06:05:58 +0000 (14:05 +0800)]
Merge branch 'bugfix/fatfs_perf_test' into 'master'

fatfs: bypass newlib buffering in performance test

See merge request idf/esp-idf!4076

5 years agoMerge branch 'feature/console_nvs' into 'master'
Ivan Grokhotkov [Fri, 11 Jan 2019 01:51:50 +0000 (09:51 +0800)]
Merge branch 'feature/console_nvs' into 'master'

Added support for NVS in console example

See merge request idf/esp-idf!3633

5 years agoAdded support for NVS in console example
Martin Válik [Fri, 11 Jan 2019 01:51:50 +0000 (09:51 +0800)]
Added support for NVS in console example

5 years agounit-test: fix 2 issues in unit test script:
He Yin Ling [Thu, 20 Dec 2018 09:00:12 +0000 (17:00 +0800)]
unit-test: fix 2 issues in unit test script:

1. Gitlab will only regard failure (not error) as failed case. Use log
failure instead of log error, to display all error msg in test result
2. fix failed case not recognized by test script when failed during
reset DUT

5 years agotest: add test to check wifi conneciton between sta and softap
He Yin Ling [Wed, 19 Dec 2018 07:48:58 +0000 (15:48 +0800)]
test: add test to check wifi conneciton between sta and softap

5 years agounit-test-app: support passing parameter with signals
He Yin Ling [Thu, 13 Dec 2018 08:58:34 +0000 (16:58 +0800)]
unit-test-app: support passing parameter with signals

5 years agoMerge branch 'bugfix/python_virtualenv_detection' into 'master'
Ivan Grokhotkov [Thu, 10 Jan 2019 07:52:54 +0000 (15:52 +0800)]
Merge branch 'bugfix/python_virtualenv_detection' into 'master'

python:  Add check if current python is inside virtual environment

See merge request idf/esp-idf!4088

5 years agoAdded Cmake support for dhcp_state
MartinValik [Tue, 27 Nov 2018 13:35:51 +0000 (14:35 +0100)]
Added Cmake support for dhcp_state

5 years agoMerge branch 'bugfix/wifi_defragmentation_only_for_data_frame' into 'master'
Jiang Jiang Jian [Wed, 9 Jan 2019 07:54:05 +0000 (15:54 +0800)]
Merge branch 'bugfix/wifi_defragmentation_only_for_data_frame' into 'master'

esp32: do defragmentation only for data and management frame

See merge request idf/esp-idf!4072

5 years agofeature(psram): add psram support for esp32-pico chip
chenjianqiang [Tue, 25 Dec 2018 13:15:15 +0000 (21:15 +0800)]
feature(psram): add psram support for esp32-pico chip

1. esp32-pico use standard spi driver to access psram
2. for esp32-pico, flash and psram share the clock
3. for esp32-pico, psram cs io can be overwrite via menuconfig

5 years agoMerge branch 'bugfix/fix_mbox_thread_safe_issue' into 'master'
Jiang Jiang Jian [Wed, 9 Jan 2019 02:20:50 +0000 (10:20 +0800)]
Merge branch 'bugfix/fix_mbox_thread_safe_issue' into 'master'

tcpip: fix mbox thread-safe issue

See merge request idf/esp-idf!4002

5 years agopython: Add check if current python is inside virtual environment
Sergei Silnov [Tue, 8 Jan 2019 10:40:49 +0000 (11:40 +0100)]
python:  Add check if current python is inside virtual environment

5 years agoMerge branch 'bugfix/timer_delete_dispatch_race' into 'master'
Ivan Grokhotkov [Tue, 8 Jan 2019 06:06:46 +0000 (14:06 +0800)]
Merge branch 'bugfix/timer_delete_dispatch_race' into 'master'

esp_timer: fix race between deleting the timer and executing the callback

See merge request idf/esp-idf!3992

5 years agoesp32: do defragmentation only for data and management frame
XiaXiaotian [Fri, 4 Jan 2019 03:17:53 +0000 (11:17 +0800)]
esp32: do defragmentation only for data and management frame

    Check frame type before defragmentation. Only data and management frame can do
    defragmentation.

5 years agoMerge branch 'bugfix/esp-http-client-fixes' into 'master'
Ivan Grokhotkov [Mon, 7 Jan 2019 08:33:41 +0000 (16:33 +0800)]
Merge branch 'bugfix/esp-http-client-fixes' into 'master'

Minor Bugfixes in esp_http_client, tcp_transport and simple_ota_example

See merge request idf/esp-idf!4023

5 years agoMinor Bugfixes in esp_http_client, tcp_transport and simple_ota_example
Jitin George [Mon, 7 Jan 2019 08:33:41 +0000 (16:33 +0800)]
Minor Bugfixes in esp_http_client, tcp_transport and simple_ota_example

5 years agolwip: fix mbox thread-safe issue
Liu Zhi Fu [Thu, 20 Dec 2018 06:03:11 +0000 (14:03 +0800)]
lwip: fix mbox thread-safe issue

Fix a mbox free thread-safe issue that can lead to crash in sys_arch_mbox_fetch.

5 years agoMerge branch 'bugfix/tw26890_update_wifi_api_guide' into 'master'
Jiang Jiang Jian [Mon, 7 Jan 2019 05:03:20 +0000 (13:03 +0800)]
Merge branch 'bugfix/tw26890_update_wifi_api_guide' into 'master'

Bugfix/tw26890 update wifi api guide

See merge request idf/esp-idf!3630

5 years agoImplement wildcard URI matching for http_server
Ondřej Hruška [Wed, 17 Oct 2018 20:57:37 +0000 (22:57 +0200)]
Implement wildcard URI matching for http_server

5 years agofatfs: bypass newlib buffering in performance test
Ivan Grokhotkov [Fri, 4 Jan 2019 23:17:51 +0000 (07:17 +0800)]
fatfs: bypass newlib buffering in performance test

5 years agoMerge branch 'bugfix/fix_the_country_code_bug' into 'master'
Wu Jian Gang [Fri, 4 Jan 2019 03:57:29 +0000 (11:57 +0800)]
Merge branch 'bugfix/fix_the_country_code_bug' into 'master'

wifi: fix the bug that STA can scan the channel out of the country regdomain range

See merge request idf/esp-idf!4065

5 years agoVFS: move all functions into RAM which are called in the performance test
Roland Dobai [Thu, 3 Jan 2019 14:44:07 +0000 (15:44 +0100)]
VFS: move all functions into RAM which are called in the performance test

5 years agomdns: fix networking running udp_sendif from lwip thread
David Cermak [Fri, 14 Dec 2018 10:23:19 +0000 (11:23 +0100)]
mdns: fix networking running udp_sendif from lwip thread

5 years agowifi: fix the bug that STA can scan the channel out of the country regdomain range
zhangyanjiao [Thu, 3 Jan 2019 09:55:06 +0000 (17:55 +0800)]
wifi: fix the bug that STA can scan the channel out of the country regdomain range

5 years agotcp_transport: modification of ws to read headers first in order to read the exact...
David Cermak [Tue, 20 Nov 2018 02:31:19 +0000 (03:31 +0100)]
tcp_transport: modification of ws to read headers first in order to read the exact payload

closes https://github.com/espressif/esp-mqtt/issues/69

5 years agomqtt: support for BEFORE_CONNECT event in idf
David Cermak [Fri, 16 Nov 2018 10:42:58 +0000 (10:42 +0000)]
mqtt: support for BEFORE_CONNECT event in idf

Updated examples to use new event id, idf to use mqtt with fixed retained, oversized messages

5 years agoesp_timer: do not allow deleting timers while callbacks are dispatched
Ivan Grokhotkov [Wed, 19 Dec 2018 07:53:50 +0000 (15:53 +0800)]
esp_timer: do not allow deleting timers while callbacks are dispatched

timer_process_alarm function of esp_timer holds a spinlock for the
entire duration of its operation, except for the time when timer
callback function is called. It is possible that when
timer_process_alarm releases the spinlock, a higher priority task may
run and delete the timer. Then the execution will return to
timer_process_alarm, and this will either cause a crash, or undesired
execution of callback after the timer has been stopped or deleted.

To solve this problem, add a mutex which will prevent deletion of timers
while callbacks are being dispatched.

5 years agoMerge branch 'test/fix_failed_to_download_in_example_test' into 'master'
Angus Gratton [Thu, 3 Jan 2019 07:14:22 +0000 (15:14 +0800)]
Merge branch 'test/fix_failed_to_download_in_example_test' into 'master'

test: fix failed to download in example test

See merge request idf/esp-idf!4061

5 years agodocs: udpate wifi document
Liu Zhi Fu [Wed, 7 Nov 2018 14:08:29 +0000 (22:08 +0800)]
docs: udpate wifi document

Update WiFi document

5 years agotest: get bin path from `dut.app.flash_files` instead of `dut.download_config`
He Yin Ling [Thu, 3 Jan 2019 01:57:47 +0000 (09:57 +0800)]
test: get bin path from `dut.app.flash_files` instead of `dut.download_config`

5 years agoMerge branch 'doc/wifi_disclaimer' into 'master'
Angus Gratton [Wed, 2 Jan 2019 23:45:26 +0000 (07:45 +0800)]
Merge branch 'doc/wifi_disclaimer' into 'master'

doc: wifi: Remove disclaimers

See merge request idf/esp-idf!4059

5 years agoMerge branch 'bugfix/esp_attr_sdkconfig' into 'master'
Ivan Grokhotkov [Wed, 2 Jan 2019 19:07:52 +0000 (03:07 +0800)]
Merge branch 'bugfix/esp_attr_sdkconfig' into 'master'

esp32: esp_attr.h should include sdkconfig.h

See merge request idf/esp-idf!4058

5 years agoMerge branch 'bugfix/pthread_detach' into 'master'
Ivan Grokhotkov [Wed, 2 Jan 2019 19:05:16 +0000 (03:05 +0800)]
Merge branch 'bugfix/pthread_detach' into 'master'

Bugfix in pthread_detach() implementation

See merge request idf/esp-idf!4038

5 years agotest: fix failed to download in example test:
He Yin Ling [Wed, 2 Jan 2019 06:51:36 +0000 (14:51 +0800)]
test: fix failed to download in example test:

1. example test uses auto detect flash size. we need to call
`detect_flash_size` before write flash
2. fix incorrect baudrate used: when using WROVER-Kits, it's likely that download with baudrate 921600
will fail. If we don't reset serial setting in decorator, 921600 will
become the default baudrate. This causes all the subsequent
communication fails
3. do hw reset after used esptool function

5 years agoMerge branch 'bugfix/check_dependencies_msys' into 'master'
Angus Gratton [Wed, 2 Jan 2019 08:47:31 +0000 (16:47 +0800)]
Merge branch 'bugfix/check_dependencies_msys' into 'master'

tools: Be more helpful to MSYS32 users with package installation

See merge request idf/esp-idf!3998

5 years agotools: Be more helpful to MSYS32 users with package installation
Roland Dobai [Wed, 19 Dec 2018 13:04:57 +0000 (14:04 +0100)]
tools: Be more helpful to MSYS32 users with package installation

5 years agodoc: wifi: Remove disclaimers
Angus Gratton [Wed, 2 Jan 2019 06:43:11 +0000 (17:43 +1100)]
doc: wifi: Remove disclaimers

5 years agoesp32: esp_attr.h should include sdkconfig.h
Angus Gratton [Wed, 2 Jan 2019 06:04:53 +0000 (17:04 +1100)]
esp32: esp_attr.h should include sdkconfig.h

Reported on forum https://esp32.com/viewtopic.php?f=13&t=8669#p36395

5 years agoMerge branch 'bugfix/btdm_miscellaneous_modifications' into 'master'
Jiang Jiang Jian [Wed, 2 Jan 2019 06:04:44 +0000 (14:04 +0800)]
Merge branch 'bugfix/btdm_miscellaneous_modifications' into 'master'

component/bt: some miscellaneous modifications for BLE

See merge request idf/esp-idf!4032

5 years agoMerge branch 'feature/esp_platform_cmake_pr2601' into 'master'
Angus Gratton [Wed, 2 Jan 2019 06:03:52 +0000 (14:03 +0800)]
Merge branch 'feature/esp_platform_cmake_pr2601' into 'master'

cmake: Add ESP_PLATFORM in CMake build (PR 2601)

See merge request idf/esp-idf!3823

5 years agoMerge branch 'bugfix/btdm_debug_numeric_comparison_mode' into 'master'
Jiang Jiang Jian [Wed, 2 Jan 2019 06:02:58 +0000 (14:02 +0800)]
Merge branch 'bugfix/btdm_debug_numeric_comparison_mode' into 'master'

component/bt: modify the BLE example to make it run with "numeric comparison" mode

See merge request idf/esp-idf!3500

5 years agoMerge branch 'bugfix/fix_ci_example_test_not_executed' into 'master'
Angus Gratton [Wed, 2 Jan 2019 05:59:47 +0000 (13:59 +0800)]
Merge branch 'bugfix/fix_ci_example_test_not_executed' into 'master'

ci: init submodule in assign_test job

See merge request idf/esp-idf!4046

5 years agoMerge branch 'bugfix/https_server_cpp_support' into 'master'
Angus Gratton [Wed, 2 Jan 2019 05:58:37 +0000 (13:58 +0800)]
Merge branch 'bugfix/https_server_cpp_support' into 'master'

esp_https_server : add extern C directive for C++ support

See merge request idf/esp-idf!4054

5 years agoMerge branch 'bugfix/remove_gatts_warning' into 'master'
Jiang Jiang Jian [Wed, 2 Jan 2019 04:00:10 +0000 (12:00 +0800)]
Merge branch 'bugfix/remove_gatts_warning' into 'master'

components/bt: Remove warnings in btc_gatts_arg_deep_copy() that are confusing

See merge request idf/esp-idf!4008

5 years agoMerge branch 'feature/coex_unforce_wifi_if_no_data_buffered_in_beacon' into 'master'
Jiang Jiang Jian [Wed, 2 Jan 2019 03:56:15 +0000 (11:56 +0800)]
Merge branch 'feature/coex_unforce_wifi_if_no_data_buffered_in_beacon' into 'master'

esp32: unforce wifi if receiving beacon with no data buffered in dream state and reduce force receiving broadcast data time

See merge request idf/esp-idf!3963

5 years agohttps_server : add extern C directive and other minor changes for C++ support
Anurag Kar [Mon, 31 Dec 2018 05:52:42 +0000 (11:22 +0530)]
https_server : add extern C directive and other minor changes for C++ support

Closes https://github.com/espressif/esp-idf/issues/2887

5 years agoMerge branch 'doc/btdm_modem_sleep_EVED_mode' into 'master'
Jiang Jiang Jian [Sat, 29 Dec 2018 02:27:28 +0000 (10:27 +0800)]
Merge branch 'doc/btdm_modem_sleep_EVED_mode' into 'master'

doc/btdm_modem_sleep_EVED_mode

See merge request idf/esp-idf!4017

5 years agoMerge branch 'bugfix/lwip_add_hostname_option_in_dhcp_discover' into 'master'
Jiang Jiang Jian [Fri, 28 Dec 2018 12:26:11 +0000 (20:26 +0800)]
Merge branch 'bugfix/lwip_add_hostname_option_in_dhcp_discover' into 'master'

add hostname option in dhcp discover

See merge request idf/esp-idf!3937

5 years agoci: init submodule in assign_test job:
He Yin Ling [Fri, 28 Dec 2018 09:40:21 +0000 (17:40 +0800)]
ci: init submodule in assign_test job:

esptool is used by example test, we need to init submodule

5 years agopthread tests : test case added for detach functionality
Anurag Kar [Fri, 28 Dec 2018 09:11:24 +0000 (14:41 +0530)]
pthread tests : test case added for detach functionality

5 years agoesp32: unforce wifi if receiving beacon with no data buffered in dream
XiaXiaotian [Thu, 13 Dec 2018 12:54:27 +0000 (20:54 +0800)]
esp32: unforce wifi if receiving beacon with no data buffered in dream
state and reduce force receiving broadcast data time

    1. If receiving beacon which indicates that there is no data buffered,
    do not force to receive WiFi data.
    2. If receiving beacon which indicates that there is broadcast data
    buffered, reduce the time to force receiving broadcast data.

5 years agoMerge branch 'mesh/bugfix_v3.3_cont' into 'master'
Jiang Jiang Jian [Fri, 28 Dec 2018 06:08:18 +0000 (14:08 +0800)]
Merge branch 'mesh/bugfix_v3.3_cont' into 'master'

mesh: bugfix

See merge request idf/esp-idf!4009

5 years agobugfix/pthread : pthread_detach implementation fixed to correctly delete pthread...
Anurag Kar [Thu, 27 Dec 2018 13:02:14 +0000 (18:32 +0530)]
bugfix/pthread : pthread_detach implementation fixed to correctly delete pthread object when invoked after task completion

5 years agocomponent/bt: some miscellaneous modifications for BLE
Tree [Wed, 26 Dec 2018 12:36:33 +0000 (20:36 +0800)]
component/bt: some miscellaneous modifications for BLE

5 years agomesh: update libs
qiyueixa [Wed, 26 Dec 2018 08:10:55 +0000 (16:10 +0800)]
mesh: update libs

1. when no parent is found, send probe request via broadcast.
2. fix memory leak caused by the remove announcement being sent is not released when esp_mesh_stop() is called.
3. fix modify IE encrypt after mesh is started.
4. ignore esp_mesh_connect() if mesh automatic reconnection is enabled.
5. fix reason is cleared before vote is done.

5 years agoMerge branch 'bugfix/confserver_on_windows' into 'master'
Ivan Grokhotkov [Tue, 25 Dec 2018 13:00:39 +0000 (21:00 +0800)]
Merge branch 'bugfix/confserver_on_windows' into 'master'

Fix unable to start confserver on windows

See merge request idf/esp-idf!4022

5 years agocmake: fix unable to start confserver on windows
Renz Christian Bagaporo [Sun, 23 Dec 2018 11:52:58 +0000 (19:52 +0800)]
cmake: fix unable to start confserver on windows

5 years agocomponent/bt: add more information and description for bluetooth modem sleep
wangmengyang [Fri, 21 Dec 2018 11:30:20 +0000 (19:30 +0800)]
component/bt: add more information and description for bluetooth modem sleep

Add remark that "EVED" mode for bluetooth modem sleep is only used for internal test

5 years agoMerge branch 'doc/cmake_branch' into 'master'
Angus Gratton [Fri, 21 Dec 2018 09:36:48 +0000 (17:36 +0800)]
Merge branch 'doc/cmake_branch' into 'master'

Make CMake Getting Started guides version-aware

See merge request idf/esp-idf!3984

5 years agoMerge branch 'mesh/bugfix_v3.3' into 'master'
Jiang Jiang Jian [Fri, 21 Dec 2018 09:27:11 +0000 (17:27 +0800)]
Merge branch 'mesh/bugfix_v3.3' into 'master'

wifi: fix STAs can not detect disconnection from AP when encrypt transmission is used

See merge request idf/esp-idf!3907

5 years agodocs: Make Getting Started (CMake) guides version-aware
Angus Gratton [Tue, 18 Dec 2018 06:22:40 +0000 (17:22 +1100)]
docs: Make Getting Started (CMake) guides version-aware

Also clean up some changes in Chinese CMake guide which were not propagated from the English guide.