]> granicus.if.org Git - esp-idf/log
esp-idf
6 years agoMerge branch 'bugfix/btdm_fix_reconnect_fail_in_smp_v30' into 'release/v3.0'
Jiang Jiang Jian [Tue, 20 Mar 2018 10:49:13 +0000 (18:49 +0800)]
Merge branch 'bugfix/btdm_fix_reconnect_fail_in_smp_v30' into 'release/v3.0'

Component/bt: fix reconnect fail in smp for v3.0

See merge request idf/esp-idf!2075

6 years agoMerge branch 'feature/optimize_wifi_tx_v3.0' into 'release/v3.0'
Jiang Jiang Jian [Tue, 20 Mar 2018 10:22:24 +0000 (18:22 +0800)]
Merge branch 'feature/optimize_wifi_tx_v3.0' into 'release/v3.0'

esp32: optimize wifi tx

See merge request idf/esp-idf!2092

6 years agoMerge branch 'cherry-pick-45eb556d' into 'release/v3.0'
Jiang Jiang Jian [Tue, 20 Mar 2018 08:38:13 +0000 (16:38 +0800)]
Merge branch 'cherry-pick-45eb556d' into 'release/v3.0'

cherry pick 'bugfix/wpa2_assert_when_use_sha256_signature' into 'release/v3.0'

See merge request idf/esp-idf!2094

6 years agoesp32: optimize wifi tx
Liu Zhi Fu [Mon, 19 Mar 2018 14:51:41 +0000 (22:51 +0800)]
esp32: optimize wifi tx

1. Optimize WiFi TX retry counter
2. Optimize WiFi TX timeout

6 years agoMerge branch 'bugfix/wpa2_assert_when_use_sha256_signature' into 'master'
Jiang Jiang Jian [Tue, 20 Mar 2018 07:19:55 +0000 (15:19 +0800)]
Merge branch 'bugfix/wpa2_assert_when_use_sha256_signature' into 'master'

bugfix of wpa2 assert when use sha256 do signature

See merge request idf/esp-idf!2089

(cherry picked from commit 45eb556ddf5b584b9a6231b447828e0284750995)

bc97b0f3 bugfix of wpa2 assert when use sha256 do signature

6 years agoMerge branch 'bugfix/tw19041_esp_wifi_stop_not_return_v3.0' into 'release/v3.0'
Jiang Jiang Jian [Tue, 20 Mar 2018 07:18:17 +0000 (15:18 +0800)]
Merge branch 'bugfix/tw19041_esp_wifi_stop_not_return_v3.0' into 'release/v3.0'

esp32: Fix wifi stop never returns issue

See merge request idf/esp-idf!2088

6 years agoesp32: Fix wifi stop never returns issue
Liu Zhi Fu [Mon, 19 Mar 2018 13:06:05 +0000 (21:06 +0800)]
esp32: Fix wifi stop never returns issue

Fix esp_wifi_stop never returns issue

6 years agoMerge branch 'bugfix/tw19020_force_1.9V_when_flash_is_80M_v3.0' into 'release/v3.0'
Jiang Jiang Jian [Mon, 19 Mar 2018 10:50:47 +0000 (18:50 +0800)]
Merge branch 'bugfix/tw19020_force_1.9V_when_flash_is_80M_v3.0' into 'release/v3.0'

bootloader: force SDIO 1.9V if flash is 80M

See merge request idf/esp-idf!2084

6 years agoMerge branch 'bugfix/fix_wpa2_disconnect_assert_issue_v3.0' into 'release/v3.0'
Jiang Jiang Jian [Mon, 19 Mar 2018 10:24:01 +0000 (18:24 +0800)]
Merge branch 'bugfix/fix_wpa2_disconnect_assert_issue_v3.0' into 'release/v3.0'

fix the issue that wpa2 assert when disconnect from AP

See merge request idf/esp-idf!2066

6 years agobootloader: force SDIO 1.9V if flash is 80M
Liu Zhi Fu [Mon, 19 Mar 2018 08:09:52 +0000 (16:09 +0800)]
bootloader: force SDIO 1.9V if flash is 80M

If the SPI flash frequency is 80M, the voltage of SDIO is 1.9V,
otherwise, it can configured to 1.8V or 1.9V via menuconfig.

6 years agoMerge branch 'bugfix/btdm_fix_gattc_open_API_v30' into 'release/v3.0'
Jiang Jiang Jian [Mon, 19 Mar 2018 06:27:22 +0000 (14:27 +0800)]
Merge branch 'bugfix/btdm_fix_gattc_open_API_v30' into 'release/v3.0'

component/bt: fix gattc open api for v3.0

See merge request idf/esp-idf!2077

6 years agoMerge branch 'bugfix/btdm_fix_eddystone_v30' into 'release/v3.0'
Jiang Jiang Jian [Mon, 19 Mar 2018 06:27:08 +0000 (14:27 +0800)]
Merge branch 'bugfix/btdm_fix_eddystone_v30' into 'release/v3.0'

