]> granicus.if.org Git - esp-idf/log
esp-idf
5 years agoesp32: fix some STA certification issues
liu zhifu [Mon, 29 Apr 2019 12:13:31 +0000 (20:13 +0800)]
esp32: fix some STA certification issues

Fix following WiFi STA certification issues:
1. Add support for STA HT2040 coexist management
2. Add support for WPA2 improvements
3. Disallow HT rate when unicast/mcast cipher is TKIP/WEP

5 years agoMerge branch 'bugfix/fix_the_PMK_bug_and_wifi_reason_code_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Mon, 29 Apr 2019 02:52:18 +0000 (10:52 +0800)]
Merge branch 'bugfix/fix_the_PMK_bug_and_wifi_reason_code_v3.1' into 'release/v3.1'

fix the PMK bug and wifi reason code (backport v3.1)

See merge request idf/esp-idf!4895

5 years agoMerge branch 'bugfix/ci_submodule_paths_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Sun, 28 Apr 2019 14:12:30 +0000 (22:12 +0800)]
Merge branch 'bugfix/ci_submodule_paths_v3.1' into 'release/v3.1'

CI - Fix the parsing of submodule paths (backport v3.1)

See merge request idf/esp-idf!4572

5 years agoMerge branch 'bugfix/nvs_fix_erase_any_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Sun, 28 Apr 2019 14:12:12 +0000 (22:12 +0800)]
Merge branch 'bugfix/nvs_fix_erase_any_v3.1' into 'release/v3.1'

nvs_flash: Multi-page blob erased using nvs_erase_key should be cleaned properly (v3.1)

See merge request idf/esp-idf!4818

5 years agoMerge branch 'bugfix/fix_iperf_exit_error_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Sun, 28 Apr 2019 04:00:34 +0000 (12:00 +0800)]
Merge branch 'bugfix/fix_iperf_exit_error_v3.1' into 'release/v3.1'

examples:  fix iperf exit error

See merge request idf/esp-idf!4841

5 years agonvs_flash: Multi-page blob erased using nvs_erase_key should be cleaned properly
negativekelvin [Wed, 27 Mar 2019 14:44:56 +0000 (20:14 +0530)]
nvs_flash: Multi-page blob erased using nvs_erase_key should be cleaned properly

Earlier eraseItem function in Storage class would do lazy cleanup of
multi-page blobs if called using type "ANY" instead of "BLOB". It used to
just delete BLOB data and index would remain as is. Any subsequent read
would delete index entry as well. This however would return a valid
length without error if nvs_get_blob API was just used for finding
length and not reading the complete blob. This change fixes this issue.

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

5 years agowifi bugfixs:
zhangyanjiao [Sun, 28 Apr 2019 03:27:24 +0000 (11:27 +0800)]
wifi bugfixs:
1. modify wifi reason code
2. fix the bug PMK recal too long

5 years agoci: Fix the parsing of submodule paths
Anton Maklakov [Wed, 6 Mar 2019 11:37:34 +0000 (19:37 +0800)]
ci: Fix the parsing of submodule paths

5 years agoMerge branch 'bugfix/adjtime_ut_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Sun, 28 Apr 2019 02:40:27 +0000 (10:40 +0800)]
Merge branch 'bugfix/adjtime_ut_v3.1' into 'release/v3.1'

newlib: Fix adjtime (v3.1)

See merge request idf/esp-idf!4873

5 years agoMerge branch 'bugfix/erase_with_vtaskdelay_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Sun, 28 Apr 2019 02:40:13 +0000 (10:40 +0800)]
Merge branch 'bugfix/erase_with_vtaskdelay_v3.1' into 'release/v3.1'

spi_flash: Add vTaskDelay while a long erasing (v3.1)

See merge request idf/esp-idf!4874

5 years agoMerge branch 'bugfix/ci_tag_for_cmake_linter_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Sun, 28 Apr 2019 02:40:06 +0000 (10:40 +0800)]
Merge branch 'bugfix/ci_tag_for_cmake_linter_v3.1' into 'release/v3.1'

ci: A small CI stabilizing fix (backport v3.1)

See merge request idf/esp-idf!4693

5 years agoMerge branch 'bugfix/mdns_notask_timer_crash_3.1' into 'release/v3.1'
Jiang Jiang Jian [Sun, 28 Apr 2019 02:39:04 +0000 (10:39 +0800)]
Merge branch 'bugfix/mdns_notask_timer_crash_3.1' into 'release/v3.1'

