Commit graph

6947 commits

Author SHA1 Message Date
ronghulin 46c6dc3930 esp32: fix a WiFi RX bug
Support WiFi/BT MAC register writting when the WiFi/BT common clock is disabled.
2020-01-08 17:43:26 +08:00
Jiang Jiang Jian 49258593c2 Merge branch 'bugfix/fix_performance_issues_new_v3.1' into 'release/v3.1'
esp32: fix WiFi performance issue (backport v3.1)

See merge request espressif/esp-idf!7226
2020-01-08 14:45:17 +08:00
liu zhifu 9048b59333 esp32: fix WiFi performance issue 2020-01-06 21:40:23 +08:00
baohongde 61b15d7442 components/bt: Choose AVRC category according to A2DP role 2019-12-31 15:52:42 +08:00
xiongyu 4a9fc1026a bugfix(driver): fix i2s and timergroup some issues
* fix i2s and timergroup dev array used by isr crash issue

* Closes IDFGH-2432

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

* fix i2s adc data inv issue

* Closes IDFGH-2444

* Closes https://github.com/espressif/esp-idf/issues/4557
2019-12-31 15:01:30 +08:00
Angus Gratton 0a58e59150 Merge branch 'bugfix/msys2_environment_update_v3.1' into 'release/v3.1'
doc: Update MSYS2 pre-compiled environment zip (v3.1)

See merge request espressif/esp-idf!7145
2019-12-31 07:00:02 +08:00
Angus Gratton 39b497cac3 doc: Update MSYS2 pre-compiled environment zip
Required to get working MSYS2 Python cryptography package
2019-12-30 13:41:10 +11:00
Jiang Jiang Jian 6784b2bcd5 Merge branch 'bugfix/btdm_revert_changes_of_security_mask_v3.1' into 'release/v3.1'
components/bt: Revert changes of security mask

See merge request espressif/esp-idf!7123
2019-12-29 14:13:09 +08:00
baohongde 1c8a5db010 components/bt: Revert changes of security mask 2019-12-25 20:18:45 +08:00
Jiang Jiang Jian e594d27cc1 Merge branch 'bugfix/wps_workaround_for_Telstra_AP_v3.1' into 'release/v3.1'
wps: Relax the check on older config methods in case of WPS2.0 (backport v3.1)

See merge request espressif/esp-idf!5991
2019-12-23 12:57:16 +08:00
Nachiket Kukade 6beea28f56 wps: Relax the check on older config methods in case of WPS2.0 (backport v3.1)
Some APs incorrectly advertize newer WPS2.0 config method bits
without setting bits for the corresponding older methods. This
results in failures during 8-way handshake. Add a workaround to
relax this check so that WPS handshake can proceed.
2019-12-22 09:08:02 +00:00
Jiang Jiang Jian 9d8fef2220 Merge branch 'bugfix/put_more_rx_code_to_iram_v3.1' into 'release/v3.1'
wifi: Put some rx code to iram (backport v3.1)

See merge request espressif/esp-idf!7013
2019-12-18 15:28:45 +08:00
Angus Gratton 4744aa3198 Merge branch 'bugfix/doc_fix_debian_requirements_v3.1' into 'release/v3.1'
Docs: Update Debian & Ubuntu install prerequisites (v3.1)

See merge request espressif/esp-idf!7039
2019-12-18 07:36:14 +08:00
Roland Dobai be24aaa0a1 Docs: Update Debian & Ubuntu install prerequisites
Latest versions of apt-get don't install as much packages by default
as older ones. This fix adds some missing packages discovered for an OS
derived from the latest stable Debian. These packages exist for older
Debian derivatives as well (tested with Ubuntu 16.04 LTS).

Closes https://github.com/espressif/esp-idf/issues/4480
2019-12-17 14:17:48 +01:00
xiehang 0169728ddd esp_wifi: Put some rx code to iram 2019-12-17 20:51:26 +08:00
Angus Gratton 7c673ae5bd Merge branch 'feature/ci_try_to_checkout_correct_branch_for_other_projects_v3.1' into 'release/v3.1'
CI: try to use the correct branch of other projects used in CI (backport v3.1)

