]> granicus.if.org Git - esp-idf/log
esp-idf
6 years agoFix redefinition of select() on platforms where ESP_PLATFORM is discarded
Roland Dobai [Thu, 24 May 2018 11:47:00 +0000 (13:47 +0200)]
Fix redefinition of select() on platforms where ESP_PLATFORM is discarded

Ref: https://github.com/espressif/esp-idf/issues/1987

6 years agoVFS select: Correct reseting of socket FDs
Roland Dobai [Thu, 24 May 2018 08:02:24 +0000 (10:02 +0200)]
VFS select: Correct reseting of socket FDs

When using multiple sockets, some of them could be incorrectly removed
from the fd_sets before passing these fd_sets forward to the socket
select function.

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

6 years agoMerge branch 'feature/btdm_add_bt_ble_coex_demo' into 'master'
Jiang Jiang Jian [Fri, 25 May 2018 11:57:45 +0000 (19:57 +0800)]
Merge branch 'feature/btdm_add_bt_ble_coex_demo' into 'master'

Component/bt: add a2dp_gatts_coex demo

See merge request idf/esp-idf!1945

6 years agoMerge branch 'bugfix/unit_test_partition_size' into 'master'
Ivan Grokhotkov [Fri, 25 May 2018 11:39:44 +0000 (19:39 +0800)]
Merge branch 'bugfix/unit_test_partition_size' into 'master'

unit test app: Require 4MB flash

See merge request idf/esp-idf!2448

6 years agounit test app: Require 4MB flash
Angus Gratton [Fri, 25 May 2018 02:16:26 +0000 (12:16 +1000)]
unit test app: Require 4MB flash

PSRAM config unit tests had outgrown the 0x14000 byte allocated factory size.

6 years agoMerge branch 'feature/bootloader_factory_reset' into 'master'
Angus Gratton [Fri, 25 May 2018 00:17:48 +0000 (08:17 +0800)]
Merge branch 'feature/bootloader_factory_reset' into 'master'

bootloader: Add factory reset and start test app

See merge request idf/esp-idf!2291

6 years agoMerge branch 'bugfix/disable_vfs_select' into 'master'
Angus Gratton [Thu, 24 May 2018 23:58:54 +0000 (07:58 +0800)]
Merge branch 'bugfix/disable_vfs_select' into 'master'

VFS: Optionally disable the VFS implementation of select()

See merge request idf/esp-idf!2434

6 years agobootloader: Add factory reset and start test app
Konstantin Kondrashov [Mon, 23 Apr 2018 12:19:04 +0000 (17:19 +0500)]
bootloader: Add factory reset and start test app

Added feature:
- reset firmware to Factory app.(by long pressing of the button)
- boot Test app. (by long pressing of the button)
- Added feature erase data partitions from factory reset.

TW10281
TW10280

6 years agoMerge branch 'test/assign_ut_cases_according_to_sdkconfig' into 'master'
Ivan Grokhotkov [Thu, 24 May 2018 11:28:03 +0000 (19:28 +0800)]
Merge branch 'test/assign_ut_cases_according_to_sdkconfig' into 'master'

CI: assign ut cases according to sdkconfig

See merge request idf/esp-idf!2407

6 years agoMerge branch 'docs/make_core_dump_doc_clear' into 'master'
Ivan Grokhotkov [Thu, 24 May 2018 09:38:28 +0000 (17:38 +0800)]
Merge branch 'docs/make_core_dump_doc_clear' into 'master'

docs: Makes core dump's documentation slightly clearer

See merge request idf/esp-idf!2433

6 years agoMerge branch 'bugfix/btdm_fix_set_scan_params_cmd_complete_error' into 'master'
Jiang Jiang Jian [Thu, 24 May 2018 05:44:15 +0000 (13:44 +0800)]
Merge branch 'bugfix/btdm_fix_set_scan_params_cmd_complete_error' into 'master'

Component/bt: fix set scan params command completer error

See merge request idf/esp-idf!2430

6 years agounit-test-app: udpate CI related part to README
He Yin Ling [Tue, 22 May 2018 06:33:35 +0000 (14:33 +0800)]
unit-test-app: udpate CI related part to README

6 years agoCI: remove unnecessary artifacts of assign_test
He Yin Ling [Tue, 15 May 2018 15:04:21 +0000 (23:04 +0800)]
CI: remove unnecessary artifacts of assign_test