mdns: fix crash after init if no memory for task (Backport 3.1)

See merge request idf/esp-idf!4238

5 years agoMerge branch 'bugfix/btdm_modify_HCI_GET_CMD_BUF_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Sun, 28 Apr 2019 02:20:11 +0000 (10:20 +0800)]
Merge branch 'bugfix/btdm_modify_HCI_GET_CMD_BUF_v3.1' into 'release/v3.1'

Component/bt: modify HCI_GET_CMD_BUF (backport v3.1)

See merge request idf/esp-idf!4600

5 years agoMerge branch 'bugfix/btdm_fix_warning_when_disable_logs_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Sun, 28 Apr 2019 02:18:47 +0000 (10:18 +0800)]
Merge branch 'bugfix/btdm_fix_warning_when_disable_logs_v3.1' into 'release/v3.1'

components/bt: Fix warning when disable debug logs or in release mode and…

See merge request idf/esp-idf!4622

5 years agoMerge branch 'bugfix/btdm_abort_if_deinit_spp_without_init_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Sun, 28 Apr 2019 02:18:15 +0000 (10:18 +0800)]
Merge branch 'bugfix/btdm_abort_if_deinit_spp_without_init_v3.1' into 'release/v3.1'

components/bt: Fix abort if call esp_spp_deinit without calling esp_spp_init

See merge request idf/esp-idf!4863

5 years agoMerge branch 'bugfix/external_rtc_start_fail_v3.1' into 'release/v3.1'
Angus Gratton [Fri, 26 Apr 2019 09:18:17 +0000 (17:18 +0800)]
Merge branch 'bugfix/external_rtc_start_fail_v3.1' into 'release/v3.1'

Bugfix/external rtc start fail (v3.1)

See merge request idf/esp-idf!4661

5 years agoFix external start fail
maojianxin [Sat, 22 Dec 2018 06:19:46 +0000 (14:19 +0800)]
Fix external start fail

5 years agosoc/rtc: Bypass touchpad current to external 32k crystal oscillator
Zhang Jun Yi [Wed, 23 May 2018 07:24:09 +0000 (15:24 +0800)]
soc/rtc: Bypass touchpad current to external 32k crystal oscillator

5 years agoMerge branch 'bugfix/add_bootloader_flash_erase_range' into 'release/v3.1'
Angus Gratton [Fri, 26 Apr 2019 01:53:12 +0000 (09:53 +0800)]
Merge branch 'bugfix/add_bootloader_flash_erase_range' into 'release/v3.1'

bootloader: add API for erasing flash region (backport v3.1)

See merge request idf/esp-idf!4858

5 years agoMerge branch 'feature/btdm_add_ble_link_timeout_config_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Thu, 25 Apr 2019 12:05:10 +0000 (20:05 +0800)]
Merge branch 'feature/btdm_add_ble_link_timeout_config_v3.1' into 'release/v3.1'

Component/bt: add ble link timeout config in menuconfig(backport v3.1)

See merge request idf/esp-idf!4828

5 years agoMerge branch 'bugfix/wifi_spike_power_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Thu, 25 Apr 2019 08:24:07 +0000 (16:24 +0800)]
Merge branch 'bugfix/wifi_spike_power_v3.1' into 'release/v3.1'

esp32: fix the issue that the spike transmit power of WiFi is higher than configured when WiFi and Bluetooth coexist (backport v3.1)

See merge request idf/esp-idf!4614

5 years agospi_flash: Add vTaskDelay while a long erasing
Konstantin Kondrashov [Wed, 17 Apr 2019 01:18:11 +0000 (09:18 +0800)]
spi_flash: Add vTaskDelay while a long erasing

Added Kconfig options to enable yield operation during flash erase.
By default disable.

Closes: https://github.com/espressif/esp-idf/issues/2083
Closes: IDFGH-261
5 years agonewlib: Fix adjtime
Konstantin Kondrashov [Wed, 3 Apr 2019 04:18:20 +0000 (12:18 +0800)]
newlib: Fix adjtime

Fixed adjtime function: While using the adjtime() function,
the time correction accumulated an error
when reading the time frequently (using gettimeofday).