See merge request espressif/esp-idf!6738
2019-12-13 14:20:40 +08:00
Jiang Jiang Jian 8de1c4b21b Merge branch 'bugfix/btdm_avrc_metadata_length_error_v3.1' into 'release/v3.1'
components/bt: Fix AVRC metadata length error

See merge request espressif/esp-idf!6886
2019-12-12 15:54:02 +08:00
Jiang Jiang Jian f5b7501417 Merge branch 'bugfix/hfp_client_indication_v3.1' into 'release/v3.1'
component/bt: Fix bugs in HFP feature v3.1

See merge request espressif/esp-idf!6854
2019-12-12 12:16:27 +08:00
Jiang Jiang Jian 02ba857c69 Merge branch 'bugfix/phy_critical_v3.1' into 'release/v3.1'
fix bug that phy_enter_critical cannot effect on dual-core

See merge request espressif/esp-idf!6943
2019-12-12 12:16:21 +08:00
Jiang Jiang Jian 612a25f50c Merge branch 'component_bt/osi_fixed_queue_v3.1' into 'release/v3.1'
component_bt/: Fix pointer type in fixed_queue v3.1

See merge request espressif/esp-idf!6849
2019-12-12 12:15:44 +08:00
Angus Gratton 6bfec37fa8 Merge branch 'bugfix/doc_package_versions_v3.1' into 'release/v3.1'
doc: Limit sphinxcontrib versions to <2.0.0 as we use Sphinx 1.8.5 (v3.1)

See merge request espressif/esp-idf!6977
2019-12-12 06:30:57 +08:00
Angus Gratton b532e28ec4 doc: Limit sphinxcontrib versions to <2.0.0 as we use Sphinx 1.8.5 2019-12-11 14:45:47 +11:00
Jiang Jiang Jian a340a4e46e Merge branch 'bugfix/btdm_backports_v3.1_1028' into 'release/v3.1'
bt: backport btdm controller fixes to v3.1

See merge request espressif/esp-idf!6526
2019-12-09 16:26:49 +08:00
Jiang Jiang Jian 0c4ca580d2 Merge branch 'bugfix/btdm_disable_some_secrity_mask_v3.1' into 'release/v3.1'
components/bt: Disable some unsupported security mask

See merge request espressif/esp-idf!6728
2019-12-09 14:06:47 +08:00
Tian Hao 84fccb592d fix bug that phy_enter_critical cannot effect on dual-core
Sometimes, libphy.a call phy_enter_critical() to protect accessing critical sections, such like
operating on I2C, but it may not effect when both the CPU core call it. It may cause accessing
I2C blocking and cannot recover by esp_restart(), until do HW reboot.
2019-12-09 12:55:05 +08:00
He Yin Ling 015021d57e CI: try to use the correct branch of other projects used in CI:
1. revision defined in bot message
2. branch name (or tag name) of current IDF
3. CI_MERGE_REQUEST_TARGET_BRANCH_NAME
4. branch name parsed from `git describe`
5. default branch
2019-12-03 17:04:39 +11:00
weitianhua a760a14e2a adaptation for nano-format 2019-11-29 18:00:36 +08:00
baohongde 10fd8a09c7 components/bt: Fix AVRC metadata length error 2019-11-29 16:04:20 +08:00
weitianhua d8339602d9 component_bt/:bugfix_hfp_client_indication_define_and_cnum_error 2019-11-27 17:09:36 +08:00
weitianhua 6cb0dbe54a component_bt/: Fix pointer type in fixed_queue 3.1 2019-11-27 16:22:47 +08:00
Jiang Jiang Jian efa1d4d133 Merge branch 'bugfix/fix_timer_deleted_and_run_broken_callback_v3.1' into 'release/v3.1'
esp_timer: fix the bug that when timeout of timer happens try to run callback(v3.1)

See merge request espressif/esp-idf!6766
2019-11-25 10:47:59 +08:00
Angus Gratton 07fa97b94c Merge branch 'feature/add_env_tag_for_32khz_xtal_uts_v3.1' into 'release/v3.1'
soc(esp32&esp32s2beta): Add test_env for 32kHz XTAL unit tests (v3.1)

See merge request espressif/esp-idf!6606
2019-11-21 11:58:57 +08:00
Angus Gratton 462c49d646 Merge branch 'bugfix/rtc_wdt_feed' into 'release/v3.1'
esp32: Fix a wrong reset of the wdt feed bit

