]> granicus.if.org Git - esp-idf/log
esp-idf
7 years agocomponent/bt: Fix crash problem while using invalid control parameter
island [Wed, 7 Jun 2017 12:06:49 +0000 (20:06 +0800)]
component/bt: Fix crash problem while using invalid control parameter

- Fix crash problem while using invalid control parameter to set gatt characteristic or descriptor

7 years agoMerge branch 'bugfix/btdm_task_yield' into 'master'
Jiang Jiang Jian [Wed, 7 Jun 2017 08:16:06 +0000 (16:16 +0800)]
Merge branch 'bugfix/btdm_task_yield' into 'master'

component/bt : fix bug of task schedule delayed.

See merge request !828

7 years agocomponent/bt : fix bug of task schedule delayed.
Tian Hao [Wed, 7 Jun 2017 06:58:17 +0000 (14:58 +0800)]
component/bt : fix bug of task schedule delayed.

1. BLE RX test mode require quick task reaction, so allow higher priority task schedule from ISR.
2. Maybe other scenario also require this.

7 years agoMerge branch 'bugfix/btdm_library' into 'master'
Jiang Jiang Jian [Wed, 7 Jun 2017 06:17:33 +0000 (14:17 +0800)]
Merge branch 'bugfix/btdm_library' into 'master'

component/bt : revert the bluetooth library

See merge request !827

7 years agoMerge branch 'feature/tw10091_add_sniffer_filter' into 'master'
Jiang Jiang Jian [Wed, 7 Jun 2017 05:55:35 +0000 (13:55 +0800)]
Merge branch 'feature/tw10091_add_sniffer_filter' into 'master'

esp32: add sniffer filter api

See merge request !790

7 years agocomponent/bt : revert the bluetooth library
Tian Hao [Wed, 7 Jun 2017 05:52:28 +0000 (13:52 +0800)]
component/bt : revert the bluetooth library

bluetooth library use a old one, so update to the newest.

7 years agoMerge branch 'feature/btdm_add_connect_event_and_disconnect_event_for_gattc' into...
Jiang Jiang Jian [Wed, 7 Jun 2017 05:45:43 +0000 (13:45 +0800)]
Merge branch 'feature/btdm_add_connect_event_and_disconnect_event_for_gattc' into 'master'

component/bt: Add disconnect & connect func and event

See merge request !806

7 years agoMerge branch 'bugfix/bt_ble_separation' into 'master'
Jiang Jiang Jian [Tue, 6 Jun 2017 12:56:05 +0000 (20:56 +0800)]
Merge branch 'bugfix/bt_ble_separation' into 'master'

component/bt: fix the build error when using classic BT, with GATTC, GATTS and SMP disabled

See merge request !822

7 years agoMerge branch 'bugfix/btdm_rebase_update_param_#9626' into 'master'
Jiang Jiang Jian [Tue, 6 Jun 2017 12:55:23 +0000 (20:55 +0800)]
Merge branch 'bugfix/btdm_rebase_update_param_#9626' into 'master'

component/bt: rebase the btdm_updata_param_bug_#9626 to the new master.

See merge request !808

7 years agoMerge branch 'bugfix/btdm_cherrypick_no_doc_for_value_type_github_#118659' into ...
Jiang Jiang Jian [Tue, 6 Jun 2017 12:53:31 +0000 (20:53 +0800)]
Merge branch 'bugfix/btdm_cherrypick_no_doc_for_value_type_github_#118659' into 'master'

component/bt: Cherry-pick the btdm_no_doc_for_value_type_github_#118659 to this …

See merge request !825

7 years agoesp32: add sniffer filter api
Liu Zhi Fu [Fri, 26 May 2017 06:11:16 +0000 (14:11 +0800)]
esp32: add sniffer filter api

Add sniffer filter to filter specified packets

7 years agocomponent/bt: rebase the btdm_updata_param_bug_#9626 to the new master.
Yulong [Fri, 2 Jun 2017 05:09:23 +0000 (01:09 -0400)]
component/bt: rebase the btdm_updata_param_bug_#9626 to the new master.