6 years agotiny-test-fw: show descriptive error when test case assignment fails:
He Yin Ling [Tue, 15 May 2018 09:41:57 +0000 (17:41 +0800)]
tiny-test-fw: show descriptive error when test case assignment fails:

Will give hint when any job failed to assign:

```
Please add the following jobs to .gitlab-ci.yml with specific tags:
* Add job with: psram, ESP32_IDF, UT_T1_1
* Add job with: psram, ESP32_IDF, UT_T1_1
```

6 years agoCI: assign unit test cases according to sdkconfig:
He Yin Ling [Tue, 15 May 2018 03:51:56 +0000 (11:51 +0800)]
CI: assign unit test cases according to sdkconfig:

We have built unit-test-app with different configs.
Currently we use the config name as tags to match runners.
It's not easy to add new configs (need to update tags to existed runners).

Now we'll parse required test runner tags from `sdkconfig` file.
For example, if config enables `CONFIG_SPIRAM_SUPPORT`, then it requires `psram` tag.
This will make adding new configs easier.

In this commit we change the one behavior of assign test: match keys of
cases should be exactly the same with job tags. This fixes cases select
jobs include their tags, and jobs requires those tags can't be assigned.

6 years agoComponent/bt: fix set scan params command completer error
zhiweijian [Tue, 22 May 2018 08:54:08 +0000 (16:54 +0800)]
Component/bt: fix set scan params command completer error

6 years agoMerge branch 'mesh/feature_manual_networking' into 'master'
Jiang Jiang Jian [Wed, 23 May 2018 11:20:30 +0000 (19:20 +0800)]
Merge branch 'mesh/feature_manual_networking' into 'master'

Mesh/feature manual networking

See merge request idf/esp-idf!2426

6 years agomesh: add manual networking function
qiyueixa [Mon, 21 May 2018 09:22:04 +0000 (17:22 +0800)]
mesh: add manual networking function

1. add mesh_assoc_t to esp_mesh_internal.h file.
2. rename "node" to "device" in esp_mesh.h.
3. add MESH_EVENT_SCAN_DONE event.
4. add APIs esp_mesh_scan_get_ap_record() and esp_mesh_scan_get_ap_ie_len() to get scan results.
5. modify API esp_mesh_set_self_organized() by adding parameter "select_parent".
6. modify API esp_mesh_set_parent() by adding parameter "parent_mesh_id"
7. add manual networking example.

6 years agoVFS: Optionally disable the VFS implementation of select()
Roland Dobai [Wed, 23 May 2018 06:25:46 +0000 (08:25 +0200)]
VFS: Optionally disable the VFS implementation of select()

This allows to temporarily resolve issues like
https://github.com/espressif/esp-idf/issues/1987
while bugs are fixed in the VFS implementation of select().

6 years agoMerge branch 'feature/xRingBufferCanRead_pr1672' into 'master'
Angus Gratton [Wed, 23 May 2018 07:09:40 +0000 (15:09 +0800)]
Merge branch 'feature/xRingBufferCanRead_pr1672' into 'master'

freeRTOS/Re-factor ring buffers and add xRingbufferCanRead, xRingbufferCanWrite

See merge request idf/esp-idf!2214

6 years agoMerge branch 'feature/rmt_translator' into 'master'
Angus Gratton [Tue, 22 May 2018 23:27:14 +0000 (07:27 +0800)]
Merge branch 'feature/rmt_translator' into 'master'

driver(rmt): Add API supports sending uint8_t type data

See merge request idf/esp-idf!1975

6 years agodocs: Makes core dump's documentation slightly clearer
Alexey Gerenkov [Tue, 22 May 2018 13:45:07 +0000 (16:45 +0300)]
docs: Makes core dump's documentation slightly clearer

Merges https://github.com/espressif/esp-idf/pull/1968

6 years agoMerge branch 'feature/multi_antenna_v3.1' into 'master'
Jiang Jiang Jian [Tue, 22 May 2018 15:04:01 +0000 (23:04 +0800)]
Merge branch 'feature/multi_antenna_v3.1' into 'master'

esp32: add multiple antenna

See merge request idf/esp-idf!2400

6 years agoesp32: add multiple antenna
Liu Zhi Fu [Tue, 15 May 2018 03:59:32 +0000 (11:59 +0800)]
esp32: add multiple antenna