5 years agocomponents/bt: Fix abort if call esp_spp_deinit without calling esp_spp_init
baohongde [Wed, 24 Apr 2019 03:37:14 +0000 (11:37 +0800)]
components/bt: Fix abort if call esp_spp_deinit without calling esp_spp_init

5 years agospi_flash: fix erase_range for block erase check
Mahavir Jain [Mon, 27 Aug 2018 16:24:20 +0000 (21:54 +0530)]
spi_flash: fix erase_range for block erase check

Erase in block (64k) as much as possible, before falling back
to sector (4k) erase.

Signed-off-by: Mahavir Jain <mahavir@espressif.com>
5 years agobootloader: add API for erasing flash region
Mahavir Jain [Fri, 24 Aug 2018 12:28:04 +0000 (17:58 +0530)]
bootloader: add API for erasing flash region

Signed-off-by: Mahavir Jain <mahavir@espressif.com>
Closes: https://github.com/espressif/esp-idf/issues/2166
5 years agofix iperf exit error
xiehang [Tue, 16 Apr 2019 04:09:33 +0000 (12:09 +0800)]
fix iperf exit error

5 years agoMerge branch 'bugfix/mdns_networking_refactoring_3.1_mdns_patch' into 'release/v3.1'
Angus Gratton [Tue, 23 Apr 2019 02:34:40 +0000 (10:34 +0800)]
Merge branch 'bugfix/mdns_networking_refactoring_3.1_mdns_patch' into 'release/v3.1'

mdns: workarround in 3.1 to fix missing netif re-probing when ip changed in link-local addressing

See merge request idf/esp-idf!4715

5 years agoMerge branch 'bugfix/remove_second_sha_enable_v3.1' into 'release/v3.1'
Angus Gratton [Mon, 22 Apr 2019 23:37:39 +0000 (07:37 +0800)]
Merge branch 'bugfix/remove_second_sha_enable_v3.1' into 'release/v3.1'

esp32/sha: Remove second enabling in esp_sha_lock_engine_common (backport v3.1)

See merge request idf/esp-idf!4781

5 years agoComponent/bt: add ble link timeout config in menuconfig
zhiweijian [Tue, 16 Apr 2019 03:11:08 +0000 (11:11 +0800)]
Component/bt: add ble link timeout config in menuconfig
- add ble link timeout config in menuconfig
- disable background connection when call gatts_open

6 years agoesp32: fix the issue that the spike transmit power of WiFi is higher
XiaXiaotian [Mon, 25 Mar 2019 06:13:09 +0000 (14:13 +0800)]
esp32: fix the issue that the spike transmit power of WiFi is higher
than configured when WiFi and Bluetooth coexist

6 years agoMerge branch 'test/modify_mesh_ci_v3.1' into 'release/v3.1'
He Yin Ling [Thu, 18 Apr 2019 03:29:26 +0000 (11:29 +0800)]
Merge branch 'test/modify_mesh_ci_v3.1' into 'release/v3.1'

test: updat  mesh test cases for ci (backport v3.1)

See merge request idf/esp-idf!4649

6 years agoMerge branch 'bugfix/fix_signal_test_bug_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Wed, 17 Apr 2019 14:48:47 +0000 (22:48 +0800)]
Merge branch 'bugfix/fix_signal_test_bug_v3.1' into 'release/v3.1'

esp32: fix a bug caused by signal test code (backport v3.1)

See merge request idf/esp-idf!4814

6 years agoesp32: fix a bug caused by signal test code
liu zhifu [Wed, 17 Apr 2019 09:58:27 +0000 (17:58 +0800)]
esp32: fix a bug caused by signal test code

Fix a WiFi bug caused by signal test code.

6 years agotest:update mesh test cases for ci(v3.1)
luchangjie [Tue, 19 Mar 2019 11:36:09 +0000 (19:36 +0800)]
test:update mesh test cases for ci(v3.1)

update TC_IT_MESH_EST.yml and TC_IT_MESH_COMM.yml

change mesh ci case form T50 to T12 in gitlab-ci.yml

add some test ENV in components/idf_test/integration_test/TEST_ENV_SSC.yml

6 years agoMerge branch 'bugfix/bootloader_flash_crypt_cnt_ff_v3.1' into 'release/v3.1'
Angus Gratton [Tue, 16 Apr 2019 00:07:42 +0000 (08:07 +0800)]
Merge branch 'bugfix/bootloader_flash_crypt_cnt_ff_v3.1' into 'release/v3.1'

