]> granicus.if.org Git - esp-idf/log
esp-idf
4 years agoMerge branch 'bugfix/coex_bb_reset_lock_v3.1' into 'release/v3.1' v3.1.6
Jiang Jiang Jian [Thu, 12 Sep 2019 02:46:31 +0000 (10:46 +0800)]
Merge branch 'bugfix/coex_bb_reset_lock_v3.1' into 'release/v3.1'

fix bug that wifi start/stop may cause crash

See merge request espressif/esp-idf!6033

4 years agofix bug that wifi start/stop may cause crash
Tian Hao [Thu, 22 Aug 2019 12:01:51 +0000 (20:01 +0800)]
fix bug that wifi start/stop may cause crash

1. fix bug bb reset lock flag to avoid bb reset lock unhandle,
   may cause assert in vPortCPUReleaseMutexIntsDisabledInternal.
2. fix bug wifi reset mac cause task watch dog timeout
3. fix bug wifi reset mac position

4 years agoMerge branch 'bugfix/flash_encryption_disable_plaintext_v3.1' into 'release/v3.1'
Angus Gratton [Wed, 11 Sep 2019 04:10:18 +0000 (12:10 +0800)]
Merge branch 'bugfix/flash_encryption_disable_plaintext_v3.1' into 'release/v3.1'

flash encryption: Add config option to disable any plaintext reflashes (3.1)

See merge request espressif/esp-idf!6049

4 years agoflash encryption: Add config option to disable any plaintext reflashes
Angus Gratton [Wed, 12 Jun 2019 01:03:42 +0000 (11:03 +1000)]
flash encryption: Add config option to disable any plaintext reflashes

Enabled by default when Secure Boot is on, so Flash Encryption protection
is always available in case of a Secure Boot bypass.

4 years agoMerge branch 'bugfix/fix_the_bug_for_WPA_WPA2_PSK_connection_fail_v3.1' into 'release...
Jiang Jiang Jian [Tue, 10 Sep 2019 01:49:01 +0000 (09:49 +0800)]
Merge branch 'bugfix/fix_the_bug_for_WPA_WPA2_PSK_connection_fail_v3.1' into 'release/v3.1'

fix the bug for WPA_WPA2_PSK connection fail (backport v3.1)

See merge request espressif/esp-idf!6011

4 years agodocs: Added more wordings to capture secure boot and flash encryption dependency.
Sagar Bijwe [Tue, 7 Aug 2018 11:59:11 +0000 (17:29 +0530)]
docs: Added more wordings to capture secure boot and flash encryption dependency.

4 years agofix the bug that STA fails to connect WPA_WPA2_PSK Apple AP
zhangyanjiao [Fri, 6 Sep 2019 06:17:51 +0000 (14:17 +0800)]
fix the bug that STA fails to connect WPA_WPA2_PSK Apple AP

4 years agoMerge branch 'bugfix/revert_optimize_wifi_rx_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Fri, 30 Aug 2019 02:59:37 +0000 (10:59 +0800)]
Merge branch 'bugfix/revert_optimize_wifi_rx_v3.1' into 'release/v3.1'

esp32: revert WiFi RX optimization (backport v3.1)

See merge request espressif/esp-idf!5942

4 years agoesp32: revert WiFi RX optimization
liu zhifu [Wed, 28 Aug 2019 05:51:16 +0000 (13:51 +0800)]
esp32: revert WiFi RX optimization

Revert following commit since it has compatibility issue:
commit 71f1b7f4243dfc88228b22bdd2ad7f0b8e3cbdfd
esp32: optimize wifi rx

4 years agoMerge branch 'bugfix_kconfig_deps_missing_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Tue, 27 Aug 2019 06:04:18 +0000 (14:04 +0800)]
Merge branch 'bugfix_kconfig_deps_missing_v3.1' into 'release/v3.1'

kconfig: Add -MP option so .d files include empty targets (v3.1)

See merge request espressif/esp-idf!5849

4 years agoMerge branch 'test/use_correct_config_for_nvs_compatible_case_v3.1' into 'release...
Angus Gratton [Tue, 27 Aug 2019 05:30:35 +0000 (13:30 +0800)]
Merge branch 'test/use_correct_config_for_nvs_compatible_case_v3.1' into 'release/v3.1'

test: fix nvs compatible case error (backport v3.1)

See merge request espressif/esp-idf!5892

4 years agoMerge branch 'update/cjson_v1_7_12_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Mon, 26 Aug 2019 10:29:52 +0000 (18:29 +0800)]
Merge branch 'update/cjson_v1_7_12_v3.1' into 'release/v3.1'