- Added the error code for the time out status.

7 years agocomponent/bt: Cherry-pick the btdm_no_doc_for_value_type_github_#118659 to this branc...
Yulong [Tue, 6 Jun 2017 09:22:17 +0000 (05:22 -0400)]
component/bt: Cherry-pick the btdm_no_doc_for_value_type_github_#118659 to this branch to avoid conflict.

7 years agocomponent/bt: Add disconnect & connect func and event
zhiweijian [Thu, 1 Jun 2017 07:56:36 +0000 (15:56 +0800)]
component/bt: Add disconnect & connect func and event
- Add disconnect func for gap
- Add connect event and disconnect event for gattc

7 years agoMerge branch 'bugfix/i2s_channel_setting' into 'master'
Angus Gratton [Tue, 6 Jun 2017 06:40:43 +0000 (14:40 +0800)]
Merge branch 'bugfix/i2s_channel_setting' into 'master'

bugfix(i2s): fix error when changing channel number in i2s_set_clk function

See merge request !784

7 years agoMerge branch 'feature/nghttp2_v1_22' into 'master'
Angus Gratton [Tue, 6 Jun 2017 06:38:41 +0000 (14:38 +0800)]
Merge branch 'feature/nghttp2_v1_22' into 'master'

nghttp module: Update to v1.22, use submodule instead of in-tree source

See merge request !763

7 years agoMerge branch 'bugfix/make_srcdirs_order' into 'master'
Angus Gratton [Tue, 6 Jun 2017 06:37:21 +0000 (14:37 +0800)]
Merge branch 'bugfix/make_srcdirs_order' into 'master'

build system: Fix bug where component src subdirs needed listing before parent source dirs

See merge request !778

7 years agoMerge branch 'feature/doc_note_about_component_search_order' into 'master'
Angus Gratton [Tue, 6 Jun 2017 06:36:33 +0000 (14:36 +0800)]
Merge branch 'feature/doc_note_about_component_search_order' into 'master'

Add a note about handling of same-named components in different component search paths

See merge request !788

7 years agoMerge branch 'bugfix/btdm_ble_scan_5min_stop_github_#12723' into 'master'
Jiang Jiang Jian [Tue, 6 Jun 2017 06:11:05 +0000 (14:11 +0800)]
Merge branch 'bugfix/btdm_ble_scan_5min_stop_github_#12723' into 'master'

component/bt: Change the duration type from UINT8 to UINT32

See merge request !815

7 years agoMerge branch 'bugfix/ut_crlf_fix' into 'master'
Ivan Grokhotkov [Tue, 6 Jun 2017 06:08:46 +0000 (14:08 +0800)]
Merge branch 'bugfix/ut_crlf_fix' into 'master'

unit-test-app: Fix incorrect CR+LF sequence

See merge request !816

7 years agoMerge branch 'bugfix/wdt_reset_info_for_cpu1_not_correct' into 'master'
Jiang Jiang Jian [Tue, 6 Jun 2017 06:02:41 +0000 (14:02 +0800)]
Merge branch 'bugfix/wdt_reset_info_for_cpu1_not_correct' into 'master'

bugfix:Fix bug that wdt reset information for CPU1 was not correct

See merge request !823

7 years agocomponent/bt: fix the build error when using classic BT, with GATTC, GATTS and SMP...
wangmengyang [Fri, 2 Jun 2017 12:43:03 +0000 (20:43 +0800)]
component/bt: fix the build error when using classic BT, with GATTC, GATTS and SMP disabled

7 years agobugfix:Fix bug that wdt reset information for CPU1 was not correct
jack [Mon, 5 Jun 2017 10:26:14 +0000 (18:26 +0800)]
bugfix:Fix bug that wdt reset information for CPU1 was not correct

7 years agounit-test-app: Fix incorrect CR+LF sequence.
Anton Maklakov [Mon, 5 Jun 2017 02:43:13 +0000 (10:43 +0800)]
unit-test-app: Fix incorrect CR+LF sequence.

This caused problems with handling output by grep, sed, etc