1. Support multiple antenna support
2. libphy.a is updated to v3910

6 years agoMerge branch 'feature/a2dp-sink-source-runtime-selection' into 'master'
Jiang Jiang Jian [Tue, 22 May 2018 14:21:39 +0000 (22:21 +0800)]
Merge branch 'feature/a2dp-sink-source-runtime-selection' into 'master'

bt-a2dp: BT A2DP sink and source selection is now runtime

See merge request idf/esp-idf!2229

6 years agoMerge branch 'bugfix/some_changes_relating_to_phy_v3900' into 'master'
Jiang Jiang Jian [Tue, 22 May 2018 13:09:05 +0000 (21:09 +0800)]
Merge branch 'bugfix/some_changes_relating_to_phy_v3900' into 'master'

esp32: some changes relating to phy v3900

See merge request idf/esp-idf!2421

6 years agoMerge branch 'feature/proto-client' into 'master'
Jiang Jiang Jian [Tue, 22 May 2018 13:06:46 +0000 (21:06 +0800)]
Merge branch 'feature/proto-client' into 'master'

HTTP Client

See merge request idf/esp-idf!1521

6 years agoMerge branch 'bugfix/cermak_mdns_fuzzer_update' into 'master'
Ivan Grokhotkov [Tue, 22 May 2018 12:03:02 +0000 (20:03 +0800)]
Merge branch 'bugfix/cermak_mdns_fuzzer_update' into 'master'

Bugfix/cermak mdns fuzzer update

See merge request idf/esp-idf!2388

6 years agoFixed nullptr dereference in MDNS.c
David Cermak [Tue, 22 May 2018 09:10:27 +0000 (11:10 +0200)]
Fixed nullptr dereference in MDNS.c

6 years agoMDNS-Fuzzer: AFL fuzzer tests for mdsn packet parser
David Cermak [Fri, 4 May 2018 14:42:54 +0000 (16:42 +0200)]
MDNS-Fuzzer: AFL fuzzer tests for mdsn packet parser

6 years agoComponent/bt: add bt_ble_coex demo
zhiweijian [Sat, 27 Jan 2018 09:18:21 +0000 (17:18 +0800)]
Component/bt: add bt_ble_coex demo

6 years agoMerge branch 'bugfix/docs_fix_vcp_driver_link_v2' into 'master'
Ivan Grokhotkov [Tue, 22 May 2018 08:55:59 +0000 (16:55 +0800)]
Merge branch 'bugfix/docs_fix_vcp_driver_link_v2' into 'master'

docs: fix (in remaining places) link for FTDI VCP drivers

See merge request idf/esp-idf!2424

6 years agoMerge branch 'bugfix/docs_esp-wrover-kit_and_touch-sensor' into 'master'
Ivan Grokhotkov [Tue, 22 May 2018 08:22:30 +0000 (16:22 +0800)]
Merge branch 'bugfix/docs_esp-wrover-kit_and_touch-sensor' into 'master'

docs: updated esp wrover kit jumpers and touch sensor links

See merge request idf/esp-idf!2422

6 years agodocs: fix (in remaining places) link for FTDI VCP drivers
Mahavir Jain [Mon, 21 May 2018 07:12:43 +0000 (12:42 +0530)]
docs: fix (in remaining places) link for FTDI VCP drivers

Signed-off-by: Mahavir Jain <mahavir@espressif.com>
6 years agoesp32: some changes relating to phy v3900
Liu Zhi Fu [Sat, 19 May 2018 04:13:34 +0000 (12:13 +0800)]
esp32: some changes relating to phy v3900

1. Store the calibration data to NVS if PHY does full calibration because of calibration data checksum failure
2. Pass the station's mac to PHY for checksum calculation

6 years agoMerge branch 'bugfix/parallel_multi_heap_test' into 'master'
Angus Gratton [Tue, 22 May 2018 05:30:58 +0000 (13:30 +0800)]
Merge branch 'bugfix/parallel_multi_heap_test' into 'master'

CI fix: multi heap host test parallel race

See merge request idf/esp-idf!2428

6 years agoRemove unused macro
Tuan PM [Tue, 22 May 2018 05:04:47 +0000 (12:04 +0700)]
Remove unused macro