flash encryption: reduce FLASH_CRYPT_CNT bit width to 7 bits (v3.1)

See merge request idf/esp-idf!4729

6 years agoesp32/sha: Remove second enabling in esp_sha_lock_engine_common
Konstantin Kondrashov [Wed, 10 Apr 2019 12:49:27 +0000 (20:49 +0800)]
esp32/sha: Remove second enabling in esp_sha_lock_engine_common

6 years agoMerge branch 'feature/add_support_for_signal_test_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Mon, 15 Apr 2019 09:45:50 +0000 (17:45 +0800)]
Merge branch 'feature/add_support_for_signal_test_v3.1' into 'release/v3.1'

esp32: add support for WiFi signal test (backport v3.1)

See merge request idf/esp-idf!4754

6 years agoesp32: add support for WiFi signal test
liu zhifu [Fri, 12 Apr 2019 07:42:07 +0000 (15:42 +0800)]
esp32: add support for WiFi signal test

Add support for WiFi signal test

6 years agoMerge branch 'bugfix/regenerate_sdkconfig_fails_v3.1' into 'release/v3.1'
Angus Gratton [Wed, 10 Apr 2019 05:08:20 +0000 (13:08 +0800)]
Merge branch 'bugfix/regenerate_sdkconfig_fails_v3.1' into 'release/v3.1'

Fix issues with regenerating sdkconfig on modification (backport v3.1)

See merge request idf/esp-idf!4170

6 years agoMerge branch 'bugfix/increase_block_scan_timeout_value_v3.1' into 'release/v3.1' v3.1.4
Jiang Jiang Jian [Tue, 9 Apr 2019 14:37:08 +0000 (22:37 +0800)]
Merge branch 'bugfix/increase_block_scan_timeout_value_v3.1' into 'release/v3.1'

esp32: increase block scan timeout value (backport v3.1)

See merge request idf/esp-idf!4692

6 years agoesp32: increase block scan timeout value
liu zhifu [Wed, 3 Apr 2019 14:13:08 +0000 (22:13 +0800)]
esp32: increase block scan timeout value

Increase WiFi block scan internal timeout value.

6 years agoefuse/flash encryption: Reduce FLASH_CRYPT_CNT to a 7 bit efuse field
Angus Gratton [Thu, 28 Mar 2019 23:28:42 +0000 (10:28 +1100)]
efuse/flash encryption: Reduce FLASH_CRYPT_CNT to a 7 bit efuse field

8th bit is not used by hardware.

As reported https://esp32.com/viewtopic.php?f=2&t=7800&p=40895#p40894

6 years agoMerge branch 'bugfix/wifi_fix_no_tbtt_after_rx_wrong_beacon_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Mon, 8 Apr 2019 13:22:03 +0000 (21:22 +0800)]
Merge branch 'bugfix/wifi_fix_no_tbtt_after_rx_wrong_beacon_v3.1' into 'release/v3.1'

esp32: fix the bug that no TBTT will be generated anymore after receiving wrong beacon when WiFi and BT coexist. (backport v3.1)

See merge request idf/esp-idf!4718

6 years agoesp32: fix the bug that no TBTT will be generated anymore after
XiaXiaotian [Mon, 8 Apr 2019 03:46:08 +0000 (11:46 +0800)]
esp32: fix the bug that no TBTT will be generated anymore after
receiving wrong beacon when WiFi and BT coexist.

6 years agoMerge branch 'bugfix/coex_bt_disconn_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Mon, 8 Apr 2019 02:39:26 +0000 (10:39 +0800)]
Merge branch 'bugfix/coex_bt_disconn_v3.1' into 'release/v3.1'

components/coex: Fix BT disconnecting due to too many reset BB

See merge request idf/esp-idf!4681

6 years agomdns: workarround in 3.1 to fix missing netif re-probing when ip changed in link...
David Cermak [Fri, 5 Apr 2019 12:32:16 +0000 (14:32 +0200)]
mdns: workarround in 3.1 to fix missing netif re-probing when ip changed in link-local addressing

6 years agoMerge branch 'bugfix/heap_int_oflow_checks_v3.1' into 'release/v3.1'
Angus Gratton [Fri, 5 Apr 2019 01:30:50 +0000 (09:30 +0800)]
Merge branch 'bugfix/heap_int_oflow_checks_v3.1' into 'release/v3.1'