Component/bt: fix eddystone demo error for v3.0

See merge request idf/esp-idf!2076

6 years agoMerge branch 'bugfix/multi_connection_performance' into 'release/v3.0'
Jiang Jiang Jian [Mon, 19 Mar 2018 06:05:19 +0000 (14:05 +0800)]
Merge branch 'bugfix/multi_connection_performance' into 'release/v3.0'

component/bt : improve multi-connection performance and stability

See merge request idf/esp-idf!2068

6 years agoComponent/bt: fix reconnect fail in smp
zhiweijian [Fri, 16 Mar 2018 10:25:03 +0000 (18:25 +0800)]
Component/bt: fix reconnect fail in smp

6 years agoMerge branch 'bugfix/btdm_fix_get_attr_value_error_after_prepare_write_v30' into...
Jiang Jiang Jian [Mon, 19 Mar 2018 02:48:39 +0000 (10:48 +0800)]
Merge branch 'bugfix/btdm_fix_get_attr_value_error_after_prepare_write_v30' into 'release/v3.0'

Component/bt: fix get attr value error after prepare write for v3.0

See merge request idf/esp-idf!2028

6 years agoMerge branch 'cherry-pick-db690e3f-2' into 'release/v3.0'
Jiang Jiang Jian [Mon, 19 Mar 2018 02:47:55 +0000 (10:47 +0800)]
Merge branch 'cherry-pick-db690e3f-2' into 'release/v3.0'

Component/bt: add params check in prefer_conn_params() for v3.0

See merge request idf/esp-idf!2062

6 years agoMerge branch 'bugfix/btdm_clear_start_stop_adv_callback_when_complete_v30' into ...
Jiang Jiang Jian [Mon, 19 Mar 2018 02:47:19 +0000 (10:47 +0800)]
Merge branch 'bugfix/btdm_clear_start_stop_adv_callback_when_complete_v30' into 'release/v3.0'

Component/bt: clear start/stop adv callback when complete_v3.0

See merge request idf/esp-idf!2029

6 years agoMerge branch 'cherry-pick-09a30ddf_into_release/v3.0' into 'release/v3.0'
Ivan Grokhotkov [Sun, 18 Mar 2018 11:23:03 +0000 (19:23 +0800)]
Merge branch 'cherry-pick-09a30ddf_into_release/v3.0' into 'release/v3.0'

bugfix/Fix BLK3_RESERVED_FLAG register and other minor bugs

See merge request idf/esp-idf!2078

6 years agobugfix/Fix BLK3_RESERVED_FLAG register and other minor bugs
Darian Leung [Thu, 15 Mar 2018 06:51:24 +0000 (14:51 +0800)]
bugfix/Fix BLK3_RESERVED_FLAG register and other minor bugs

This commit fixes an incorrect register definition for BLK3_RESERVED_FLAG.
Other bugs include a missing conditional check, and updated comments
on modifying eFuse checking behavior.

6 years agocomponent/bt: fix gattc open api
zwj [Fri, 2 Mar 2018 13:33:28 +0000 (21:33 +0800)]
component/bt: fix gattc open api

6 years agoComponent/bt: fix eddystone demo error
zhiweijian [Mon, 12 Mar 2018 04:10:09 +0000 (12:10 +0800)]
Component/bt: fix eddystone demo error

6 years agoMerge branch 'cherry-pick-702b4610-2' into 'release/v3.0'
Jiang Jiang Jian [Thu, 15 Mar 2018 10:07:19 +0000 (18:07 +0800)]
Merge branch 'cherry-pick-702b4610-2' into 'release/v3.0'

Component/bt: fix set error params and return callback when start adv for v3.0

See merge request idf/esp-idf!2061

6 years agoMerge branch 'cherry-pick-dc66940f' into 'release/v3.0'
Jiang Jiang Jian [Thu, 15 Mar 2018 10:06:00 +0000 (18:06 +0800)]
Merge branch 'cherry-pick-dc66940f' into 'release/v3.0'

Merge branch 'bugfix/btdm_a2dp_disc_rsn_error_when_as_master' into 'release/v3.0'

See merge request idf/esp-idf!2067

6 years agocomponent/bt : improve multi-connection performance and stability
Tian Hao [Thu, 15 Mar 2018 07:36:53 +0000 (15:36 +0800)]
component/bt : improve multi-connection performance and stability

6 years agoMerge branch 'cherry-pick-047870fd' into 'release/v3.0'
Jiang Jiang Jian [Thu, 15 Mar 2018 07:34:48 +0000 (15:34 +0800)]
Merge branch 'cherry-pick-047870fd' into 'release/v3.0'

Merge branch 'bugfix/btdm_string_to_bdaddr_error_when_opening_nano' into 'v3.0'

See merge request idf/esp-idf!2064

6 years agoMerge branch 'bugfix/btdm_a2dp_disc_rsn_error_when_as_master' into 'master'
Jiang Jiang Jian [Thu, 15 Mar 2018 07:28:11 +0000 (15:28 +0800)]
Merge branch 'bugfix/btdm_a2dp_disc_rsn_error_when_as_master' into 'master'