See merge request espressif/esp-idf!6751
2019-11-21 11:49:40 +08:00
KonstantinKondrashov caea2e34a4 ci: Add test configs for 32kHz crystals 2019-11-20 16:19:57 +08:00
KonstantinKondrashov cffeb16104 soc/esp32: Add test_env for 32kHz XTAL unit tests 2019-11-20 16:19:57 +08:00
Jack 4de860ec89 esp_timer: fix the bug that when timeout of timer happens try to run callback, and high priority task delete the timer and break the callback 2019-11-19 23:00:15 +08:00
KonstantinKondrashov be24e32da9 esp32: Fix a wrong reset of the wdt feed bit
There was an error with wrong using FEED:
WRITE_PERI_REG(RTC_CNTL_WDTFEED_REG, 1) - wrong [0 bit]
REG_SET_BIT(RTC_CNTL_WDTFEED_REG, RTC_CNTL_WDT_FEED) - right. [31 bit]

Closes: https://github.com/espressif/esp-idf/issues/4295
2019-11-19 12:59:41 +08:00
baohongde 26550d1cf2 components/bt: Disable some unsupported security mask 2019-11-17 13:57:46 +08:00
Jiang Jiang Jian a87e533ba8 Merge branch 'bugfix/fix_the_bug_in_espnow_example_v3.1' into 'release/v3.1'
espnow: fix the bug for calling esp_wifi_set_channel (backport v3.1)

See merge request espressif/esp-idf!6695
2019-11-14 19:26:41 +08:00
zhangyanjiao 4943500058 espnow: fix the bug for calling esp_wifi_set_channel(), this function only can be called after Wi-Fi started and sniffer enabled. 2019-11-13 18:01:41 +08:00
baohongde 83a9fd42e0 backport release/v3.1 1028
Bugfix that bluetooth controller may not be able to enter sleep after end of wake up request
Fix LMP sniff req timeout
2019-11-04 10:32:28 +08:00
Jiang Jiang Jian 8cbe713ab8 Merge branch 'bugfix/btdm_assert_deinit_a2dp_while_playing_v3.1' into 'release/v3.1'
components/bt: Fix assert when deinit A2DP while playing music

See merge request espressif/esp-idf!6538
2019-11-01 11:57:27 +08:00
Jiang Jiang Jian dbdde2ec8c Merge branch 'bugfix/mdns_invalid_hostname_queries_v3.1' into 'release/v3.1'
mdns: fix crash for hostname queries (backport v3.1)

See merge request espressif/esp-idf!6500
2019-10-30 00:52:04 +08:00
baohongde 1aed045de7 components/bt: Fix assert when deinit A2DP while playing music 2019-10-29 20:13:17 +08:00
Jiang Jiang Jian 11f15798f9 Merge branch 'bugfix/btdm_disable_bt_gatt_v3.1' into 'release/v3.1'
components/bt: Disable BR/EDR GATT

See merge request espressif/esp-idf!6509
2019-10-29 18:16:31 +08:00
baohongde 171489153d components/bt: Disable BR/EDR GATT 2019-10-28 11:41:45 +08:00
Marius Vikhammer f786a25b36 mdns: fix crash for hostname queries
Receiving TXT, PTR, SDPTR and SRV record type queries would crash the application if the hostname
 was used as instance name.

Closes https://github.com/espressif/esp-idf/issues/4224
2019-10-28 10:52:39 +08:00
Jiang Jiang Jian 23f45235de Merge branch 'feature/esptool_v2.8_v3.1' into 'release/v3.1'
esptool: Bump to v2.8 release (v3.1)

See merge request espressif/esp-idf!6463
2019-10-25 11:35:22 +08:00
Angus Gratton a302c3fc68 Merge branch 'bugfix/select_with_sdmmc_mount_v3.1' into 'release/v3.1'
VFS: Fix bug which occurs when driver is installed during a select() call (v3.1)

See merge request espressif/esp-idf!6432
2019-10-24 11:26:49 +08:00
Angus Gratton 9abba6b1fe esptool: Bump to v2.8 release 2019-10-23 09:09:29 +11:00