7 years agoMerge branch 'bugfix/duplicate_unit_test_case_id' into 'master'
Ivan Grokhotkov [Sat, 3 Jun 2017 16:51:12 +0000 (00:51 +0800)]
Merge branch 'bugfix/duplicate_unit_test_case_id' into 'master'

CI: fix bug that generates duplicate unit test case ID

See merge request !813

7 years agocomponent/bt: Change the duration type from UINT8 to UINT32
Yulong [Sat, 3 Jun 2017 05:00:10 +0000 (01:00 -0400)]
component/bt: Change the duration type from UINT8 to UINT32

7 years agoCI: add one more UT runner
He Yin Ling [Sat, 3 Jun 2017 01:56:13 +0000 (09:56 +0800)]
CI: add one more UT runner

7 years agoCI: fix bug of duplicated unit test case ID:
He Yin Ling [Sat, 3 Jun 2017 01:34:53 +0000 (09:34 +0800)]
CI: fix bug of duplicated unit test case ID:

need to compare if different file names has the same hash value.
use relative path to IDF to keep test case ID consist.

7 years agoMerge branch 'bugfix/add_dport_protect_in_libphy' into 'master'
Jiang Jiang Jian [Fri, 2 Jun 2017 11:13:18 +0000 (19:13 +0800)]
Merge branch 'bugfix/add_dport_protect_in_libphy' into 'master'

Add dport protect in libphy.a

See merge request !803

7 years agoMerge branch 'bugfix/tw12798_dhcp_server_crash' into 'master'
Jiang Jiang Jian [Fri, 2 Jun 2017 11:09:43 +0000 (19:09 +0800)]
Merge branch 'bugfix/tw12798_dhcp_server_crash' into 'master'

lwip: fix dhcp server crash issue

See merge request !797

7 years agoMerge branch 'bugfix/btdm_bit_against_enums_github_#12289' into 'master'
Jiang Jiang Jian [Fri, 2 Jun 2017 07:41:01 +0000 (15:41 +0800)]
Merge branch 'bugfix/btdm_bit_against_enums_github_#12289' into 'master'

component/bt: Change the esp_gatt_perm_t & esp_gatt_char_prop_t type from enum t…

See merge request !809

7 years agolwip: fix dhcp server crash issue
Liu Zhi Fu [Wed, 31 May 2017 06:48:21 +0000 (14:48 +0800)]
lwip: fix dhcp server crash issue

Fix long dhcp request packet cause dhcp server crash issue

7 years agoMerge branch 'bugfix/btdm_add_open_and_close_event_for_gatts' into 'master'
Jiang Jiang Jian [Fri, 2 Jun 2017 05:53:03 +0000 (13:53 +0800)]
Merge branch 'bugfix/btdm_add_open_and_close_event_for_gatts' into 'master'

component/bt: add open and close event for gatts

See merge request !786

7 years agocomponent/bt: Change the esp_gatt_perm_t & esp_gatt_char_prop_t type from enum to...
Yulong [Fri, 2 Jun 2017 05:48:56 +0000 (01:48 -0400)]
component/bt: Change the esp_gatt_perm_t & esp_gatt_char_prop_t type from enum to uint16_t & uint8_t.

7 years agoMerge branch 'example/smartconfig' into 'master'
Jiang Jiang Jian [Fri, 2 Jun 2017 05:11:12 +0000 (13:11 +0800)]
Merge branch 'example/smartconfig' into 'master'

feat: add smartconfig example

See merge request !716

7 years agoAdd dport protect in libphy.a
XiaXiaotian [Wed, 31 May 2017 12:46:02 +0000 (20:46 +0800)]
Add dport protect in libphy.a

7 years agoMerge branch 'bugfix/tw12174_connect_ap_fail' into 'master'
Jiang Jiang Jian [Thu, 1 Jun 2017 11:40:02 +0000 (19:40 +0800)]
Merge branch 'bugfix/tw12174_connect_ap_fail' into 'master'

Fix the bug that station fails to connect to AP sometimes.

See merge request !802