component/bt: Fix bug: a2dp disc_rsn error when as master

See merge request idf/esp-idf!1995

(cherry picked from commit dc66940f82be8ef45710c1f0b8705c4f37cd0fa3)

f1d3f689 component/bt: Fix bug: a2dp disc_rsn error when as master

6 years agoMerge branch 'bugfix/btdm_a2dp_cleanup_bug_3.0' into 'release/v3.0'
Jiang Jiang Jian [Thu, 15 Mar 2018 07:04:07 +0000 (15:04 +0800)]
Merge branch 'bugfix/btdm_a2dp_cleanup_bug_3.0' into 'release/v3.0'

component/bt: Fix bug of a2dp cleanup bug when connected in v3.0

See merge request idf/esp-idf!2040

6 years agofix the issue that wpa2 assert when disconnect from AP
XiaXiaotian [Thu, 15 Mar 2018 06:42:31 +0000 (14:42 +0800)]
fix the issue that wpa2 assert when disconnect from AP

6 years agoMerge branch 'bugfix/btdm_string_to_bdaddr_error_when_opening_nano' into 'master'
Jiang Jiang Jian [Thu, 15 Mar 2018 06:14:47 +0000 (14:14 +0800)]
Merge branch 'bugfix/btdm_string_to_bdaddr_error_when_opening_nano' into 'master'

component/bt: Fix bug: string_to_bdaddr() error when opening nano

See merge request idf/esp-idf!1981

(cherry picked from commit 047870fd8098ffb7b958f7c753fd25e3db5676df)

54320d5f component/bt: Fix bug: string_to_bdaddr() error when opening nano

6 years agoMerge branch 'bugfix/btdm_add_param_check_in_gap_set_prefer_conn_params' into 'master'
Jiang Jiang Jian [Thu, 8 Mar 2018 12:08:33 +0000 (20:08 +0800)]
Merge branch 'bugfix/btdm_add_param_check_in_gap_set_prefer_conn_params' into 'master'

Component/bt: add_params_check_in_prefer_conn_params()

See merge request idf/esp-idf!1944

(cherry picked from commit db690e3f8579ad3255dbbd6046c0acfdc2a73cdd)

b09d681d Component/bt: add_params_check_in_prefer_conn_params()

6 years agoMerge branch 'bugfix/btdm_fix_set_error_channel_map_in_adv_params' into 'master'
Jiang Jiang Jian [Thu, 8 Mar 2018 12:18:30 +0000 (20:18 +0800)]
Merge branch 'bugfix/btdm_fix_set_error_channel_map_in_adv_params' into 'master'

Component/bt: fix set error params and return callback when start adv

See merge request idf/esp-idf!1943

(cherry picked from commit 702b46108c53b6a21f6a73670fecbf1468950edd)

4056878c Component/bt: fix set error params and add callback in adv params

6 years agoMerge branch 'bugfix/esp_timer_overflow_for_v3_0' into 'release/v3.0'
Jiang Jiang Jian [Thu, 15 Mar 2018 02:48:15 +0000 (10:48 +0800)]
Merge branch 'bugfix/esp_timer_overflow_for_v3_0' into 'release/v3.0'

component/esp32: fix esp_timer bug

See merge request idf/esp-idf!1878

6 years agocomponent/esp32: fix esp_timer bug
Tian Hao [Mon, 29 Jan 2018 12:23:59 +0000 (20:23 +0800)]
component/esp32: fix esp_timer bug

1. fix the bug that cause esp_timer_get_time is not accuracy(the max margin may be 106s).
2. fix the bug that causes esp timer come too early.

6 years agocomponent/bt: Fix bug of a2dp cleanup bug when connected in v3.0
baohongde [Mon, 12 Mar 2018 08:36:11 +0000 (16:36 +0800)]
component/bt: Fix bug of a2dp cleanup bug when connected in v3.0

6 years agoMerge branch 'cherry-pick-17e8d49f' into 'release/v3.0'
Jiang Jiang Jian [Fri, 9 Mar 2018 08:29:35 +0000 (16:29 +0800)]
Merge branch 'cherry-pick-17e8d49f' into 'release/v3.0'

Merge branch 'bugfix/btdm_update_pktLen_have_no_callback' into 'release/v3.0'

See merge request idf/esp-idf!2010

6 years agoMerge branch 'bugfix/fix_some_wifi_bugs_v3.0' into 'release/v3.0'
Jiang Jiang Jian [Fri, 9 Mar 2018 08:21:40 +0000 (16:21 +0800)]
Merge branch 'bugfix/fix_some_wifi_bugs_v3.0' into 'release/v3.0'

esp32: fix some WiFi bugs

See merge request idf/esp-idf!1987

6 years agoComponent/bt: clear start/stop adv callback when complete
zhiweijian [Sun, 11 Feb 2018 07:21:51 +0000 (15:21 +0800)]
Component/bt: clear start/stop adv callback when complete