Update cJSON to v1.7.12 (v3.1)

See merge request espressif/esp-idf!5853

4 years agoMerge branch 'bugfix/fix_i2s_channels_swapped_issue_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Mon, 26 Aug 2019 10:29:37 +0000 (18:29 +0800)]
Merge branch 'bugfix/fix_i2s_channels_swapped_issue_v3.1' into 'release/v3.1'

Bugfix(i2s): fixed i2s left/right channels swapped issue for v3.1.

See merge request espressif/esp-idf!5897

4 years agoMerge branch 'bugfix/fix_the_bug_for_softap_set_authmode_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Mon, 26 Aug 2019 10:29:18 +0000 (18:29 +0800)]
Merge branch 'bugfix/fix_the_bug_for_softap_set_authmode_v3.1' into 'release/v3.1'

wifi: fix the bug for softAP set authmode (backport v3.1)

See merge request espressif/esp-idf!5827

4 years agoMerge branch 'bugfix/btdm_security_vulnerability_on_encryption_key_size_v3.1' into...
Jiang Jiang Jian [Mon, 26 Aug 2019 10:01:51 +0000 (18:01 +0800)]
Merge branch 'bugfix/btdm_security_vulnerability_on_encryption_key_size_v3.1' into 'release/v3.1'

components/bt: set the minimum encryption key size to be 7 octects for BR/EDR link

See merge request espressif/esp-idf!5874

4 years agotest: fix integration test jobs not executed:
He Yin Ling [Mon, 26 Aug 2019 06:00:44 +0000 (14:00 +0800)]
test: fix integration test jobs not executed:

naming rule for parallel test job config file is different.
rename test job config file to make it unified.

4 years agoBugfix(i2s): fixed i2s left/right channels swapped issue for v3.1.
redchenjs [Mon, 1 Jul 2019 11:48:47 +0000 (19:48 +0800)]
Bugfix(i2s): fixed i2s left/right channels swapped issue for v3.1.

The right channel data is in the high position, so the I2S_TX_MSB_RIGHT & I2S_RX_MSB_RIGHT bits should be set.

4 years agotest: fix nvs compatible case error:
He Yin Ling [Sun, 25 Aug 2019 06:09:17 +0000 (14:09 +0800)]
test: fix nvs compatible case error:

use new env tag for nvs compatible test case and update test config
file.

4 years agowifi: fix the bug for softAP set authmode
zhangyanjiao [Fri, 23 Aug 2019 08:40:40 +0000 (16:40 +0800)]
wifi: fix the bug for softAP set authmode

4 years agocomponents/bt: set the minimum encryption key size to be 7 octects for BR/EDR link...
wangmengyang [Fri, 23 Aug 2019 00:31:23 +0000 (08:31 +0800)]
components/bt: set the minimum encryption key size to be 7 octects for BR/EDR link for preventing KNOB attack.

This patch is to address the CVE-2019-9506 vulnerability.

4 years agoUpdate cJSON to v1.7.12
Angus Gratton [Wed, 14 Aug 2019 00:03:27 +0000 (10:03 +1000)]
Update cJSON to v1.7.12

Fixes potential DoS in cJSON_Minify, see https://github.com/DaveGamble/cJSON/issues/354

4 years agokconfig: Add -MP option so .d files include empty targets
Angus Gratton [Mon, 19 Aug 2019 01:42:39 +0000 (11:42 +1000)]
kconfig: Add -MP option so .d files include empty targets

Prevents make-level errors when switching IDF versions, as headers may be removed.

Similar to some mentioned here:
https://github.com/espressif/esp-idf/issues/712

4 years agoMerge branch 'bugfix/fix_flash_read_error_in_dio_mode_v3.1' into 'release/v3.1'
Wang Jia Lin [Wed, 21 Aug 2019 08:18:53 +0000 (16:18 +0800)]
Merge branch 'bugfix/fix_flash_read_error_in_dio_mode_v3.1' into 'release/v3.1'

bugfix(flash): add spi dio address bitlen configure in psram init (backport v3.1)

See merge request espressif/esp-idf!5784

4 years agobugfix(flash): add spi dio address bitlen configure in psram init
chenjianqiang [Wed, 14 Aug 2019 12:57:30 +0000 (20:57 +0800)]
bugfix(flash): add spi dio address bitlen configure in psram init

4 years agoMerge branch 'bugfix/supplicant_security_fixes_v3.1' into 'release/v3.1'
Angus Gratton [Tue, 13 Aug 2019 01:28:33 +0000 (09:28 +0800)]
Merge branch 'bugfix/supplicant_security_fixes_v3.1' into 'release/v3.1'