6 years agoAdd http status enum & return ESP_FAIL as error code
Tuan PM [Tue, 22 May 2018 03:55:18 +0000 (10:55 +0700)]
Add http status enum & return ESP_FAIL as error code

6 years agoMerge branch 'bugfix/esp_err_to_name_windows' into 'master'
Angus Gratton [Tue, 22 May 2018 03:31:17 +0000 (11:31 +0800)]
Merge branch 'bugfix/esp_err_to_name_windows' into 'master'

gen_esp_err_to_name.py: Use normal file I/O instead of mmap()

See merge request idf/esp-idf!2425

6 years agoMerge branch 'bugfix/unit_test_timeout' into 'master'
Angus Gratton [Tue, 22 May 2018 03:13:16 +0000 (11:13 +0800)]
Merge branch 'bugfix/unit_test_timeout' into 'master'

Unit tests: Add per-test timeout option, disable two SD tests

See merge request idf/esp-idf!2423

6 years agogitignore: Add test_multi_heap_host
Angus Gratton [Mon, 21 May 2018 23:47:16 +0000 (09:47 +1000)]
gitignore: Add test_multi_heap_host

6 years agotest_multi_heap_host: Remove race conditions from parallel "make clean test"
Angus Gratton [Mon, 21 May 2018 23:46:15 +0000 (09:46 +1000)]
test_multi_heap_host: Remove race conditions from parallel "make clean test"

6 years agoMerge branch 'feature/update_touchpad_filter_process' into 'master'
Angus Gratton [Tue, 22 May 2018 01:56:55 +0000 (09:56 +0800)]
Merge branch 'feature/update_touchpad_filter_process' into 'master'

driver(touchpad): Change the measuring mode, improve the software filter.

See merge request idf/esp-idf!2358

6 years agodriver(rmt):Add API supports sending uint8_t type data.
kooho [Sat, 24 Feb 2018 05:36:49 +0000 (13:36 +0800)]
driver(rmt):Add API supports sending uint8_t type data.

6 years agoMerge branch 'feature/sdio_slave' into 'master'
Angus Gratton [Tue, 22 May 2018 01:43:35 +0000 (09:43 +0800)]
Merge branch 'feature/sdio_slave' into 'master'

feature(sdio_slave): add support for sdio_slave

See merge request idf/esp-idf!1829

6 years agoMerge branch 'bugfix/dport_access_iram' into 'master'
Angus Gratton [Tue, 22 May 2018 01:22:52 +0000 (09:22 +0800)]
Merge branch 'bugfix/dport_access_iram' into 'master'

dport: Bigfix dport_read code move to IRAM

See merge request idf/esp-idf!2427

6 years agoProvided links to 'Touch Sensor Application Note' and 'Guide for ESP32-Sense Developm...
krzychb [Sat, 19 May 2018 15:45:40 +0000 (17:45 +0200)]
Provided links to 'Touch Sensor Application Note' and 'Guide for ESP32-Sense Development Kit'

6 years agoUpdated pictures of user configurable jumpers to reflect Version 3 of ESP-WROVER...
krzychb [Sat, 19 May 2018 15:28:36 +0000 (17:28 +0200)]
Updated pictures of user configurable jumpers to reflect Version 3 of ESP-WROVER-KIT.
This includes changing the picture of JTAG jumper block by removing the jumper on S_TDI. It has been reported by a number of users that removing this jumper fixes random communication issues observed in OpenOCD.

6 years agodport: Bigfix dport_read code move to IRAM
Konstantin Kondrashov [Mon, 21 May 2018 10:10:03 +0000 (15:10 +0500)]
dport: Bigfix dport_read code move to IRAM

A new method of workaround an error with DPORT is to ensure that the APB is read and followed by the DPORT register without interruptions and pauses. This fix places this implementation in the IRAM to exclude errors associated with the cache miss.

6 years agodoc(sdio_slave): documentation for SDIO slave driver
michael [Mon, 4 Dec 2017 12:05:09 +0000 (20:05 +0800)]
doc(sdio_slave): documentation for SDIO slave driver

6 years agofeat(sdio_slave): add new driver for sdio_slave
michael [Wed, 29 Nov 2017 05:33:07 +0000 (13:33 +0800)]
feat(sdio_slave): add new driver for sdio_slave