6 years agoComponent/bt: fix get attr value error after prepare write
zhiweijian [Sat, 24 Feb 2018 07:53:56 +0000 (15:53 +0800)]
Component/bt: fix get attr value error after prepare write

6 years agoMerge branch 'bugfix/wifi_lwip_close_socket_when_tcp_connecting_v3.0' into 'release...
Jiang Jiang Jian [Thu, 8 Mar 2018 12:28:42 +0000 (20:28 +0800)]
Merge branch 'bugfix/wifi_lwip_close_socket_when_tcp_connecting_v3.0' into 'release/v3.0'

Close socket request will abort tcp write/connect

See merge request idf/esp-idf!1741

6 years agoesp32: fix some WiFi bugs
Liu Zhi Fu [Mon, 26 Feb 2018 13:58:44 +0000 (21:58 +0800)]
esp32: fix some WiFi bugs

1. Fix esp_wifi_deinit causes system crash issue
2. Fix QoS AC map issue

6 years agoMerge branch 'bugfix/btdm_update_pktLen_have_no_callback' into 'master'
Jiang Jiang Jian [Mon, 5 Mar 2018 08:14:48 +0000 (16:14 +0800)]
Merge branch 'bugfix/btdm_update_pktLen_have_no_callback' into 'master'

component/bt: Fix bug:update pktlen have no callback

See merge request idf/esp-idf!1913

(cherry picked from commit 17e8d49f26fd108efcc6b108843241d2eda2ba1e)

acdad323 component/bt: Fix bug:update pktlen have no callback

6 years agoMerge branch 'bugfix/btdm_mem_leak_of_bt_3.0' into 'release/v3.0'
Jiang Jiang Jian [Mon, 5 Mar 2018 08:07:08 +0000 (16:07 +0800)]
Merge branch 'bugfix/btdm_mem_leak_of_bt_3.0' into 'release/v3.0'

component/bt: Fix mem leak of bt in v3.0

See merge request idf/esp-idf!1925

6 years agoMerge branch 'adc_calibration_release_3.0' into 'release/v3.0'
Ivan Grokhotkov [Fri, 2 Mar 2018 09:19:45 +0000 (17:19 +0800)]
Merge branch 'adc_calibration_release_3.0' into 'release/v3.0'

esp_adc_cal/cherry pick into release 3.0

See merge request idf/esp-idf!1986

6 years agocomponent/bt: Fix mem leak of bt in v3.0
baohongde [Thu, 8 Feb 2018 03:18:30 +0000 (11:18 +0800)]
component/bt: Fix mem leak of bt in v3.0

6 years agoesp_adc_cal/Add eFuse functionality and update calibration method
Darian Leung [Wed, 24 Jan 2018 09:22:13 +0000 (17:22 +0800)]
esp_adc_cal/Add eFuse functionality and update calibration method

This commit updates the esp_adc_cal ocmponent to support eFuse functionality.
The method of calibraiton has also been changed

6 years agoMerge branch 'cherry-pick-22dcdce9' into 'release/v3.0'
Jiang Jiang Jian [Sat, 24 Feb 2018 02:24:17 +0000 (10:24 +0800)]
Merge branch 'cherry-pick-22dcdce9' into 'release/v3.0'

Merge branch 'bugfix/btdm_scan_result_of_adv_type_wrong' into 'release/v3.0'

See merge request idf/esp-idf!1914

6 years agoMerge branch 'bugfix/btdm_a2dp_task_stack_size_for_v3.0' into 'release/v3.0'
Jiang Jiang Jian [Sat, 24 Feb 2018 02:18:12 +0000 (10:18 +0800)]
Merge branch 'bugfix/btdm_a2dp_task_stack_size_for_v3.0' into 'release/v3.0'

component/bt: make A2DP sink task size configurable through menuconfig

See merge request idf/esp-idf!1890

6 years agoMerge branch 'bugfix/btdm_alarm_free_for_v3.0' into 'release/v3.0'
Jiang Jiang Jian [Sat, 24 Feb 2018 02:17:15 +0000 (10:17 +0800)]
Merge branch 'bugfix/btdm_alarm_free_for_v3.0' into 'release/v3.0'

component/bt: free timer resources after using them

See merge request idf/esp-idf!1888

6 years agoMerge branch 'bugfix/realloc_corruption_bug_v30' into 'release/v3.0'
Ivan Grokhotkov [Sun, 11 Feb 2018 05:43:00 +0000 (13:43 +0800)]
Merge branch 'bugfix/realloc_corruption_bug_v30' into 'release/v3.0'

heap: Fix bug when realloc moves data between heaps (backport to v3.0)

See merge request idf/esp-idf!1934

6 years agoheap: Fix bug when realloc moves data between heaps
Angus Gratton [Fri, 9 Feb 2018 03:41:27 +0000 (11:41 +0800)]
heap: Fix bug when realloc moves data between heaps

When realloc-ing to a smaller buffer size which ends up allocated in a different heap, the heap
structure is corrupted. This can only happen:

* If heap checking is Comprehensive (meaning buffers are never shrunk in place) and the heap the buffer was originally allocated in is full.
* Calling heap_caps_realloc() to deliberately move a buffer to a different capabilities type, and shrink it at the same time.

Probable fix for https://github.com/espressif/esp-idf/issues/1582
Probably the same issue:
https://www.esp32.com/viewtopic.php?f=2&t=4583
https://www.esp32.com/viewtopic.php?f=13&t=3717

6 years agoMerge branch 'bugfix/btdm_scan_result_of_adv_type_wrong' into 'master'
Jiang Jiang Jian [Tue, 6 Feb 2018 07:50:29 +0000 (15:50 +0800)]
Merge branch 'bugfix/btdm_scan_result_of_adv_type_wrong' into 'master'

component/bt: Fix bug:scan result of adv type is wrong

See merge request idf/esp-idf!1897

(cherry picked from commit 22dcdce949dd654b0b262a6128cc9afa32f1ba10)

79fd3f4f component/bt: Fix bug:scan result of adv type is wrong

6 years agoMerge branch 'bugfix/cjson_171_backport_v30' into 'release/v3.0'
Angus Gratton [Mon, 5 Feb 2018 14:30:07 +0000 (22:30 +0800)]
Merge branch 'bugfix/cjson_171_backport_v30' into 'release/v3.0'

Update cJSON to v1.7.1 (backport to v3.0)

See merge request idf/esp-idf!1907

6 years agocomponent/bt: make A2DP sink task size configurable through menuconfig
wangmengyang [Mon, 5 Feb 2018 11:47:58 +0000 (19:47 +0800)]
component/bt: make A2DP sink task size configurable through menuconfig

1. make the A2DP sink task stack size configurable through menuconfig

# Conflicts:
# components/bt/Kconfig
# components/bt/bluedroid/api/include/esp_a2dp_api.h
# components/bt/bluedroid/btc/profile/std/a2dp/btc_a2dp_sink.c
# components/bt/bluedroid/btc/profile/std/a2dp/btc_a2dp_source.c
# components/bt/bluedroid/osi/include/thread.h

6 years agoUpdate cJSON to v1.7.1
Angus Gratton [Mon, 5 Feb 2018 03:31:02 +0000 (11:31 +0800)]
Update cJSON to v1.7.1

* Fix buffer overflow issue in cJSON 1.6.0
* Change cJSON structure to git submodule

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

7 years agoMerge branch 'bugfix/btdm_fix_stop_adv_no_callback_when_adv_has_been_stoped_for_v30...
Jiang Jiang Jian [Thu, 1 Feb 2018 12:15:51 +0000 (20:15 +0800)]
Merge branch 'bugfix/btdm_fix_stop_adv_no_callback_when_adv_has_been_stoped_for_v30' into 'release/v3.0'

Component/bt: fix stop adv no callback when adv has been stoped for v3.0

See merge request idf/esp-idf!1857

7 years agocomponent/bt: free timer resources after using them
wangmengyang [Thu, 1 Feb 2018 05:52:19 +0000 (13:52 +0800)]
component/bt: free timer resources after using them

Bluedroid use a set of timer function pairs such as btu_start_timer/btu_stop_timer, btu_sys_start_timer/btu_sys_stop_timer for use, in a lack of timer release functions. Thus the timers may be exhausted after some event sequence such as repetition of connection/reconnection with different devices. The maximum timer number used in bluedroid is given by ALARM_CBS_NUM which is 30 for now. This bugfix borrowed some update from bluedroid in Andoroid 7.0, which add timer release functions which promote the recycle of timer resources.

# Conflicts:
# components/bt/bluedroid/stack/btu/btu_task.c
# components/bt/bluedroid/stack/gatt/gatt_main.c
# components/bt/bluedroid/stack/rfcomm/port_utils.c
# components/bt/bluedroid/stack/rfcomm/rfc_utils.c

7 years agoComponent/bt: fix stop adv no callback when adv has been stoped
zhiweijian [Tue, 23 Jan 2018 11:48:02 +0000 (19:48 +0800)]
Component/bt: fix stop adv no callback when adv has been stoped

7 years agoMerge branch 'bugfix/btdm_fix_BT_load_boned_in_smp_for_v30' into 'release/v3.0'
Jiang Jiang Jian [Wed, 31 Jan 2018 08:45:58 +0000 (16:45 +0800)]
Merge branch 'bugfix/btdm_fix_BT_load_boned_in_smp_for_v30' into 'release/v3.0'

Component/bt: fix bt loads all the bonded devices in smp for v3.0

See merge request idf/esp-idf!1856

7 years agoMerge branch 'cherry-pick-0f22a53f' into 'release/v3.0'
Ivan Grokhotkov [Mon, 29 Jan 2018 14:33:36 +0000 (22:33 +0800)]
Merge branch 'cherry-pick-0f22a53f' into 'release/v3.0'

sysview: fix compilation in 1 core mode, refactor timer choices (cherry-pick for 3.0)