wpa_supplicant: Fix sprintf security bugs. (v3.1)

See merge request espressif/esp-idf!5466

4 years agowpa_supplicant: Fix sprintf security bugs.
Sagar Bijwe [Wed, 19 Jun 2019 14:03:34 +0000 (19:33 +0530)]
wpa_supplicant: Fix sprintf security bugs.

Revert back to using os_snprintf instead of sprintf.

Closes WIFI-624

4 years agoMerge branch 'bugfix/fix_wifi_bugs_for_authmode_and_multi_ssid_v3.1' into 'release...
Jiang Jiang Jian [Sun, 11 Aug 2019 09:07:48 +0000 (17:07 +0800)]
Merge branch 'bugfix/fix_wifi_bugs_for_authmode_and_multi_ssid_v3.1' into 'release/v3.1'

fix wifi bugs for authmode and multi ssid (backport v3.1)

See merge request espressif/esp-idf!5730

4 years agoMerge branch 'bugfix/dis_interrupts_up_to_6_level_for_dport_wa_v3.1' into 'release...
Jiang Jiang Jian [Sun, 11 Aug 2019 08:55:39 +0000 (16:55 +0800)]
Merge branch 'bugfix/dis_interrupts_up_to_6_level_for_dport_wa_v3.1' into 'release/v3.1'

esp32: Dis interrupts up to 5 lvl for DPORT (v3.1)

See merge request espressif/esp-idf!5715

4 years agoMerge branch 'bugfix/cmake_extra_component_dirs_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Sun, 11 Aug 2019 08:55:11 +0000 (16:55 +0800)]
Merge branch 'bugfix/cmake_extra_component_dirs_v3.1' into 'release/v3.1'

ci: additional Cmake tests for EXTRA_COMPONENT_DIRS (backport v3.1)

See merge request espressif/esp-idf!5493

4 years agoMerge branch 'bugfix/fix_the_watchdog_during_WiFi_scan_BLE_scan_v3.1' into 'release...
Jiang Jiang Jian [Fri, 9 Aug 2019 06:06:03 +0000 (14:06 +0800)]
Merge branch 'bugfix/fix_the_watchdog_during_WiFi_scan_BLE_scan_v3.1' into 'release/v3.1'

fix the watchdog bug during WiFi scan and BLE scan(v3.1)

See merge request espressif/esp-idf!5542

4 years agomodify WIFI_CONN_0101 case for wrong authmode of AP
zhangyanjiao [Thu, 8 Aug 2019 09:45:28 +0000 (17:45 +0800)]
modify WIFI_CONN_0101 case for wrong authmode of AP

4 years agowifi: fix wifi bugs for authmode and multi ssid
zhangyanjiao [Thu, 8 Aug 2019 09:44:14 +0000 (17:44 +0800)]
wifi: fix wifi bugs for authmode and multi ssid

4 years agoesp32: Add UTs for DPORT and Hi-interrupt
Konstantin Kondrashov [Fri, 28 Jun 2019 05:34:19 +0000 (13:34 +0800)]
esp32: Add UTs for DPORT and Hi-interrupt

4 years agoMerge branch 'bugfix/add_wifi_internal_ioctl_declared_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Wed, 7 Aug 2019 12:49:04 +0000 (20:49 +0800)]
Merge branch 'bugfix/add_wifi_internal_ioctl_declared_v3.1' into 'release/v3.1'

esp_wifi: add esp_wifi_internal_ioctl declared (v3.1)

See merge request espressif/esp-idf!5706

4 years agoesp32: Dis interrupts up to 5 lvl for DPORT
Konstantin Kondrashov [Tue, 25 Jun 2019 11:23:10 +0000 (19:23 +0800)]
esp32: Dis interrupts up to 5 lvl for DPORT

Disable interrupts for both DPORT workarounds up to 5 lvl.

Closes: https://esp32.com/viewtopic.php?f=2&t=10981&sid=d125cec233070ed4d2c5410bf5d3d74a
Closes: IDF-728
4 years agoesp_wifi: add esp_wifi_internal_ioctl declared
xiehang [Wed, 7 Aug 2019 03:14:18 +0000 (11:14 +0800)]
esp_wifi: add esp_wifi_internal_ioctl declared

4 years agoMerge branch 'bugfix/fix_wifi_stack_can_freeze_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Sun, 4 Aug 2019 07:58:46 +0000 (15:58 +0800)]
Merge branch 'bugfix/fix_wifi_stack_can_freeze_v3.1' into 'release/v3.1'