Backport heap int overflow checks to v3.1

See merge request idf/esp-idf!4582

6 years agoMerge branch 'fix/spi_on_readonly_pins_v3.1' into 'release/v3.1'
Angus Gratton [Thu, 4 Apr 2019 06:48:07 +0000 (14:48 +0800)]
Merge branch 'fix/spi_on_readonly_pins_v3.1' into 'release/v3.1'

spi: fix the bug of connecting SPI peripheral to read-only pins (backport v3.1)

See merge request idf/esp-idf!4308

6 years agoci: Fix runner choice for CMake verification job
Anton Maklakov [Tue, 27 Nov 2018 08:31:37 +0000 (16:31 +0800)]
ci: Fix runner choice for CMake verification job

6 years agocomponents/coex: Fix BT disconnecting due to too many reset BB
baohongde [Wed, 3 Apr 2019 12:53:22 +0000 (20:53 +0800)]
components/coex: Fix BT disconnecting due to too many reset BB

Update coex version to 1.1.6

6 years agoMerge branch 'update/nvs_partition_utility_v3.1' into 'release/v3.1'
Angus Gratton [Wed, 3 Apr 2019 03:12:23 +0000 (11:12 +0800)]
Merge branch 'update/nvs_partition_utility_v3.1' into 'release/v3.1'

Update/nvs partition utility v3.1 (backport v3.1)

See merge request idf/esp-idf!4275

6 years agoMerge branch 'fix/nvs_part_util' into 'release/v3.1'
Angus Gratton [Tue, 2 Apr 2019 06:35:38 +0000 (14:35 +0800)]
Merge branch 'fix/nvs_part_util' into 'release/v3.1'

nvs_part_util: Fix Readme and disable multipage blob by default

See merge request idf/esp-idf!4631

6 years agoconfgen: disable config override warnings
Renz Christian Bagaporo [Tue, 29 Jan 2019 03:17:02 +0000 (11:17 +0800)]
confgen: disable config override warnings

6 years agokconfiglib: allow disabling of config override warnings
Renz Christian Bagaporo [Tue, 29 Jan 2019 03:16:25 +0000 (11:16 +0800)]
kconfiglib: allow disabling of config override warnings

Patches ESP-IDF copy of kconfiglib.py with modifications in commit
b65baa47f69ae4c3993876a7edf0da0075aa70ff from kconfiglib repository.

6 years agoconfgen: disable redundant assignment warning
Renz Christian Bagaporo [Fri, 25 Jan 2019 10:24:53 +0000 (18:24 +0800)]
confgen: disable redundant assignment warning

6 years agokconfiglib: allow disabling of redundant definition warnings
Renz Christian Bagaporo [Fri, 25 Jan 2019 09:42:25 +0000 (17:42 +0800)]
kconfiglib: allow disabling of redundant definition warnings

Patches ESP-IDF copy of kconfiglib.py with modifications in commit
94c63de77c7a3422347e59e168b05174d0b9e84d from kconfiglib repository.

6 years agotool: Add unit test for Kconfig gen
KonstantinKondrashov [Mon, 14 Jan 2019 11:41:29 +0000 (19:41 +0800)]
tool: Add unit test for Kconfig gen

6 years agodocs: remove invalid arg in confgen invocation on docs generation
Renz Christian Bagaporo [Tue, 15 Jan 2019 15:37:48 +0000 (23:37 +0800)]
docs: remove invalid arg in confgen invocation on docs generation

6 years agocmake: only generate sdkconfig on top level project
Renz Christian Bagaporo [Tue, 15 Jan 2019 15:07:17 +0000 (23:07 +0800)]
cmake: only generate sdkconfig on top level project

6 years agoconfgen: base config creation on output type args
Renz Christian Bagaporo [Tue, 15 Jan 2019 15:06:50 +0000 (23:06 +0800)]
confgen: base config creation on output type args

6 years agospi: fix the bug of connecting SPI peripheral to read-only pins
Michael (XIAO Xufeng) [Mon, 11 Feb 2019 06:17:31 +0000 (14:17 +0800)]
spi: fix the bug of connecting SPI peripheral to read-only pins

The requirements of pin capabilites is different for spi master and
slave.  The master needs CS, SCLK, MOSI to be output-able, while slave
needs MISO to be output-able.