7 years agocomponent/bt: add open and close event for gatts
zhiweijian [Thu, 1 Jun 2017 06:16:24 +0000 (14:16 +0800)]
component/bt: add open and close event for gatts
1.added open event and close event for gatts.
2.used esp_log_buffer_char/hex for gattc scan result.

7 years agoMerge branch 'bugfix/ut_inverse_filter' into 'master'
Anton Maklakov [Thu, 1 Jun 2017 06:26:36 +0000 (14:26 +0800)]
Merge branch 'bugfix/ut_inverse_filter' into 'master'

unit-test-app: Fix capability to use !<filter> to inverse that filter

See merge request !805

7 years agounit-test-app: Fix capability to use !<filter> to inverse that filter
Anton Maklakov [Thu, 1 Jun 2017 04:11:45 +0000 (12:11 +0800)]
unit-test-app: Fix capability to use !<filter> to inverse that filter

7 years agoMerge branch 'bugfix/wrong_merge_of_MR773' into 'master'
Jiang Jiang Jian [Wed, 31 May 2017 12:39:59 +0000 (20:39 +0800)]
Merge branch 'bugfix/wrong_merge_of_MR773' into 'master'

fix bug that files missing commit in MR 773

See merge request !801

7 years agoFix the bug that station fails to connect to AP sometimes.
XiaXiaotian [Wed, 31 May 2017 12:27:02 +0000 (20:27 +0800)]
Fix the bug that station fails to connect to AP sometimes.

7 years agofix bug that files missing commit in MR 773
jack [Wed, 31 May 2017 09:20:29 +0000 (17:20 +0800)]
fix bug that files missing commit in MR 773

7 years agofeat: add smartconfig example
fuzhibo [Sat, 1 Apr 2017 14:37:58 +0000 (22:37 +0800)]
feat: add smartconfig example

7 years agoMerge branch 'bugfix/deep_sleep_example_stub_delay' into 'master'
Angus Gratton [Mon, 29 May 2017 04:11:56 +0000 (12:11 +0800)]
Merge branch 'bugfix/deep_sleep_example_stub_delay' into 'master'

sdkconfig: set CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 by default

See merge request !758

7 years agoMerge branch 'bugfix/doc-small-updates' into 'master'
Angus Gratton [Sun, 28 May 2017 23:09:47 +0000 (07:09 +0800)]
Merge branch 'bugfix/doc-small-updates' into 'master'

Small fixes/updates to toolchain installation procedures

See merge request !782

7 years agoMerge branch 'feature/docs_gen-dxd' into 'master'
Angus Gratton [Sun, 28 May 2017 23:08:53 +0000 (07:08 +0800)]
Merge branch 'feature/docs_gen-dxd' into 'master'

docs: Automatically generate API reference list / Doxygen directives

See merge request !723

7 years agoMerge branch 'bugfix/ble_comfirm_reply_not_work_#12881' into 'master'
Jiang Jiang Jian [Sat, 27 May 2017 06:40:26 +0000 (14:40 +0800)]
Merge branch 'bugfix/ble_comfirm_reply_not_work_#12881' into 'master'

component/bt: Added the esp_ble_passkey_reply BTC_GAP_BLE_PASSKEY_REPLY_EVT &BTC…

See merge request !793

7 years agoMerge branch 'bugfix/btdm_set_invalid_rand_addr_error_12303' into 'master'
Jiang Jiang Jian [Sat, 27 May 2017 06:38:08 +0000 (14:38 +0800)]
Merge branch 'bugfix/btdm_set_invalid_rand_addr_error_12303' into 'master'

component/bt: Added the set static random address callback to the bt project.

See merge request !773

7 years agocomponent/bt: Merge the new master to avoid conflict.
Yulong [Sat, 27 May 2017 02:47:56 +0000 (22:47 -0400)]
component/bt: Merge the new master to avoid conflict.

7 years agocomponent/bt: Added the esp_ble_passkey_reply BTC_GAP_BLE_PASSKEY_REPLY_EVT &BTC_GAP_...
Yulong [Fri, 26 May 2017 09:26:15 +0000 (05:26 -0400)]
component/bt: Added the esp_ble_passkey_reply BTC_GAP_BLE_PASSKEY_REPLY_EVT &BTC_GAP_BLE_CONFIRM_REPLY_EVT
event.