esp_wifi: ESP32_WIFI_RX_BA_WIN should be less than ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM (v3.1)

See merge request espressif/esp-idf!5619

4 years agoMerge branch 'bugfix/improve_spi_timing_for_flash_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Wed, 31 Jul 2019 15:39:19 +0000 (23:39 +0800)]
Merge branch 'bugfix/improve_spi_timing_for_flash_v3.1' into 'release/v3.1'

bugfix(flash): improve spi cs timing settings for flash (backport v3.1)

See merge request espressif/esp-idf!5512

4 years agobugfix(flash): improve spi cs timing settings for flash
chenjianqiang [Thu, 9 May 2019 07:26:24 +0000 (15:26 +0800)]
bugfix(flash): improve spi cs timing settings for flash

cs setup time is recomemded to be 1.5T, and cs hold time is recommended to be 2.5T.
(cs_setup = 1, cs_setup_time = 0; cs_hold = 1, cs_hold_time = 1)

4 years agoMerge branch 'bugfix/btdm_mem_leak_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Tue, 30 Jul 2019 15:41:44 +0000 (23:41 +0800)]
Merge branch 'bugfix/btdm_mem_leak_v3.1' into 'release/v3.1'

components/bt: Fix memory leak about rfcomm

See merge request espressif/esp-idf!5624

4 years agoMerge branch 'bugfix/docs_recover_some_build_time_v3.1' into 'release/v3.1'
Angus Gratton [Mon, 29 Jul 2019 11:17:36 +0000 (19:17 +0800)]
Merge branch 'bugfix/docs_recover_some_build_time_v3.1' into 'release/v3.1'

docs: Remove building of zipped HTML docs from build process and consequently...

See merge request espressif/esp-idf!5641

4 years agodocs: Remove building of zipped HTML docs from build process and consequently from...
krzychb [Sat, 27 Jul 2019 23:35:45 +0000 (01:35 +0200)]
docs: Remove building of zipped HTML docs from build process and consequently from Downloads as many users don't use that. We are still providing PDF documentation for people who prefer viewing docs off-line. Removal of this build step is expected to save almost 10 minutes of build time and resolve issue of build failures because of hitting 40 min build time limit on Read The Docs.

4 years agocomponents/bt: Fix memory leak about rfcomm
baohongde [Thu, 25 Jul 2019 08:22:50 +0000 (16:22 +0800)]
components/bt: Fix memory leak about rfcomm

4 years agoesp_wifi: ESP32_WIFI_RX_BA_WIN should be less than ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM
xiehang [Thu, 25 Jul 2019 06:37:20 +0000 (14:37 +0800)]
esp_wifi: ESP32_WIFI_RX_BA_WIN should be less than ESP32_WIFI_DYNAMIC_RX_BUFFER_NUM

4 years agofix the watchdog bug during WiFi scan and BLE scan
zhangyanjiao [Fri, 19 Jul 2019 07:04:26 +0000 (15:04 +0800)]
fix the watchdog bug during WiFi scan and BLE scan

4 years agoMerge branch 'bugfix/btdm_fix_rxwinsz_assert_in_wifi_ble_coex_v3.1' into 'release...
Jiang Jiang Jian [Thu, 18 Jul 2019 10:37:12 +0000 (18:37 +0800)]
Merge branch 'bugfix/btdm_fix_rxwinsz_assert_in_wifi_ble_coex_v3.1' into 'release/v3.1'

component/bt: fix rxwinsz assert in ble and wifi coex(backport v3.1)

See merge request espressif/esp-idf!5451

4 years agoMerge branch 'bugfix/backport_some_wifi_bugs_201907_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Thu, 18 Jul 2019 10:37:09 +0000 (18:37 +0800)]
Merge branch 'bugfix/backport_some_wifi_bugs_201907_v3.1' into 'release/v3.1'

Backport some wifi bugs 201907 v3.1 (backport v3.1)

See merge request espressif/esp-idf!5524

4 years agoMerge branch 'bugfix/libsodium_test_timeouts_v3.1' into 'release/v3.1'
Angus Gratton [Thu, 18 Jul 2019 07:29:56 +0000 (15:29 +0800)]
Merge branch 'bugfix/libsodium_test_timeouts_v3.1' into 'release/v3.1'

test: Set timeout of libsodium ed25519_convert test to 60s (v3.1)

See merge request espressif/esp-idf!5556