See merge request idf/esp-idf!1873

7 years agoMerge branch 'bugfix/sysview_timer_1core' into 'master'
Ivan Grokhotkov [Mon, 29 Jan 2018 09:28:59 +0000 (17:28 +0800)]
Merge branch 'bugfix/sysview_timer_1core' into 'master'

sysview: fix compilation in 1 core mode, refactor timer choices

See merge request idf/esp-idf!1822

(cherry picked from commit 0f22a53fc22798dfcfa12fe491e5dc0e714ff227)

c3d82157 sysview: fix compilation in 1 core mode, refactor timer choices

7 years agoComponent/bt: fix bt load boned in smp
zhiweijian [Fri, 26 Jan 2018 06:45:36 +0000 (14:45 +0800)]
Component/bt: fix bt load boned in smp

7 years agoMerge branch 'bugfix/btdm_fix_bonded_device_list_error_after_reboot_v30' into 'releas...
Jiang Jiang Jian [Fri, 26 Jan 2018 03:38:19 +0000 (11:38 +0800)]
Merge branch 'bugfix/btdm_fix_bonded_device_list_error_after_reboot_v30' into 'release/v3.0'

Component/bt: fix bonded device list error after reboot for v3.0

See merge request !1849

7 years agoComponent/bt: fix bonded device list error after reboot
zhiweijian [Fri, 5 Jan 2018 09:57:40 +0000 (17:57 +0800)]
Component/bt: fix bonded device list error after reboot

7 years agoMerge branch 'cherry-pick-c25be19e' into 'release/v3.0'
Jiang Jiang Jian [Thu, 25 Jan 2018 15:12:56 +0000 (23:12 +0800)]
Merge branch 'cherry-pick-c25be19e' into 'release/v3.0'

Merge branch 'bugfix/multi_ping_crash' into 'release/v3.0'

See merge request !1851

7 years agoMerge branch 'bugfix/fix_uart_related_bug' into 'release/v3.0'
Jiang Jiang Jian [Thu, 25 Jan 2018 11:34:04 +0000 (19:34 +0800)]
Merge branch 'bugfix/fix_uart_related_bug' into 'release/v3.0'

driver(uart): merge uart related bugfixes into v3.0

See merge request !1845

7 years agoMerge branch 'bugfix/multi_ping_crash' into 'master'
Wu Jian Gang [Tue, 16 Jan 2018 01:05:32 +0000 (09:05 +0800)]
Merge branch 'bugfix/multi_ping_crash' into 'master'

fix(ping): fix crash when multi-ping

See merge request !1768

7 years agoMerge branch 'cherry-pick-02821571' into 'release/v3.0'
Jiang Jiang Jian [Thu, 25 Jan 2018 08:13:46 +0000 (16:13 +0800)]
Merge branch 'cherry-pick-02821571' into 'release/v3.0'

Merge branch 'bugfix/xRingbufferSend_timeout_bug' into 'release/v3.0'

See merge request !1843

7 years agoMerge branch 'bugfix/wifi_fix_espnow_mem_leak_v3.0' into 'release/v3.0'
Jiang Jiang Jian [Wed, 24 Jan 2018 13:44:27 +0000 (21:44 +0800)]
Merge branch 'bugfix/wifi_fix_espnow_mem_leak_v3.0' into 'release/v3.0'

fix espnow memory leak

See merge request !1842

7 years agodriver(uart):merge branch into v3.0 which fixed three bug related with uart
kooho [Wed, 24 Jan 2018 13:27:12 +0000 (21:27 +0800)]
driver(uart):merge branch into v3.0 which fixed three bug related with uart
    1. uart fifo reset
    2. uart pattern interrupt
    3. uart buffered_len error.

7 years agoMerge branch 'bugfix/xRingbufferSend_timeout_bug' into 'master'
Ivan Grokhotkov [Tue, 23 Jan 2018 07:37:13 +0000 (15:37 +0800)]
Merge branch 'bugfix/xRingbufferSend_timeout_bug' into 'master'

bugfix(ringbuffer): Fix ringbuffer_send timeout bug

See merge request !1823

7 years agofix espnow memory leak
XiaXiaotian [Wed, 24 Jan 2018 08:20:20 +0000 (16:20 +0800)]
fix espnow memory leak

7 years agoMerge branch 'cherry-pick-ce2e4cbc' into 'release/v3.0'
Jiang Jiang Jian [Wed, 24 Jan 2018 07:55:46 +0000 (15:55 +0800)]
Merge branch 'cherry-pick-ce2e4cbc' into 'release/v3.0'

Merge branch 'bugfix/log_hex_buffer_pr1519' into 'release/v3.0'

See merge request !1839

7 years agoMerge branch 'bugfix/wifi_fix_sniffer_rx_misc_data_assert_v3.0' into 'release/v3.0'
Jiang Jiang Jian [Tue, 23 Jan 2018 14:52:10 +0000 (22:52 +0800)]
Merge branch 'bugfix/wifi_fix_sniffer_rx_misc_data_assert_v3.0' into 'release/v3.0'