6 years agofeat(sdio_slave): add headers for sdio slave components: slc, host, hinf
Michael (XIAO Xufeng) [Wed, 25 Oct 2017 00:45:17 +0000 (08:45 +0800)]
feat(sdio_slave): add headers for sdio slave components: slc, host, hinf

6 years agoTemporarily disable SD CD/WP mode tests
Angus Gratton [Mon, 21 May 2018 04:59:55 +0000 (14:59 +1000)]
Temporarily disable SD CD/WP mode tests

Tracked in TW22648

6 years agotest: Allow per-unit-test timeouts
Angus Gratton [Mon, 21 May 2018 04:50:27 +0000 (14:50 +1000)]
test: Allow per-unit-test timeouts

Work around for "(WL) write/read speed test" taking >30s in some configs

6 years agoMerge branch 'bugfix/btdm_fix_scan_duplicate' into 'master'
Jiang Jiang Jian [Mon, 21 May 2018 12:00:49 +0000 (20:00 +0800)]
Merge branch 'bugfix/btdm_fix_scan_duplicate' into 'master'

Component/bt: fix scan duplicate

See merge request idf/esp-idf!2342

6 years agobt-a2dp: BT A2DP sink and source selection is now runtime
Amey Inamdar [Thu, 12 Apr 2018 05:17:21 +0000 (10:47 +0530)]
bt-a2dp: BT A2DP sink and source selection is now runtime

Earlier they have to be selected at the compile time through sdkconfig.
A2DP sink and source application tested with this change.

Signed-off-by: Amey Inamdar <amey@espressif.com>
6 years agogen_esp_err_to_name.py: Use normal file I/O instead of mmap()
Angus Gratton [Mon, 21 May 2018 07:33:10 +0000 (17:33 +1000)]
gen_esp_err_to_name.py: Use normal file I/O instead of mmap()

mmap is different on Python for Windows

6 years agoMerge branch 'bugfix/sdio_write_unaligned_len' into 'master'
Angus Gratton [Mon, 21 May 2018 07:26:32 +0000 (15:26 +0800)]
Merge branch 'bugfix/sdio_write_unaligned_len' into 'master'

SDIO: allow read/write operations for lengths not divisible by 4

See merge request idf/esp-idf!2278

6 years agoComponent/bt: fix scan duplicate
zhiweijian [Thu, 3 May 2018 12:22:08 +0000 (20:22 +0800)]
Component/bt: fix scan duplicate

6 years agodriver(touchpad): improve touchpad filter mode and update examples.
Wangjialin [Fri, 18 May 2018 07:56:45 +0000 (15:56 +0800)]
driver(touchpad): improve touchpad filter mode and update examples.

6 years agoMerge branch 'feature/wifi_channel_state_information' into 'master'
Jiang Jiang Jian [Mon, 21 May 2018 06:14:51 +0000 (14:14 +0800)]
Merge branch 'feature/wifi_channel_state_information' into 'master'

add Channel State Information(CSI) support

See merge request idf/esp-idf!2373

6 years agoMerge branch 'bugfix/fix_uart_buffer_full_flg_error_bug' into 'master'
Jiang Jiang Jian [Mon, 21 May 2018 06:09:44 +0000 (14:09 +0800)]
Merge branch 'bugfix/fix_uart_buffer_full_flg_error_bug' into 'master'

driver(uart): Fix the bug that uart buffer_full flag is true all the time.

See merge request idf/esp-idf!2418

6 years agoMerge branch 'feature/btdm_hfp_hf' into 'master'
Jiang Jiang Jian [Mon, 21 May 2018 05:56:52 +0000 (13:56 +0800)]
Merge branch 'feature/btdm_hfp_hf' into 'master'

component/bt: implement HFP Hands Free Unit Role

See merge request idf/esp-idf!2306

6 years agocomponent/bt: implement HFP Hands Free Unit Role
wangmengyang [Mon, 21 May 2018 03:33:30 +0000 (11:33 +0800)]
component/bt: implement HFP Hands Free Unit Role

6 years agoMerge branch 'doc/language_link' into 'master'
Angus Gratton [Mon, 21 May 2018 03:00:37 +0000 (11:00 +0800)]
Merge branch 'doc/language_link' into 'master'

docs: add language link to easily change to Chinese version.

See merge request idf/esp-idf!2051