4 years agotest: Set timeout of libsodium ed25519_convert test to 60s
Angus Gratton [Wed, 17 Jul 2019 02:24:29 +0000 (12:24 +1000)]
test: Set timeout of libsodium ed25519_convert test to 60s

Test takes 28s-29s to run in some configs, can fail in CI.

4 years agoWiFi: Modify the wifi_country struct in VNC to keep it consistent with IDF
xiehang [Mon, 8 Jul 2019 03:26:18 +0000 (11:26 +0800)]
WiFi: Modify the wifi_country struct in VNC to keep it consistent with IDF

1. Modfy wifi_country struct
2. Add md5 check esp_wifi_types.h
3. Add md5 check esp_wifi.h

4 years agoesp32: fix wifi stop bug
liu zhifu [Wed, 17 Jul 2019 01:55:01 +0000 (09:55 +0800)]
esp32: fix wifi stop bug

Fix the bug that WiFi stop causes esp_wifi_internal_reg_rxcb() fails.

4 years agoesp32: fix WPS/WPA2-Enterprise memory leak
liu zhifu [Sun, 14 Jul 2019 05:05:14 +0000 (13:05 +0800)]
esp32: fix WPS/WPA2-Enterprise memory leak

Fix WPS and WPA2-Enterprise memory leak bug.

4 years agoesp32: optimize wifi rx
liu zhifu [Sun, 14 Jul 2019 04:59:08 +0000 (12:59 +0800)]
esp32: optimize wifi rx

Optimize WiFi receiving performance.

4 years agoesp32: fix smartconfig crash when no AP is found
liu zhifu [Sun, 14 Jul 2019 04:50:25 +0000 (12:50 +0800)]
esp32: fix smartconfig crash when no AP is found

Fix the bug that smartconfig crashes when no AP is found during smartconfig scan.

4 years agoMerge branch 'bugfix/fix_flash_read_error_in_dio_26MHz_mode_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Tue, 16 Jul 2019 10:41:15 +0000 (18:41 +0800)]
Merge branch 'bugfix/fix_flash_read_error_in_dio_26MHz_mode_v3.1' into 'release/v3.1'

bugfix(flash): fix flash read error in DIO/26MHz mode (backport v3.1)

See merge request espressif/esp-idf!5503

4 years agoMerge branch 'bugfix/error_on_unknown_component_v3.1' into 'release/v3.1'
Angus Gratton [Fri, 12 Jul 2019 07:01:45 +0000 (15:01 +0800)]
Merge branch 'bugfix/error_on_unknown_component_v3.1' into 'release/v3.1'

cmake: error out when component is not found (backport 3.1)

See merge request espressif/esp-idf!5489

4 years agobugfix(flash): fix flash read error in DIO/26MHz mode
chenjianqiang [Thu, 27 Jun 2019 12:19:26 +0000 (20:19 +0800)]
bugfix(flash): fix flash read error in DIO/26MHz mode

4 years agocmake: refactor finding components
Renz Christian Bagaporo [Wed, 10 Jul 2019 09:40:13 +0000 (17:40 +0800)]
cmake: refactor finding components

4 years agoci: additional Cmake tests for EXTRA_COMPONENT_DIRS
Renz Christian Bagaporo [Thu, 30 May 2019 10:23:00 +0000 (18:23 +0800)]
ci: additional Cmake tests for EXTRA_COMPONENT_DIRS

Tests from
https://gitlab.espressif.cn:6688/idf/esp-idf/merge_requests/4253

4 years agocmake: error out when component is not found
Renz Christian Bagaporo [Wed, 10 Jul 2019 03:56:47 +0000 (11:56 +0800)]
cmake: error out when component is not found

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

4 years agoMerge branch 'bugfix/fix_uart_wait_done_bug_v3.1' into 'release/v3.1'
Angus Gratton [Wed, 10 Jul 2019 02:18:34 +0000 (10:18 +0800)]
Merge branch 'bugfix/fix_uart_wait_done_bug_v3.1' into 'release/v3.1'

bugfix(UART): fixed two UART issues for v3.1

See merge request espressif/esp-idf!5478

4 years agoMerge branch 'bugfix/btdm_can_not_get_informations_of_song_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Tue, 9 Jul 2019 07:19:28 +0000 (15:19 +0800)]
Merge branch 'bugfix/btdm_can_not_get_informations_of_song_v3.1' into 'release/v3.1'

components/bt: Fix iphone can't get song's informations

See merge request espressif/esp-idf!5474

4 years agobugfix(UART): fixed two UART issues:
kooho [Wed, 12 Jun 2019 08:20:19 +0000 (16:20 +0800)]
bugfix(UART): fixed two UART issues:

1. uart_wait_tx_done works incorrect when sending a byte of data.
2. uart_set_rx_timeout sets an incorrect rx timeout value when ref_tick is enabled.

4 years agocomponents/bt: Fix iphone can't get song's informations
baohongde [Mon, 8 Jul 2019 11:40:22 +0000 (19:40 +0800)]
components/bt: Fix iphone can't get song's informations

4 years agoMerge branch 'fix/nvs_util_keylen_3.1' into 'release/v3.1'
Angus Gratton [Mon, 8 Jul 2019 07:19:43 +0000 (15:19 +0800)]
Merge branch 'fix/nvs_util_keylen_3.1' into 'release/v3.1'

nvs_util: Add check for keylen in input csv (v3.1)

See merge request espressif/esp-idf!5397

4 years agocomponent/bt: fix rxwinsz assert in ble and wifi coex
zhiweijian [Thu, 4 Jul 2019 13:33:30 +0000 (21:33 +0800)]
component/bt: fix rxwinsz assert in ble and wifi coex

4 years agoMerge branch 'bugfix/mbedtls_mpi_exp_mod_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Tue, 2 Jul 2019 03:59:25 +0000 (11:59 +0800)]
Merge branch 'bugfix/mbedtls_mpi_exp_mod_v3.1' into 'release/v3.1'

mbedtls: Fix mbedtls_mpi_exp_mod() set n and s values (v3.1)

See merge request idf/esp-idf!5357

4 years agoMerge branch 'bugfix/softap_send_deauth_to_STA_when_handshake_fails_v3.1' into 'relea...
Jiang Jiang Jian [Tue, 2 Jul 2019 03:23:34 +0000 (11:23 +0800)]
Merge branch 'bugfix/softap_send_deauth_to_STA_when_handshake_fails_v3.1' into 'release/v3.1'

wifi: softAP send deauth to the STA when 4-way handshake fails v3.1

See merge request idf/esp-idf!5364

4 years agoMerge branch 'bugfix/correct_cmake_docs' into 'release/v3.1'
Angus Gratton [Tue, 2 Jul 2019 00:44:38 +0000 (08:44 +0800)]
Merge branch 'bugfix/correct_cmake_docs' into 'release/v3.1'

docs/en: fix cmake getting started docs for v3.1 branch

See merge request idf/esp-idf!5418

4 years agodocs/en: fix cmake getting started docs
Mahavir Jain [Mon, 1 Jul 2019 06:51:53 +0000 (12:21 +0530)]
docs/en: fix cmake getting started docs

4 years agoMerge branch 'fix/update_curr_page_state_3.1' into 'release/v3.1' v3.1.5
Angus Gratton [Mon, 1 Jul 2019 06:20:46 +0000 (14:20 +0800)]
Merge branch 'fix/update_curr_page_state_3.1' into 'release/v3.1'

nvs_util: Set previous page state to FULL before creating new page (v3.1)

See merge request idf/esp-idf!5329

4 years agoMerge branch 'bugfix/select_init_sem_v3.1' into 'release/v3.1'
Angus Gratton [Mon, 1 Jul 2019 06:20:01 +0000 (14:20 +0800)]
Merge branch 'bugfix/select_init_sem_v3.1' into 'release/v3.1'

VFS: Allocate socket select semaphore outside ISR (backport v3.1)

See merge request idf/esp-idf!4988

4 years agomodify WIFI_CONN_0904 case about disconnect event
huchaoru [Fri, 28 Jun 2019 06:28:11 +0000 (14:28 +0800)]
modify WIFI_CONN_0904 case about disconnect event

4 years agowifi: softAP sends deauth to the STA when 4-way handshake fails
zhangyanjiao [Mon, 1 Jul 2019 03:52:27 +0000 (11:52 +0800)]
wifi: softAP sends deauth to the STA when 4-way handshake fails

4 years agoMerge branch 'bugfix/fix_wpa2_vulnerability_and_lwip_window_scale_v3.1' into 'release...
Jiang Jiang Jian [Mon, 1 Jul 2019 03:31:39 +0000 (11:31 +0800)]
Merge branch 'bugfix/fix_wpa2_vulnerability_and_lwip_window_scale_v3.1' into 'release/v3.1'

esp32/lfix wpa2-enterprise vulnerability and support lwindow scale (backport v3.1)

See merge request idf/esp-idf!5410