Fix the bug that in sniffer mode it asserts when receive misc data at first

See merge request !1833

7 years agoMerge branch 'bugfix/log_hex_buffer_pr1519' into 'master'
Jiang Jiang Jian [Tue, 23 Jan 2018 14:45:41 +0000 (22:45 +0800)]
Merge branch 'bugfix/log_hex_buffer_pr1519' into 'master'

Fix hexdump comment and array size. See issue #1518.

See merge request !1832

7 years agoMerge branch 'bugfix/btdm_classicbt_pscan_assert_for_v3.0' into 'release/v3.0'
Jiang Jiang Jian [Tue, 23 Jan 2018 14:39:28 +0000 (22:39 +0800)]
Merge branch 'bugfix/btdm_classicbt_pscan_assert_for_v3.0' into 'release/v3.0'

component/bt : fix the bug of pscan when interrupt react slowly

See merge request !1835

7 years agoFix the bug that in sniffer mode it asserts when receive misc data at first.
XiaXiaotian [Mon, 22 Jan 2018 13:36:42 +0000 (21:36 +0800)]
Fix the bug that in sniffer mode it asserts when receive misc data at first.

    close github issue#1037 WiFi Promiscuous filter breaks w/
WIFI_PROMIS_FILTER_MASK_ALL and issue#1404
esp_wifi_set_promiscuous_filter set WIFI_PROMIS_FILTER_MASK_ALL error

7 years agocomponent/bt : fix the bug of pscan when interrupt react slowly
Tian Hao [Tue, 23 Jan 2018 06:16:02 +0000 (14:16 +0800)]
component/bt : fix the bug of pscan when interrupt react slowly

7 years agoMerge branch 'feature/mdns_3.0' into 'release/v3.0'
Ivan Grokhotkov [Tue, 23 Jan 2018 05:54:28 +0000 (13:54 +0800)]
Merge branch 'feature/mdns_3.0' into 'release/v3.0'

New mDNS implementation, cherry-pick for 3.0

See merge request !1834

7 years agomdns: Fix case where service is NULL and that will cause exception
me-no-dev [Mon, 22 Jan 2018 12:17:59 +0000 (13:17 +0100)]
mdns: Fix case where service is NULL and that will cause exception

7 years agomdns: Fix issue with some mDNS parsers
me-no-dev [Wed, 17 Jan 2018 17:06:42 +0000 (19:06 +0200)]
mdns: Fix issue with some mDNS parsers

Some mDNS parser have issue with zero terminated TXT lists. This fix targets to overcome this issue. Found and tested with jmdns.

7 years agoImport mDNS changes
me-no-dev [Thu, 7 Dec 2017 13:21:40 +0000 (14:21 +0100)]
Import mDNS changes

7 years agoMerge branch 'feature/btdm_ble_spp_docs_for_3.0' into 'release/v3.0'
Jiang Jiang Jian [Wed, 17 Jan 2018 02:19:43 +0000 (10:19 +0800)]
Merge branch 'feature/btdm_ble_spp_docs_for_3.0' into 'release/v3.0'

component/bt: add ble spp readme for 3.0

See merge request !1769

7 years agoMerge branch 'cherry-pick-f0ed4044' into 'release/v3.0'
Jiang Jiang Jian [Tue, 16 Jan 2018 11:43:52 +0000 (19:43 +0800)]
Merge branch 'cherry-pick-f0ed4044' into 'release/v3.0'

Merge branch 'bugfix/btdm_pair_fail_with_random_address' into 'master'

See merge request !1819

7 years agoMerge branch 'bugfix/btdm_pair_fail_with_random_address' into 'master'
Jiang Jiang Jian [Tue, 16 Jan 2018 10:17:45 +0000 (18:17 +0800)]
Merge branch 'bugfix/btdm_pair_fail_with_random_address' into 'master'

component/bt: Fix bug when pair with random address

See merge request !1784

7 years agoMerge branch 'bugfix/fix_rare_ci_example_build_errors' into 'release/v3.0'
Jiang Jiang Jian [Tue, 16 Jan 2018 09:13:08 +0000 (17:13 +0800)]
Merge branch 'bugfix/fix_rare_ci_example_build_errors' into 'release/v3.0'

cherry-pick fix rare ci example build errors to release v3.0

See merge request !1813

7 years agoMerge branch 'bugfix/btdm_discon_when_upd_conn_params_in_smp_for_v3.0' into 'release...
Jiang Jiang Jian [Tue, 16 Jan 2018 08:41:26 +0000 (16:41 +0800)]
Merge branch 'bugfix/btdm_discon_when_upd_conn_params_in_smp_for_v3.0' into 'release/v3.0'

component/bt: fix disconnect after connection params update in smp for v3.0

See merge request !1805