7 years agoMerge branch 'bugfix/btdm_ble_crash_read_long_char_#12338' into 'master'
Jiang Jiang Jian [Fri, 26 May 2017 06:40:47 +0000 (14:40 +0800)]
Merge branch 'bugfix/btdm_ble_crash_read_long_char_#12338' into 'master'

component/bt: Change the fragement method to avoid crash when the data transmit should fragement.

See merge request !789

7 years agoMerge branch 'bugfix/btdm_value_relate_to_internal' into 'master'
Jiang Jiang Jian [Fri, 26 May 2017 06:24:52 +0000 (14:24 +0800)]
Merge branch 'bugfix/btdm_value_relate_to_internal' into 'master'

fix bugs of some constant value not equal internal define but quotes internal define

See merge request !787

7 years agoMerge branch 'bugfix/tw12643_board_no_response' into 'master'
Jiang Jiang Jian [Fri, 26 May 2017 06:11:53 +0000 (14:11 +0800)]
Merge branch 'bugfix/tw12643_board_no_response' into 'master'

fix close socket block issue

See merge request !781

7 years agocompoennt/bt: change the remaining_length compare with the max_packet_size value...
Yulong [Fri, 26 May 2017 03:09:50 +0000 (23:09 -0400)]
compoennt/bt: change the remaining_length compare with the max_packet_size value when the data packet should fragment and dispatch.

7 years agocomponent/bt: Change the fragement method to avoid crash when the data transmit shoul...
Yulong [Thu, 25 May 2017 13:59:03 +0000 (09:59 -0400)]
component/bt: Change the fragement method to avoid crash when the data transmit should fragement.

7 years agoAdd a note about handling of same-named components in different component search...
Jeroen Domburg [Thu, 25 May 2017 11:45:59 +0000 (19:45 +0800)]
Add a note about handling of same-named components in different component search paths

7 years agoMerge branch 'feature/conditional_compile' into 'master'
Jeroen Domburg [Thu, 25 May 2017 08:34:29 +0000 (16:34 +0800)]
Merge branch 'feature/conditional_compile' into 'master'

Add cleaner way to conditionally compile files

See merge request !699

7 years agocomponent/bt : fix bugs of some constant value not equal internal define but quotes...
Tian Hao [Thu, 25 May 2017 07:39:01 +0000 (15:39 +0800)]
component/bt : fix bugs of some constant value not equal internal define but quotes internal define

7 years agoAdd cleaner way to conditionally compile files
Jeroen Domburg [Tue, 25 Apr 2017 07:36:45 +0000 (15:36 +0800)]
Add cleaner way to conditionally compile files

7 years agocomponent/bt: merge the origin branch
Yulong [Thu, 25 May 2017 06:21:01 +0000 (02:21 -0400)]
component/bt: merge the origin branch

with '#' will be ignored, and an empty message aborts

7 years agocomponent/bt: squash the branch of the early commit
Yulong [Fri, 19 May 2017 09:23:00 +0000 (05:23 -0400)]
component/bt: squash the branch of the early commit

component/bt: squash the branch of the early commit

component/bt: Added the set static random address callback to the bt project.

component/bt: fixed the set static random address error.

component/bt: fixed the set static random address error.

7 years agoSmall fixes/updates to toolchain installation procedures
krzychb [Wed, 24 May 2017 05:00:43 +0000 (07:00 +0200)]
Small fixes/updates to toolchain installation procedures

7 years agoMerge branch 'bugfix/btdm_set_invalid_rand_addr_error_12303' of ssh://gitlab.espressi...
Yulong [Thu, 25 May 2017 05:57:16 +0000 (01:57 -0400)]
Merge branch 'bugfix/btdm_set_invalid_rand_addr_error_12303' of ssh://gitlab.espressif.cn:27227/idf/esp-idf into bugfix/btdm_set_invalid_rand_addr_error_12303