6 years agoMerge branch 'feature/freertos_tickless_idle' into 'master'
Angus Gratton [Mon, 21 May 2018 02:59:00 +0000 (10:59 +0800)]
Merge branch 'feature/freertos_tickless_idle' into 'master'

freertos,esp32: automatic light sleep support

See merge request idf/esp-idf!2247

6 years agoAdd esp_http_client
Tuan PM [Tue, 14 Nov 2017 03:16:20 +0000 (10:16 +0700)]
Add esp_http_client

Add error handling for http client

set ssid password correct with Example_WIFI test, and clear password before free

Fixed the CI failure due to HTTP errror names

6 years agodoc(global): build cross-language links for translated documents
michael [Fri, 27 Apr 2018 06:46:13 +0000 (14:46 +0800)]
doc(global): build cross-language links for translated documents

6 years agodocs: add language link to easily change to Chinese version
Michael (Xiao Xufeng) [Wed, 14 Mar 2018 09:03:56 +0000 (17:03 +0800)]
docs: add language link to easily change to Chinese version

6 years agoImplemented docutils custom role that renders a link to current documentation page...
krzychb [Thu, 15 Mar 2018 18:28:58 +0000 (02:28 +0800)]
Implemented docutils custom role that renders a link to current documentation page on Read The Docs in another language version

Provided documentation of the role.

6 years agoMerge branch 'bugfix/i2c_add_xqueue_static_allocation' into 'master'
Jiang Jiang Jian [Mon, 21 May 2018 02:29:31 +0000 (10:29 +0800)]
Merge branch 'bugfix/i2c_add_xqueue_static_allocation' into 'master'

driver(i2c, rmt):  Add xQueue and xSemaphore static allocation support when intr_alloc_flag set to ESP_INTR_FLAG_IRAM.

See merge request idf/esp-idf!2335

6 years agoMerge branch 'bugfix/reset_some_peripherals_when_cpu_start' into 'master'
Angus Gratton [Mon, 21 May 2018 01:53:42 +0000 (09:53 +0800)]
Merge branch 'bugfix/reset_some_peripherals_when_cpu_start' into 'master'

driver:   Reset  communication peripherals when cpu start up.

See merge request idf/esp-idf!2296

6 years agodriver(i2c, rmt):Add intr_flag setting to ESP_INTR_FLAG_IRAM support when enable...
kooho [Wed, 2 May 2018 07:27:41 +0000 (15:27 +0800)]
driver(i2c, rmt):Add intr_flag setting to ESP_INTR_FLAG_IRAM support when enable psram.

6 years agofreeRTOS/Re-factor ring buffers
Darian Leung [Wed, 18 Apr 2018 17:20:34 +0000 (01:20 +0800)]
freeRTOS/Re-factor ring buffers

This fixes multiple bugs with ring buffers and re-factors the code. The public
API has not changed, however the underlying implementation have various private
functions have been changed. The following behavioral changes have been made

-   Size of ring buffers for No-Split/Allow-Split buffers will not be rounded
    up to the nearest 32-bit aligned size. This was done to simplify the
    implementation

-   Item size for No-Split/Allow-Split buffers will also be rounded up to the
    nearest 32-bit aligned size.

The following bugs have been fixed

-   In copyItemToRingbufAllowSplit(), when copying an item where the aligned
    size is smaller than the remaining length, the function does not consider
    the case where the true size of the item is less than 4 bytes.

-   The copy functions will automatically wrap around the write pointers when
    the remaining length of the buffer is not large enough to fit a header, but
    does not consider if wrapping around will cause an overlap with the read
    pointer. This will make a full buffer be mistaken for an empty buffer

closes #1711
-   xRingbufferSend() can get stuck in a infinite loop when the size of the
    free memory is larger than the needed_size, but too small to fit in the ring
    buffer due to alignment and extra overhead of wrapping around.

closes #1846
-   Fixed documentation with ring buffer queue set API

-   Adding and removing from queue set does not consider the case where the
    read/write semaphores actually hold a value.

The following functions have been deprecated
    - xRingbufferIsNextItemWrapped() due to lack of thread safety
    - xRingbufferAddToQueueSetWrite() and xRingbufferRemoveFromQueueSetWrite()
    as adding the queue sets only work under receive operations.