Previous code is for master only.

This commit allows to place other 3 pins than MISO on input-only pins
for slaves. Refactoring for spi_common is also included.

Resolves https://github.com/espressif/esp-idf/issues/2455

6 years agoMerge branch 'bugfix/build_fails_when_editor_assoc_with_py_scripts_v3.1' into 'releas...
Angus Gratton [Tue, 2 Apr 2019 01:39:51 +0000 (09:39 +0800)]
Merge branch 'bugfix/build_fails_when_editor_assoc_with_py_scripts_v3.1' into 'release/v3.1'

Fix issues with CMake builds when python scripts are associated with an editor (backport v3.1)

See merge request idf/esp-idf!4638

6 years agonvs_part_util: Fix Readme and disable multipage blob by default
Shivani Tipnis [Wed, 27 Mar 2019 09:16:40 +0000 (14:46 +0530)]
nvs_part_util: Fix Readme and disable multipage blob by default

6 years agoMerge branch 'bugfix/increase_block_scan_time_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Mon, 1 Apr 2019 09:24:14 +0000 (17:24 +0800)]
Merge branch 'bugfix/increase_block_scan_time_v3.1' into 'release/v3.1'

wifi: increase the block scan time (backport v3.1)

See merge request idf/esp-idf!4644

6 years agowifi: increase the block scan time because of changing channel will take at 30ms...
zhangyanjiao [Mon, 1 Apr 2019 02:53:12 +0000 (10:53 +0800)]
wifi: increase the block scan time because of changing channel will take at 30ms when BT/WiFi coexist

6 years agoci: test full build never runs '/usr/bin/env python' or similar
Renz Christian Bagaporo [Tue, 12 Mar 2019 05:28:06 +0000 (13:28 +0800)]
ci: test full build never runs '/usr/bin/env python' or similar

6 years agocmake: Fix for Python files executed directly, not via PYTHON variable
Renz Christian Bagaporo [Mon, 25 Mar 2019 02:41:28 +0000 (10:41 +0800)]
cmake: Fix for Python files executed directly, not via PYTHON variable

6 years agonvs_util: Fix to support write of multiple singlepage big blob data
Shivani Tipnis [Wed, 27 Mar 2019 11:44:02 +0000 (17:14 +0530)]
nvs_util: Fix to support write of multiple singlepage big blob data

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

(cherry picked from commit 60b5cdde)

6 years agoMerge branch 'mesh/decouple_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Wed, 27 Mar 2019 11:38:21 +0000 (19:38 +0800)]
Merge branch 'mesh/decouple_v3.1' into 'release/v3.1'

mesh: decoupling (backport v3.1)

See merge request idf/esp-idf!4288

6 years agoUpdate minimum version for cryptography package required
Shivani Tipnis [Fri, 16 Nov 2018 05:57:00 +0000 (11:27 +0530)]
Update minimum version for cryptography package required

(cherry picked from commit e1774cb6f90416c7cbbe7b50323d3154dba7de21)
(cherry picked from commit fa40b3d5d0ec3c90a62627ac6a23edc969695670)

6 years agocomponents/bt: Fix warning when disable debug logs or in release mode and improve...
baohongde [Tue, 26 Mar 2019 07:16:14 +0000 (15:16 +0800)]
components/bt: Fix warning when disable debug logs or in release mode and improve the code structure

6 years agomesh: decoupling
chenyudong [Fri, 15 Mar 2019 13:38:45 +0000 (21:38 +0800)]
mesh: decoupling

Remove dependencies which cause mesh code to be linked even if mesh is not used.

6 years agoComponent/bt: modify HCI_GET_CMD_BUF
zhiweijian [Tue, 19 Mar 2019 13:48:26 +0000 (21:48 +0800)]
Component/bt: modify HCI_GET_CMD_BUF

6 years agomdns: fix crash after init if no memory for task
David Cermak [Fri, 25 Jan 2019 15:17:07 +0000 (16:17 +0100)]
mdns: fix crash after init if no memory for task

mdns init first starts timer task, then starts service task. if service task failed to be created, timer task needs to be stopped too.
fixed https://ezredmine.espressif.cn:8765/issues/28466