7 years agocomponent/bt: squash the branch of the early commit
Yulong [Fri, 19 May 2017 09:23:00 +0000 (05:23 -0400)]
component/bt: squash the branch of the early commit

component/bt: Added the set static random address callback to the bt project.

component/bt: fixed the set static random address error.

7 years agoMerge branch 'bugfix/i2c_read_size' into 'master'
Jiang Jiang Jian [Thu, 25 May 2017 02:55:28 +0000 (10:55 +0800)]
Merge branch 'bugfix/i2c_read_size' into 'master'

component/driver : fix i2c slave read size bug

See merge request !770

7 years agosdkconfig: set CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 by default
Ivan Grokhotkov [Mon, 15 May 2017 02:32:35 +0000 (10:32 +0800)]
sdkconfig: set CONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=2000 by default

To increase the chances that the examples work out of the box, this
change is raising the default deep sleep wakeup delay to 1ms.
If GPIO15 is low at startup, ROM code takes less time to execute
(because no logging is performed), so more time may be needed to allow
flash chip to become ready.

7 years agoMerge branch 'bugfix/a2dp_media_pkt_drop' into 'master'
Jiang Jiang Jian [Wed, 24 May 2017 07:39:22 +0000 (15:39 +0800)]
Merge branch 'bugfix/a2dp_media_pkt_drop' into 'master'

component/bt: bugfix for A2DP in dropping of media packet when buffer is filled

See merge request !785

7 years agocomponent/bt: bugfix for A2DP in dropping of media packet when data buffer size goes...
wangmengyang [Wed, 24 May 2017 07:08:46 +0000 (15:08 +0800)]
component/bt: bugfix for A2DP in dropping of media packet when data buffer size goes beyond threshold

7 years agofix close socket block issue
XiaXiaotian [Tue, 23 May 2017 13:08:03 +0000 (21:08 +0800)]
fix close socket block issue

    LWIP rx task receives NULL buffer pointer only when closing socket.
    So, do not need to close it again.

7 years agocomponent/bt: fixed the set static random address error.
Yulong [Tue, 23 May 2017 11:48:45 +0000 (07:48 -0400)]
component/bt: fixed the set static random address error.

7 years agobugfix(i2s): fix error when changing changel number in i2s_set_clk function
Wangjialin [Tue, 23 May 2017 11:32:10 +0000 (19:32 +0800)]
bugfix(i2s): fix error when changing changel number in i2s_set_clk function

7 years agoMerge branch 'bugfix/ble_gatt_server_example_receive_prepare_write' into 'master'
Jiang Jiang Jian [Tue, 23 May 2017 05:57:39 +0000 (13:57 +0800)]
Merge branch 'bugfix/ble_gatt_server_example_receive_prepare_write' into 'master'

component/bt: gatt_server example receive prepare write

See merge request !741

7 years agoMerge branch 'bugfix/tw12669_ota_fails_on_dual_core' into 'master'
Jiang Jiang Jian [Tue, 23 May 2017 05:51:18 +0000 (13:51 +0800)]
Merge branch 'bugfix/tw12669_ota_fails_on_dual_core' into 'master'

esp32: update wifi lib to fix ota fail bug

See merge request !780

7 years agoesp32: update wifi lib to fix ota fail bug
Liu Zhi Fu [Tue, 23 May 2017 03:38:45 +0000 (11:38 +0800)]
esp32: update wifi lib to fix ota fail bug

Fix ota fails on dual core

7 years agoMerge branch 'bugfix/release_coproc_regs_taskdelete' into 'master'
Ivan Grokhotkov [Mon, 22 May 2017 03:05:47 +0000 (11:05 +0800)]
Merge branch 'bugfix/release_coproc_regs_taskdelete' into 'master'

Release coprocessor registers when a task is deleted.

See merge request !765

7 years agoMerge branch 'feature/ci_support_gitlab_v9' into 'master'
Ivan Grokhotkov [Mon, 22 May 2017 03:05:21 +0000 (11:05 +0800)]
Merge branch 'feature/ci_support_gitlab_v9' into 'master'