The following functions have been added
    - xRingbufferReceiveSplit() and xRingbufferReceiveSplitFromISR() as a thread
    safe way to receive from allow-split buffers
    - vRingbufferGetInfo()

Documentation for ring buffers has also been added.

6 years agoAdd xRingbufferCanRead, xRingbufferCanWrite
Ing. Jaroslav Safka [Fri, 2 Mar 2018 22:17:32 +0000 (23:17 +0100)]
Add xRingbufferCanRead, xRingbufferCanWrite

Add function xRingbufferCanRead & xRingbufferCanWrite
to be able use queue sets. Without it is not possible
to check to which ringbuffer returned semaphore belongs.

6 years agoMerge branch 'patch-2' into 'master'
Angus Gratton [Mon, 21 May 2018 00:42:24 +0000 (08:42 +0800)]
Merge branch 'patch-2' into 'master'

Update idf-monitor.rst

See merge request idf/esp-idf!2149

6 years agoUpdate idf-monitor.rst
Lin Meiling [Thu, 29 Mar 2018 06:21:15 +0000 (14:21 +0800)]
Update idf-monitor.rst

6 years agoMerge branch 'feature/gcov_dbg_stubs' into 'master'
Angus Gratton [Mon, 21 May 2018 00:07:49 +0000 (08:07 +0800)]
Merge branch 'feature/gcov_dbg_stubs' into 'master'

Feature/gcov dbg stubs

See merge request idf/esp-idf!1494

6 years agoadd Channel State Information(CSI) support
Xia Xiaotian [Wed, 9 May 2018 08:44:06 +0000 (16:44 +0800)]
add Channel State Information(CSI) support

6 years agoMerge branch 'mesh/update_libs' into 'master'
Jiang Jiang Jian [Sun, 20 May 2018 09:26:57 +0000 (17:26 +0800)]
Merge branch 'mesh/update_libs' into 'master'

mesh: update libs

See merge request idf/esp-idf!2416

6 years agomesh: update libs
qiyueixa [Fri, 18 May 2018 04:25:52 +0000 (12:25 +0800)]
mesh: update libs

1. use pbkdf2_sha1() to encrypted mesh ie key.
2. fix esp_mesh_waive_root().
3. fix esp_mesh_stop().
4. fix xon issues.

6 years agoMerge branch 'feature/add_event_SYSTEM_EVENT_AP_STAIPASSIGNED' into 'master'
Jiang Jiang Jian [Sat, 19 May 2018 09:04:24 +0000 (17:04 +0800)]
Merge branch 'feature/add_event_SYSTEM_EVENT_AP_STAIPASSIGNED' into 'master'

add event SYSTEM_EVENT_AP_STAIPASSIGNED

See merge request idf/esp-idf!2202

6 years agoMerge branch 'bugfix/docs_fix_vcp_driver_link' into 'master'
Jiang Jiang Jian [Sat, 19 May 2018 09:00:17 +0000 (17:00 +0800)]
Merge branch 'bugfix/docs_fix_vcp_driver_link' into 'master'

docs: fix link for FTDI VCP drivers

See merge request idf/esp-idf!2420

6 years agoMerge branch 'feature/unified_btdm_modem_sleep_with_coex' into 'master'
Jiang Jiang Jian [Sat, 19 May 2018 08:20:49 +0000 (16:20 +0800)]
Merge branch 'feature/unified_btdm_modem_sleep_with_coex' into 'master'

component/bt: implement bluetooth modem sleep

See merge request idf/esp-idf!2198

6 years agocomponent/bt: implement bluetooth modem sleep mode, one mode for BLE only and another...
wangmengyang [Sun, 8 Apr 2018 11:19:47 +0000 (19:19 +0800)]
component/bt: implement bluetooth modem sleep mode, one mode for BLE only and another for dual mode bluetooth

1. provide options for bluetooth low power mode
2. provide two options for bluetooth low power clock: main XTAL and external 32kHz XTAL
3. provide function and callbacks to control bluetooth low power mode, including enable/disable sleep, software wakeup request, low power clock settings, check power state, etc
4. modify vhci API vhci_host_send_packet to use blocking mode
5. note that DFS and bluetooth modem sleep can not be used together currently.

6 years agoadd event SYSTEM_EVENT_AP_STAIPASSIGNED
zhangyanjiao [Mon, 9 Apr 2018 03:01:44 +0000 (11:01 +0800)]
add event SYSTEM_EVENT_AP_STAIPASSIGNED