6 years agoheap: Add integer overflow checks on MALLOC_CAP_32BIT & MALLOC_CAP_EXEC
Angus Gratton [Sun, 10 Mar 2019 23:49:51 +0000 (10:49 +1100)]
heap: Add integer overflow checks on MALLOC_CAP_32BIT & MALLOC_CAP_EXEC

6 years agoMerge branch 'bugfix/nvs_api_usage_in_simple_ota_example_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Thu, 21 Mar 2019 03:40:31 +0000 (11:40 +0800)]
Merge branch 'bugfix/nvs_api_usage_in_simple_ota_example_v3.1' into 'release/v3.1'

Minor bugfix in simple ota example (backport v3.1)

See merge request idf/esp-idf!4583

6 years agobugfix(simple_ota): Compatible with V3.1 and V3.2
InfiniteYuan1 [Tue, 18 Dec 2018 03:50:33 +0000 (11:50 +0800)]
bugfix(simple_ota): Compatible with V3.1 and V3.2

(cherry picked from commit 0fa31d3e311e2e49b4a37ebf7c32cae2ee3070d4)

6 years agoheap: Add integer overflow checks
Angus Gratton [Mon, 18 Jun 2018 06:24:49 +0000 (16:24 +1000)]
heap: Add integer overflow checks

6 years agoMerge branch 'bugfix/sphinx_build_failure_on_rtd_v3.1' into 'release/v3.1'
Angus Gratton [Wed, 20 Mar 2019 23:55:03 +0000 (07:55 +0800)]
Merge branch 'bugfix/sphinx_build_failure_on_rtd_v3.1' into 'release/v3.1'

docs: Upgraded sphinx package version to prevent build failures on readthedocs…

See merge request idf/esp-idf!4555

6 years agoMerge branch 'test/detect_exception_in_idf_dut_v3.1' into 'release/v3.1'
Angus Gratton [Wed, 20 Mar 2019 23:54:37 +0000 (07:54 +0800)]
Merge branch 'test/detect_exception_in_idf_dut_v3.1' into 'release/v3.1'

tiny-test-fw: support detect exception in IDFDUT (backport v3.1)

See merge request idf/esp-idf!4544

6 years agoMerge branch 'test/fix_unit_test_job_pass_even_no_test_executed_v3.1' into 'release...
Angus Gratton [Wed, 20 Mar 2019 23:53:53 +0000 (07:53 +0800)]
Merge branch 'test/fix_unit_test_job_pass_even_no_test_executed_v3.1' into 'release/v3.1'

test: fix CI UT job pass even ut app bootup fail (backport v3.1)

See merge request idf/esp-idf!4387

6 years agoMerge branch 'bugfix/btdm_fix_no_adv_report_when_scaning_with_sleep_enable_v3.1'...
Jiang Jiang Jian [Wed, 20 Mar 2019 13:37:08 +0000 (21:37 +0800)]
Merge branch 'bugfix/btdm_fix_no_adv_report_when_scaning_with_sleep_enable_v3.1' into 'release/v3.1'

Component/bt: fix no adv report when scanning with sleep enable (backport v3.1)

See merge request idf/esp-idf!4558

6 years agoMerge branch 'bugfix/btdm_fix_blufi_prepare_write_crash_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Wed, 20 Mar 2019 13:03:14 +0000 (21:03 +0800)]
Merge branch 'bugfix/btdm_fix_blufi_prepare_write_crash_v3.1' into 'release/v3.1'

Component/bt: fix blufi prepare write crash (backport v3.1)

See merge request idf/esp-idf!4564

6 years agoMerge branch 'bugfix/btdm_fix_build_warning_when_bluedroid_disable_log_v3.1' into...
Jiang Jiang Jian [Wed, 20 Mar 2019 13:02:59 +0000 (21:02 +0800)]
Merge branch 'bugfix/btdm_fix_build_warning_when_bluedroid_disable_log_v3.1' into 'release/v3.1'

Component/bt: fix build warning when bluedroid disable log (backport v3.1)

See merge request idf/esp-idf!4567

6 years agoMerge branch 'bugfix/esp_tls_const_bytes_field_v3.1' into 'release/v3.1'
Ivan Grokhotkov [Wed, 20 Mar 2019 08:09:32 +0000 (16:09 +0800)]
Merge branch 'bugfix/esp_tls_const_bytes_field_v3.1' into 'release/v3.1'

esp_tls: Make cacert_pem_bytes field a mutable integer

See merge request idf/esp-idf!4529