CI: replace with Gitlab v9 variable names

See merge request !777

7 years agogatt_server example receive prepare write
zhiweijian [Mon, 8 May 2017 07:45:11 +0000 (15:45 +0800)]
gatt_server example receive prepare write

7 years agoCI: replace with Gitlab v9 variable names
He Yin Ling [Fri, 19 May 2017 08:44:17 +0000 (16:44 +0800)]
CI: replace with Gitlab v9 variable names

7 years agobuild system: Fix bug where component src subdirs needed listing before parent source...
Angus Gratton [Mon, 22 May 2017 01:44:41 +0000 (11:44 +1000)]
build system: Fix bug where component src subdirs needed listing before parent source dirs

Triggered on make 3.81, happens sometimes on Linux and always(?) on macOS. May depend on the order the OS' filesystem
resolves wildcards in.

Includes a revert to the LWIP component to verify this is properly fixed.

See also https://github.com/espressif/esp-idf/issues/632

7 years agodocs: Generate Doxygen directives for API documentation
krzychb [Tue, 2 May 2017 08:36:01 +0000 (10:36 +0200)]
docs: Generate Doxygen directives for API documentation

This is to resolve issue reported in https://github.com/espressif/esp-idf/issues/130.

7 years agoMerge branch 'bugfix/fix_dport_access_in_isr' into 'master'
Ivan Grokhotkov [Fri, 19 May 2017 11:08:34 +0000 (19:08 +0800)]
Merge branch 'bugfix/fix_dport_access_in_isr' into 'master'

Fix Dport access in interrupts

Dport accesses would re-enable interrupts unconditionally, breaking things when called in an ISR. This saves and restores the interrupt status, fixing this.

This fixes a crash in the SPI slave driver, and possibly other things.

See merge request !772

7 years agoMerge branch 'bugfix/hci_host_nb_cmp_pkts' into 'master'
Ivan Grokhotkov [Fri, 19 May 2017 10:45:12 +0000 (18:45 +0800)]
Merge branch 'bugfix/hci_host_nb_cmp_pkts' into 'master'

component/bt: bugfix for handling HCI_Host_Number_Of_Completed_Packets in BT controller

See merge request !774

7 years agocomponent/bt: bugfix for handling HCI_Host_Number_Of_Completed_Packets in BT controller
wangmengyang [Fri, 19 May 2017 09:36:02 +0000 (17:36 +0800)]
component/bt: bugfix for handling HCI_Host_Number_Of_Completed_Packets in BT controller

7 years agocomponent/bt: Added the set static random address callback to the bt project.
Yulong [Fri, 19 May 2017 09:23:00 +0000 (05:23 -0400)]
component/bt: Added the set static random address callback to the bt project.

7 years agoDport accesses would re-enable interrupts unconditionally, breaking things when calle...
Jeroen Domburg [Fri, 19 May 2017 07:25:02 +0000 (15:25 +0800)]
Dport accesses would re-enable interrupts unconditionally, breaking things when called in an ISR. This saves and restores the interrupt status, fixing this.

7 years agoMerge branch 'feature/ci_test_config_autogen' into 'master'
Ivan Grokhotkov [Fri, 19 May 2017 03:56:45 +0000 (11:56 +0800)]
Merge branch 'feature/ci_test_config_autogen' into 'master'

CI: auto generate configs for test jobs

Currently CI test jobs are static configured by several pre-generated config files.
This approach have several disadvantages:

1. not flexible to select test cases to run, which is important feature of @bot
2. difficult to update test as we need to pre-generate quite a lot files
3. need to maintain extra config files in IDF
4. not flexible to support new test apps or chips, can't use some new features of test bench

Therefore we'll add assign_test stage between build and test, to generate configs for test jobs.

See merge request !738

7 years agoMerge branch 'bugfix/bt_controller_log_clean_up' into 'master'
Ivan Grokhotkov [Fri, 19 May 2017 03:50:11 +0000 (11:50 +0800)]
Merge branch 'bugfix/bt_controller_log_clean_up' into 'master'