6 years agoMerge branch 'doc/nvs_flash_encryption' into 'master'
Jiang Jiang Jian [Fri, 18 May 2018 16:44:56 +0000 (00:44 +0800)]
Merge branch 'doc/nvs_flash_encryption' into 'master'

nvs README: Remove section about encryption capability

See merge request idf/esp-idf!2404

6 years agoesp32: Adds GCOV debug stubs support
Alexey Gerenkov [Thu, 15 Feb 2018 17:09:03 +0000 (20:09 +0300)]
esp32: Adds GCOV debug stubs support

Adds the following functionality
 - Debug stubs infrastructure
 - Stub for retrieveing GCOV data without user source code modification

6 years agodocs: fix link for FTDI VCP drivers
Mahavir Jain [Fri, 18 May 2018 11:39:53 +0000 (17:09 +0530)]
docs: fix link for FTDI VCP drivers

Signed-off-by: Mahavir Jain <mahavir@espressif.com>
6 years agoMerge branch 'feature/add_more_information_about_wifi_config' into 'master'
Jiang Jiang Jian [Fri, 18 May 2018 09:29:32 +0000 (17:29 +0800)]
Merge branch 'feature/add_more_information_about_wifi_config' into 'master'

wifi: Add more information about wifi config

See merge request idf/esp-idf!2384

6 years agodriver(uart):Fix the bug that uart buffer_full flag is true all the time.
kooho [Fri, 18 May 2018 07:47:02 +0000 (15:47 +0800)]
driver(uart):Fix the bug that uart buffer_full flag is true all the time.

6 years agoMerge branch 'feature/vfs_find_free_fd' into 'master'
Angus Gratton [Fri, 18 May 2018 07:22:20 +0000 (15:22 +0800)]
Merge branch 'feature/vfs_find_free_fd' into 'master'

Add "find file descriptor" API to be used by VFS drivers

See merge request idf/esp-idf!2389

6 years agoMerge branch 'feature/vfs_select' into 'master'
Angus Gratton [Fri, 18 May 2018 07:04:25 +0000 (15:04 +0800)]
Merge branch 'feature/vfs_select' into 'master'

Allow VFS file descriptors in select()

See merge request idf/esp-idf!2377

6 years agodriver: reset communication peripherals when the cpu starts.
kooho [Fri, 18 May 2018 03:12:19 +0000 (11:12 +0800)]
driver: reset communication peripherals when the cpu starts.

6 years agoAllow VFS file descriptors in select()
Roland Dobai [Thu, 3 May 2018 08:41:10 +0000 (10:41 +0200)]
Allow VFS file descriptors in select()

6 years agoVFS: allow to find free file descriptors & register them
Roland Dobai [Fri, 11 May 2018 13:56:53 +0000 (15:56 +0200)]
VFS: allow to find free file descriptors & register them

6 years ago(wifi): Add more information about wifi config
Deng Xin [Fri, 11 May 2018 06:49:16 +0000 (14:49 +0800)]
(wifi): Add more information about wifi config

1. Update libphy.a to v3900
2. Update librtc.a to v238
3. add scan_method, sort_method and threshold when invoke esp_wifi_get_config()
4. add rssi of each STA in softAP list
5. add country information in scan result
6. add noise floor in rx pkt

Closes https://github.com/espressif/esp-idf/issues/1095
Closes https://github.com/espressif/esp-idf/issues/1723
Closes https://github.com/espressif/esp-idf/issues/1483

6 years agoMerge branch 'bugfix/performance_tests_psram' into 'master'
Jiang Jiang Jian [Fri, 18 May 2018 03:35:33 +0000 (11:35 +0800)]
Merge branch 'bugfix/performance_tests_psram' into 'master'

tests: Increase performance thresholds when running with PSRAM

See merge request idf/esp-idf!2414

6 years agoexamples/wifi/power_save: enable tickless idle
Ivan Grokhotkov [Thu, 3 May 2018 17:31:15 +0000 (01:31 +0800)]
examples/wifi/power_save: enable tickless idle

6 years agodocs: update information about automatic light sleep
Ivan Grokhotkov [Thu, 3 May 2018 17:59:54 +0000 (01:59 +0800)]
docs: update information about automatic light sleep