7 years agoMerge branch 'bugfix/btdm_fix_conn_params_update_failed_in_SMP_for_v3.0' into 'releas...
Jiang Jiang Jian [Tue, 16 Jan 2018 08:38:36 +0000 (16:38 +0800)]
Merge branch 'bugfix/btdm_fix_conn_params_update_failed_in_SMP_for_v3.0' into 'release/v3.0'

Component/bt: fix update connection params error in smp for v3.0

See merge request !1809

7 years agoCI: Fix an occasional error caused by reordering the commands along with 'tee' in...
Anton Maklakov [Fri, 5 Jan 2018 04:38:44 +0000 (12:38 +0800)]
CI: Fix an occasional error caused by reordering the commands along with 'tee' in the script

7 years agobuild system: Fix undefined variables
Anton Maklakov [Fri, 20 Oct 2017 04:14:41 +0000 (12:14 +0800)]
build system: Fix undefined variables

    make/project.mk:315: warning: undefined variable `CC'
    make/project.mk:316: warning: undefined variable `LD'
    make/project.mk:317: warning: undefined variable `AR'
    make/project.mk:62: warning: undefined variable `MAKECMDGOALS'
    components/partition_table/Makefile.projbuild:24: warning: undefined variable `quote'
    components/bootloader/Makefile.projbuild:123: warning: undefined variable 'BOOTLOADER_DIGEST_BIN'
    components/bootloader/Makefile.projbuild:123: warning: undefined variable 'SECURE_BOOTLOADER_KEY'

7 years agoCI: Fix a sporadic bug when building of the examples. Add logs to the artifacts
Anton Maklakov [Thu, 28 Dec 2017 10:20:14 +0000 (18:20 +0800)]
CI: Fix a sporadic bug when building of the examples. Add logs to the artifacts

7 years agoMerge branch 'bugfix/wifi_cal_real_rx_bcn_time_v3.0' into 'release/v3.0'
Jiang Jiang Jian [Mon, 15 Jan 2018 14:30:54 +0000 (22:30 +0800)]
Merge branch 'bugfix/wifi_cal_real_rx_bcn_time_v3.0' into 'release/v3.0'

Fix two wifi bugs

See merge request !1798

7 years agoFix two wifi bugs
XiaXiaotian [Mon, 15 Jan 2018 06:16:42 +0000 (14:16 +0800)]
Fix two wifi bugs

1. Fix the bug that receiving beacon time is not correct.

2. close github issue#233 esp_wifi_restore() bug.

7 years agoComponent/bt: fix update connection params error in smp for v3.0
zhiweijian [Mon, 15 Jan 2018 11:55:50 +0000 (19:55 +0800)]
Component/bt: fix update connection params error in smp for v3.0

7 years agoMerge branch 'cherry-pick-c401a74b' into 'release/v3.0'
Jiang Jiang Jian [Mon, 15 Jan 2018 10:49:25 +0000 (18:49 +0800)]
Merge branch 'cherry-pick-c401a74b' into 'release/v3.0'

Merge branch 'bugfix/btdm_aes_encrypt_workaround' into 'master'

See merge request !1800

7 years agoMerge branch 'cherry-pick-0cd97cec' into 'release/v3.0'
Jiang Jiang Jian [Mon, 15 Jan 2018 10:49:11 +0000 (18:49 +0800)]
Merge branch 'cherry-pick-0cd97cec' into 'release/v3.0'

Merge branch 'bugfix/btdm_error_when_add_device_to_whitelist_twice' into 'master'

See merge request !1799

7 years agoMerge branch 'bugfix/fix_qos_bug_in_11g_mode_v3.0' into 'release/v3.0'
Jiang Jiang Jian [Mon, 15 Jan 2018 10:26:30 +0000 (18:26 +0800)]
Merge branch 'bugfix/fix_qos_bug_in_11g_mode_v3.0' into 'release/v3.0'

Bugfix/fix qos bug in 11g mode v3.0

See merge request !1790

7 years agocomponent/bt: fix disconnect after connection params update in smp
zhiweijian [Mon, 15 Jan 2018 09:12:23 +0000 (17:12 +0800)]
component/bt: fix disconnect after connection params update in smp

7 years agoMerge branch 'bugfix/btdm_aes_encrypt_workaround' into 'master'
Jiang Jiang Jian [Tue, 2 Jan 2018 08:15:39 +0000 (16:15 +0800)]
Merge branch 'bugfix/btdm_aes_encrypt_workaround' into 'master'

component/bt: disable Secure Connections to workaround AES encryption issue

See merge request !1719

7 years agoMerge branch 'bugfix/btdm_error_when_add_device_to_whitelist_twice' into 'master'
Jiang Jiang Jian [Mon, 8 Jan 2018 11:16:34 +0000 (19:16 +0800)]
Merge branch 'bugfix/btdm_error_when_add_device_to_whitelist_twice' into 'master'

component/bt: Fix bug when add device to whitelist twice

See merge request !1700

7 years agocomponent/bt: add ble spp readme for 3.0
xiewenxiang [Tue, 9 Jan 2018 09:32:56 +0000 (17:32 +0800)]
component/bt: add ble spp readme for 3.0