component/bt: disable information loggings from bt controller

clean-up information loggings during controller initialization

See merge request !769

7 years agocomponent/driver : fix i2c slave read size bug
Tian Hao [Fri, 19 May 2017 03:22:08 +0000 (11:22 +0800)]
component/driver : fix i2c slave read size bug

when no available data, the slave read size not return 0, so fix it.

7 years agoMerge branch 'bugfix/github_small_prs' into 'master'
Angus Gratton [Thu, 18 May 2017 23:51:47 +0000 (07:51 +0800)]
Merge branch 'bugfix/github_small_prs' into 'master'

Small PR fixes from github

Small bug fixes & typo corrections from github.

See merge request !762

7 years agocomponent/bt: disable information loggings from bt controller
wangmengyang [Thu, 18 May 2017 13:44:06 +0000 (21:44 +0800)]
component/bt: disable information loggings from bt controller

7 years agoMake compiler happy
Jeroen Domburg [Thu, 18 May 2017 10:50:15 +0000 (18:50 +0800)]
Make compiler happy

7 years agoRelease coprocessor registers when a task is deleted.
Jeroen Domburg [Wed, 17 May 2017 10:23:06 +0000 (18:23 +0800)]
Release coprocessor registers when a task is deleted.

7 years agoMerge branch 'bugfix/btdm_gattc_discover_refresh_cache_#11077' into 'master'
Jiang Jiang Jian [Thu, 18 May 2017 07:04:36 +0000 (15:04 +0800)]
Merge branch 'bugfix/btdm_gattc_discover_refresh_cache_#11077' into 'master'

component/bt: fixed the discover primary service not correct if server changes s…

…ervice during disconnect period.

See merge request !761

7 years agoMerge branch 'bugfix/ble_add_adv_state_bug_#12301' into 'master'
Jiang Jiang Jian [Thu, 18 May 2017 07:03:41 +0000 (15:03 +0800)]
Merge branch 'bugfix/ble_add_adv_state_bug_#12301' into 'master'

component/bt: Fix the bug that sometimes received a ble connection & the adv wil…

…l stop, can not send adv again.

See merge request !759

7 years agoMerge branch 'bugfix/minor_fix_about_wifi_api_comments' into 'master'
Jiang Jiang Jian [Thu, 18 May 2017 06:59:50 +0000 (14:59 +0800)]
Merge branch 'bugfix/minor_fix_about_wifi_api_comments' into 'master'

esp32: minor fix for wifi api comments

Minor fix about the comments of wifi_promiscuous_pkt_type_t

See merge request !760

7 years agoMerge branch 'bugfix/btdm_switch_gatts_error_#12659' into 'master'
Jiang Jiang Jian [Thu, 18 May 2017 06:58:24 +0000 (14:58 +0800)]
Merge branch 'bugfix/btdm_switch_gatts_error_#12659' into 'master'

component/bt:fix the bug of uild error if switch off BLE GATTS. Bug number is #12659.

switch off BLE GATTS and build.

See merge request !766

7 years agoMerge branch 'bugfix/lib_dport_access' into 'master'
Jiang Jiang Jian [Thu, 18 May 2017 06:56:38 +0000 (14:56 +0800)]
Merge branch 'bugfix/lib_dport_access' into 'master'

component/esp32 : fix library dport access protections.

1. add esp32 library access DPORT register protections.
2. add bluetooth library access DPORT register protections.
3. change register operation(suffix/prefix) to new style.

See merge request !757

7 years agocomponent/bt: change the esp_ble_gattc_cache_refresh API return value from esp_gatt_s...
Yulong [Thu, 18 May 2017 06:11:42 +0000 (02:11 -0400)]
component/bt: change the esp_ble_gattc_cache_refresh API return value from esp_gatt_status_t to esp_err_t.

7 years agocomponent/bt: Added the declaration for esp_ble_gattc_cache_refresh in the gattc...
Yulong [Thu, 18 May 2017 06:07:16 +0000 (02:07 -0400)]
component/bt: Added the declaration for esp_ble_gattc_cache_refresh in the gattc api header file.