4 years agoesp32/lwip: fix wpa2-enterprise vulnerability and support lwip window scale
liu zhifu [Sun, 30 Jun 2019 09:06:45 +0000 (17:06 +0800)]
esp32/lwip: fix wpa2-enterprise vulnerability and support lwip window scale

1. Fix WiFi wpa2-enterprise vulnerability bug
2. Support LWIP window scale

4 years agoMerge branch 'bugfix/xTaskIncrementTick_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Sun, 30 Jun 2019 10:01:14 +0000 (18:01 +0800)]
Merge branch 'bugfix/xTaskIncrementTick_v3.1' into 'release/v3.1'

freertos: Fix xTaskIncrementTick for unwind the Tick for CPU1 (v3.1)

See merge request idf/esp-idf!5036

4 years agoMerge branch 'bugfix/fix_some_wifi_bugs_0508_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Sun, 30 Jun 2019 09:56:52 +0000 (17:56 +0800)]
Merge branch 'bugfix/fix_some_wifi_bugs_0508_v3.1' into 'release/v3.1'

esp32: fix some WiFi bugs 0508 (backport v3.1)

See merge request idf/esp-idf!5139

4 years agoesp32: fix some WiFi bugs
liu zhifu [Fri, 26 Apr 2019 05:50:06 +0000 (13:50 +0800)]
esp32: fix some WiFi bugs

Fix following WiFi bugs:
1. Make smartconfig thread-safe
2. Fix WiFi stop/deinit memory leak
3. Refactor for WiFi init/deinit/ioctl etc
4. Fix the bug that WiFi stop leads to task watchdog

4 years agonvs_util: Add check for keylen in input csv
Shivani Tipnis [Fri, 28 Jun 2019 06:40:27 +0000 (12:10 +0530)]
nvs_util: Add check for keylen in input csv

4 years agoMerge branch 'bugfix/spi_flash_deadlock_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Fri, 28 Jun 2019 03:11:43 +0000 (11:11 +0800)]
Merge branch 'bugfix/spi_flash_deadlock_v3.1' into 'release/v3.1'

spi_flash: raise priority of the task performing spi_flash operation

See merge request idf/esp-idf!5360

4 years agofreertos/test: Add unit tests for xTaskIncrementTick
Konstantin Kondrashov [Thu, 25 Apr 2019 05:04:31 +0000 (13:04 +0800)]
freertos/test: Add unit tests for xTaskIncrementTick

4 years agofreertos: Fix xTaskIncrementTick for unwind the Tick for CPU1
Konstantin Kondrashov [Thu, 25 Apr 2019 05:03:01 +0000 (13:03 +0800)]
freertos: Fix xTaskIncrementTick for unwind the Tick for CPU1

xTaskIncrementTick have to unwind uxPendedTicks on CPU1 and CPU0.

Use case: If an erase operation was run on the CPU1 then it leads
to starving other tasks which waiting time. Waited tasks just skipped.

Closes: https://github.com/espressif/esp-idf/issues/1952
Closes: IDF-183
4 years agoMerge branch 'bugfix/fix_some_wps_bugs_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Thu, 27 Jun 2019 11:18:58 +0000 (19:18 +0800)]
Merge branch 'bugfix/fix_some_wps_bugs_v3.1' into 'release/v3.1'

wps: add overlap event (backport v3.1)

See merge request idf/esp-idf!5205

4 years agoMerge branch 'bugfix/btdm_backport_3_bugs_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Thu, 27 Jun 2019 06:30:55 +0000 (14:30 +0800)]
Merge branch 'bugfix/btdm_backport_3_bugs_v3.1' into 'release/v3.1'

Bugfix/btdm backport 3 bugs v3.1

See merge request idf/esp-idf!5177

4 years agowps: add overlap event (backport v3.1)
xiehang [Wed, 12 Jun 2019 06:40:29 +0000 (14:40 +0800)]
wps: add overlap event (backport v3.1)

4 years agoMerge branch 'bugfix/console_allow_buffered_v3.1' into 'release/v3.1'
Angus Gratton [Thu, 27 Jun 2019 00:33:26 +0000 (08:33 +0800)]
Merge branch 'bugfix/console_allow_buffered_v3.1' into 'release/v3.1'

console example: use buffered stdout by default (backport v3.1)

See merge request idf/esp-idf!5300

4 years agoMerge branch 'bugfix/win_fullclean_symlink_v3.1' into 'release/v3.1'
Angus Gratton [Thu, 27 Jun 2019 00:32:39 +0000 (08:32 +0800)]
Merge branch 'bugfix/win_fullclean_symlink_v3.1' into 'release/v3.1'

idf.py: Detect symlinks on Windows during fullclean (v3.1)

