Jiang Jiang Jian
e86d1ac95d
Merge branch 'bugfix/scan_fail_when_no_ap_found_v3.1' into 'release/v3.1'
...
fix the bug when scan fail after STA failed to connect to a nonexistent AP (backport v3.1)
See merge request idf/esp-idf!4914
2019-05-06 11:39:33 +08:00
zhangyanjiao
4c3bd860f4
fix the bug when scan fail after STA failed to connect to a nonexistent AP
2019-04-30 16:50:29 +08:00
Jiang Jiang Jian
e83bdf62ca
Merge branch 'bugfix/fix_some_sta_certification_issues_v3.1' into 'release/v3.1'
...
esp32: fix some STA certification issues (backport v3.1)
See merge request idf/esp-idf!4902
2019-04-30 14:53:06 +08:00
liu zhifu
4f17f383ec
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
2019-04-29 20:16:44 +08:00
Jiang Jiang Jian
84c96bf5bf
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
2019-04-29 10:52:18 +08:00
Jiang Jiang Jian
56766719df
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
2019-04-28 22:12:30 +08:00
Jiang Jiang Jian
3004d86dc1
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
2019-04-28 22:12:12 +08:00
Jiang Jiang Jian
98c7d289ee
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
2019-04-28 12:00:34 +08:00
negativekelvin
37b47b8e47
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
2019-04-28 03:49:30 +00:00
zhangyanjiao
10a7eacc98
wifi bugfixs:
...
1. modify wifi reason code
2. fix the bug PMK recal too long
2019-04-28 11:27:43 +08:00
Anton Maklakov
15adb64dd7
ci: Fix the parsing of submodule paths
2019-04-28 02:44:55 +00:00
Jiang Jiang Jian
3f7cc13ed7
Merge branch 'bugfix/adjtime_ut_v3.1' into 'release/v3.1'
...
newlib: Fix adjtime (v3.1)
See merge request idf/esp-idf!4873
2019-04-28 10:40:27 +08:00
Jiang Jiang Jian
6aacb06c73
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
2019-04-28 10:40:13 +08:00
Jiang Jiang Jian
c41f10f4b8
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
2019-04-28 10:40:06 +08:00
Jiang Jiang Jian
692f86bbd0
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
2019-04-28 10:39:04 +08:00
Jiang Jiang Jian
02138399ce
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
2019-04-28 10:20:11 +08:00
Jiang Jiang Jian
42986bf1e5
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
2019-04-28 10:18:47 +08:00
Jiang Jiang Jian
9d80953a63
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
2019-04-28 10:18:15 +08:00
Angus Gratton
f11250cd36
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
2019-04-26 17:18:17 +08:00
maojianxin
857bdf65e5
Fix external start fail
2019-04-26 07:07:53 +00:00
Zhang Jun Yi
8ca1efd91a
soc/rtc: Bypass touchpad current to external 32k crystal oscillator
2019-04-26 07:07:53 +00:00
Angus Gratton
b8d1ff5e95
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
2019-04-26 09:53:12 +08:00
Jiang Jiang Jian
db3dcc9a79
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
2019-04-25 20:05:10 +08:00
Jiang Jiang Jian
774a3c1446
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
2019-04-25 16:24:07 +08:00
Konstantin Kondrashov
1bca6d0ffe
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
2019-04-24 19:22:21 +08:00
Konstantin Kondrashov
9c60abcaca
newlib: Fix adjtime
...
Fixed adjtime function: While using the adjtime() function,
the time correction accumulated an error
when reading the time frequently (using gettimeofday).
2019-04-24 18:42:26 +08:00
baohongde
4b11e8cb54
components/bt: Fix abort if call esp_spp_deinit without calling esp_spp_init
2019-04-24 11:37:14 +08:00
Mahavir Jain
401c940434
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>
2019-04-23 21:14:33 +08:00
Mahavir Jain
1cbdfcc493
bootloader: add API for erasing flash region
...
Signed-off-by: Mahavir Jain <mahavir@espressif.com>
Closes: https://github.com/espressif/esp-idf/issues/2166
2019-04-23 21:14:35 +08:00
xiehang
a48e682e38
fix iperf exit error
2019-04-23 02:49:02 +00:00
Angus Gratton
6250918dfa
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
2019-04-23 10:34:40 +08:00
Angus Gratton
072d5233ca
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
2019-04-23 07:37:39 +08:00
zhiweijian
29f5ad6638
Component/bt: add ble link timeout config in menuconfig
...
- add ble link timeout config in menuconfig
- disable background connection when call gatts_open
2019-04-22 21:57:09 +08:00
XiaXiaotian
5abf384c96
esp32: fix the issue that the spike transmit power of WiFi is higher
...
than configured when WiFi and Bluetooth coexist
2019-04-19 14:32:50 +08:00
He Yin Ling
d39c0cc281
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
2019-04-18 11:29:26 +08:00
Jiang Jiang Jian
8af15bf448
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
2019-04-17 22:48:47 +08:00
liu zhifu
c2986c0a1f
esp32: fix a bug caused by signal test code
...
Fix a WiFi bug caused by signal test code.
2019-04-17 17:58:27 +08:00
luchangjie
e8fc27da7d
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
2019-04-17 17:31:15 +08:00
Angus Gratton
361d28e19e
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
2019-04-16 08:07:42 +08:00
Konstantin Kondrashov
bfc3931d3f
esp32/sha: Remove second enabling in esp_sha_lock_engine_common
2019-04-15 21:26:43 +08:00
Jiang Jiang Jian
18ff22aa09
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
2019-04-15 17:45:50 +08:00
liu zhifu
ff94a5202c
esp32: add support for WiFi signal test
...
Add support for WiFi signal test
2019-04-12 15:42:07 +08:00
Angus Gratton
c7d8cc928f
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
2019-04-10 13:08:20 +08:00
Jiang Jiang Jian
c607d8ff68
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
2019-04-09 22:37:08 +08:00
liu zhifu
e1ff84516f
esp32: increase block scan timeout value
...
Increase WiFi block scan internal timeout value.
2019-04-09 09:31:18 +08:00
Angus Gratton
654d6ee594
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
2019-04-09 09:59:15 +10:00
Jiang Jiang Jian
a46c30eda4
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
2019-04-08 21:22:03 +08:00
XiaXiaotian
73298a6c3d
esp32: fix the bug that no TBTT will be generated anymore after
...
receiving wrong beacon when WiFi and BT coexist.
2019-04-08 11:46:08 +08:00
Jiang Jiang Jian
b10767a122
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
2019-04-08 10:39:26 +08:00
David Cermak
42773d22fd
mdns: workarround in 3.1 to fix missing netif re-probing when ip changed in link-local addressing
2019-04-05 16:18:43 +02:00