6 years agoComponent/bt: fix build warning when bluedroid disable log
zhiweijian [Fri, 15 Mar 2019 12:59:55 +0000 (20:59 +0800)]
Component/bt: fix build warning when bluedroid disable log

6 years agoComponent/bt: fix blufi prepare write crash
zhiweijian [Mon, 25 Feb 2019 06:48:46 +0000 (14:48 +0800)]
Component/bt: fix blufi prepare write crash

6 years agoComponent/bt: fix no adv report when scanning with sleep enable
zhiweijian [Wed, 20 Mar 2019 03:59:48 +0000 (11:59 +0800)]
Component/bt: fix no adv report when scanning with sleep enable

6 years agoMerge branch 'bugfix/spiram_linker_wildcards_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Wed, 20 Mar 2019 03:27:37 +0000 (11:27 +0800)]
Merge branch 'bugfix/spiram_linker_wildcards_v3.1' into 'release/v3.1'

esp32 psram: Provide library name for ROM libc objects linked as PSRAM workarounds (backport v3.1)

See merge request idf/esp-idf!4305

6 years agoMerge branch 'bugfix/mdns_incorrect_semaphore_use_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Wed, 20 Mar 2019 03:25:44 +0000 (11:25 +0800)]
Merge branch 'bugfix/mdns_incorrect_semaphore_use_v3.1' into 'release/v3.1'

mdns: use binary semaphore instead of mutex when searching (Backport 3.1)

See merge request idf/esp-idf!4479

6 years agoMerge branch 'bugfix/ble_assert_8192_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Wed, 20 Mar 2019 03:24:47 +0000 (11:24 +0800)]
Merge branch 'bugfix/ble_assert_8192_v3.1' into 'release/v3.1'

fix the bug assert(8192 0) in rwble.c 234

See merge request idf/esp-idf!4506

6 years agodocs: Upgraded sphinx package version to prevent build failures on readthedocs site...
krzychb [Tue, 19 Mar 2019 19:09:30 +0000 (20:09 +0100)]
docs: Upgraded sphinx package version to prevent build failures on readthedocs site. Upgraded versions of other packages that are used during documentation build. (backport v3.1)

6 years agotest: handle exception by unit test script:
He Yin Ling [Mon, 18 Mar 2019 14:19:30 +0000 (22:19 +0800)]
test: handle exception by unit test script:

unit test script will detect exception, we don't need to let test fail
when exception happened.

6 years agotiny-test-fw: support translate backtrace in IDFDUT
He Yin Ling [Mon, 18 Mar 2019 04:16:24 +0000 (12:16 +0800)]
tiny-test-fw: support translate backtrace in IDFDUT

6 years agomdns: use binary semaphore instead of mutex when searching
Ivan Grokhotkov [Mon, 4 Mar 2019 08:59:09 +0000 (16:59 +0800)]
mdns: use binary semaphore instead of mutex when searching

mdns_search_once_t::lock is used to synchronize tasks (taken by one
task and given by the other) so it should not be a mutex.
Convert to semaphore, and rename to indicate its purpose.

6 years agofix the bug assert(8192 0) in rwble.c 234
Tian Hao [Tue, 12 Mar 2019 03:21:47 +0000 (11:21 +0800)]
fix the bug assert(8192 0) in rwble.c 234

6 years agotiny-test-fw: support detect exception in IDFDUT
He Yin Ling [Sat, 16 Mar 2019 12:07:52 +0000 (20:07 +0800)]
tiny-test-fw: support detect exception in IDFDUT

6 years agoesp32 psram: Provide library name for ROM libc objects linked as PSRAM workarounds
Angus Gratton [Tue, 22 Jan 2019 03:49:17 +0000 (11:49 +0800)]
esp32 psram: Provide library name for ROM libc objects linked as PSRAM workarounds

Fixes bug reported on forums where any source file ending in *lock.c or *creat.c
was being linked to IRAM.

https://esp32.com/viewtopic.php?f=13&t=8909&p=37362#p37362

6 years agoesp_tls: Make cacert_pem_bytes field a mutable integer
Angus Gratton [Mon, 18 Mar 2019 05:35:00 +0000 (16:35 +1100)]
esp_tls: Make cacert_pem_bytes field a mutable integer

Ref https://esp32.com/viewtopic.php?f=2&t=9737&p=40278#p40277