See merge request idf/esp-idf!4926

4 years agonvs_util: Set previous page state to FULL before creating new page
Shivani Tipnis [Mon, 24 Jun 2019 05:49:09 +0000 (11:19 +0530)]
nvs_util: Set previous page state to FULL before creating new page

4 years agombedtls: Add UTs for modexp
Konstantin Kondrashov [Thu, 13 Jun 2019 14:09:50 +0000 (22:09 +0800)]
mbedtls: Add UTs for modexp

4 years agombedtls: Fix Z->s in mbedtls_mpi_exp_mod()
Konstantin Kondrashov [Wed, 12 Jun 2019 11:00:44 +0000 (19:00 +0800)]
mbedtls: Fix Z->s in mbedtls_mpi_exp_mod()

Z->s should never be zero, only 1 or -1.
Added additional checks for X, Y and M args to correctly set Z->s.

Closes: https://github.com/espressif/esp-idf/issues/1681
Closes: https://github.com/espressif/esp-idf/issues/3603
Closes: IDFGH-1313
4 years agoMerge branch 'bugfix/improve_flash_dio_read_timing_v3.1' into 'release/v3.1'
Jiang Jiang Jian [Wed, 26 Jun 2019 08:59:26 +0000 (16:59 +0800)]
Merge branch 'bugfix/improve_flash_dio_read_timing_v3.1' into 'release/v3.1'

bugfix(flash): fix flash dio read mode configuration error on SPI0 (backport v3.1)

See merge request idf/esp-idf!5290

4 years agoMerge branch 'bugfix/btdm_fix_hci_enhance_conn_complete_evt_unpack_error_v3.1' into...
Jiang Jiang Jian [Wed, 26 Jun 2019 08:47:03 +0000 (16:47 +0800)]
Merge branch 'bugfix/btdm_fix_hci_enhance_conn_complete_evt_unpack_error_v3.1' into 'release/v3.1'

component/bt: fix unpack hci enhance connection complete event error(backport v3.1)

See merge request idf/esp-idf!5283

4 years agospi_flash: raise priority of the task performing spi_flash operation
Ivan Grokhotkov [Mon, 30 Oct 2017 10:53:39 +0000 (18:53 +0800)]
spi_flash: raise priority of the task performing spi_flash operation

Fixes https://github.com/espressif/arduino-esp32/issues/740

4 years agoMerge branch 'bugfix/fix_no_disconnect_event_when_rx_disassoc_after_send_auth_v3...
Jiang Jiang Jian [Wed, 26 Jun 2019 06:05:29 +0000 (14:05 +0800)]
Merge branch 'bugfix/fix_no_disconnect_event_when_rx_disassoc_after_send_auth_v3.1' into 'release/v3.1'

wifi: fix the bug no disconnect event when STA recv disassoc after sending auth (backport v3.1)

See merge request idf/esp-idf!5073

4 years agoMerge branch 'feature/add_nimble_ssc_backport_for_3.1' into 'release/v3.1'
He Yin Ling [Tue, 25 Jun 2019 15:19:09 +0000 (23:19 +0800)]
Merge branch 'feature/add_nimble_ssc_backport_for_3.1' into 'release/v3.1'

test: modify test cases for bluedroid (backport v3.1)

See merge request idf/esp-idf!5214

4 years agotest: modify test cases for bluedroid (backport v3.1)
Chen Sheng [Tue, 25 Jun 2019 15:19:08 +0000 (23:19 +0800)]
test: modify test cases for bluedroid (backport v3.1)

4 years agoMerge branch 'test/fix_some_error_wifi_cases_v3.1' into 'release/v3.1'
He Yin Ling [Thu, 20 Jun 2019 14:10:56 +0000 (22:10 +0800)]
Merge branch 'test/fix_some_error_wifi_cases_v3.1' into 'release/v3.1'

test: fix some wifi case issues (backport v3.1)

See merge request idf/esp-idf!5253

4 years agoexamples: don't enable buffering on stdout in console examples
Ivan Grokhotkov [Wed, 13 Mar 2019 12:19:55 +0000 (20:19 +0800)]
examples: don't enable buffering on stdout in console examples

newlib uses significantly more stack space when printing to an
unbuffered stream. To reduce the amount of stack space required to
use the console, don’t disable buffering. linenoise should support
unbuffered stdout instead.

4 years agoconsole/linenoise: support buffered stdout
Ivan Grokhotkov [Wed, 13 Mar 2019 12:17:25 +0000 (20:17 +0800)]
console/linenoise: support buffered stdout