Jiang Jiang Jian
1a897da635
Merge branch 'bugfix/btdm_avrc_category_v3.2' into 'release/v3.2'
...
components/bt: Choose AVRC category according to A2DP role
See merge request espressif/esp-idf!7178
2020-01-09 11:34:59 +08:00
Jiang Jiang Jian
2a6a2bf39f
Merge branch 'bugfix/fix_performance_issues_new_v3.2' into 'release/v3.2'
...
esp32: fix WiFi performance issue (backport v3.2)
See merge request espressif/esp-idf!7225
2020-01-08 14:45:32 +08:00
liu zhifu
1d7c633349
esp32: fix WiFi performance issue
2020-01-06 21:28:18 +08:00
baohongde
b3f58ed2a1
components/bt: Choose AVRC category according to A2DP role
2019-12-31 15:50:44 +08:00
Jiang Jiang Jian
6916052e6d
Merge branch 'bugfix/btdm_revert_changes_of_security_mask_v3.2' into 'release/v3.2'
...
components/bt: Revert changes of security mask
See merge request espressif/esp-idf!7122
2019-12-29 14:12:58 +08:00
baohongde
8711e67e44
components/bt: Revert changes of security mask
2019-12-25 20:16:54 +08:00
Angus Gratton
3a9e986a4e
Merge branch 'bugfix/update_can_target_test_backport_v3.2' into 'release/v3.2'
...
CAN: Reenable example tests (backport v3.2)
See merge request espressif/esp-idf!6736
2019-12-20 13:02:34 +08:00
Jiang Jiang Jian
fd921ea6e5
Merge branch 'bugfix/put_more_rx_code_to_iram_v3.2' into 'release/v3.2'
...
wifi: Put some rx code to iram (backport v3.2)
See merge request espressif/esp-idf!7012
2019-12-18 16:40:13 +08:00
Darian Leung
49b2bf2656
CAN: Reenable example tests
...
This commit updates the CAN example tests and updates the job
and environment labels in the target-test.yml
2019-12-18 15:30:59 +08:00
Angus Gratton
0446bfe1f4
Merge branch 'feature/can_support_low_bit_rates_backport_v3.2' into 'release/v3.2'
...
can: Add support for lower bit rates (backport v3.2)
See merge request espressif/esp-idf!6390
2019-12-18 07:46:27 +08:00
Angus Gratton
574efdcbeb
Merge branch 'bugfix/doc_fix_debian_requirements_v3.2' into 'release/v3.2'
...
Docs: Update Debian & Ubuntu install prerequisites (v3.2)
See merge request espressif/esp-idf!7038
2019-12-18 07:36:00 +08:00
Roland Dobai
2023f850de
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:08:42 +01:00
xiehang
eecd5efec5
esp_wifi: Put some rx code to iram
2019-12-17 20:40:53 +08:00
Angus Gratton
a4b21ff6f1
Merge branch 'bufgix/esp_timer_set_alarm_v3.2' into 'release/v3.2'
...
esp_timer: Fix set_alarm. Case when timestamp < now_time (v3.2)
See merge request espressif/esp-idf!6998
2019-12-17 11:54:26 +08:00
Darian Leung
09ae962c33
can: Add support for lower bit rates
...
This commit adds support for lower bit rates in the CAN Driver for
ESP32 Rev 2 or later chips.
2019-12-16 07:45:59 +00:00
Jiang Jiang Jian
ef4c513834
Merge branch 'bugfix/btdm_avrc_metadata_length_error_v3.2' into 'release/v3.2'
...
components/bt: Fix AVRC metadata length error
See merge request espressif/esp-idf!6885
2019-12-16 12:06:31 +08:00
Jiang Jiang Jian
d787e2a564
Merge branch 'bugfix/coex_fix_some_bugs_v3.2' into 'release/v3.2'
...
Coexist: fix some coexist bugs (backport v3.2)
See merge request espressif/esp-idf!6307
2019-12-16 12:05:30 +08:00
Jiang Jiang Jian
3c676171a9
Merge branch 'ci/artifact_expiry_v3.2' into 'release/v3.2'
...
ci: Minimum 4 days for artifact expiry (v3.3) (v3.2)
See merge request espressif/esp-idf!7015
2019-12-16 11:22:26 +08:00
Angus Gratton
6c8f72c062
ci: Minimum 4 days for artifact expiry
2019-12-16 09:39:29 +11:00
KonstantinKondrashov
cb025c22bd
CI: Add jobs
2019-12-14 17:02:53 +08:00
Angus Gratton
fcc1516fae
Merge branch 'bugfix/doc_package_versions_v3.2' into 'release/v3.2'
...
doc: Limit sphinxcontrib versions to <2.0.0 as we use Sphinx 1.8.5 (v3.2)
See merge request espressif/esp-idf!6976
2019-12-14 06:37:00 +08:00
KonstantinKondrashov
648f25e275
esp_timer: Add Test case when set_alarm needs set timer < now_time
2019-12-14 04:36:41 +08:00
Angus Gratton
ddc59bc7ab
Merge branch 'feature/ci_try_to_checkout_correct_branch_for_other_projects_v3.2' into 'release/v3.2'
...
CI: try to use the correct branch of other projects used in CI (backport v3.2)
See merge request espressif/esp-idf!6737
2019-12-13 14:28:56 +08:00
Angus Gratton
873c33f990
doc: Limit sphinxcontrib versions to <2.0.0 as we use Sphinx 1.8.5
2019-12-13 05:30:13 +00:00
KonstantinKondrashov
8061659b5f
esp_timer: Fix set_alarm. Case when timestamp < now_time
...
arg1 = MAX(int64_t arg1, uint64_t arg2) gave the wrong result, if arg1 < 0, it was presented as a larger value.
And ALARM_REG = (uin32_t)arg1. This leads to an infinite loop.
Fixed: both args are int64_t.
Closes: WIFI-1511
2019-12-12 14:44:13 +08:00
Jiang Jiang Jian
f8bcf2f459
Merge branch 'bugfix/hfp_client_indication_v3.2' into 'release/v3.2'
...
component/bt: Fix bugs in HFP feature v3.2
See merge request espressif/esp-idf!6853
2019-12-12 13:53:54 +08:00
Jiang Jiang Jian
c1d6c0a5bc
Merge branch 'bugfix/jump_time_54_sec_v3.2' into 'release/v3.2'
...
esp_timer: Fix time jumps back ~ 54sec (v3.2)
See merge request espressif/esp-idf!6470
2019-12-12 13:53:33 +08:00
Jiang Jiang Jian
32f2e7f509
Merge branch 'bugfix/wifi_internal_memory_v3.2' into 'release/v3.2'
...
wifi: Include DMA reserved pool when allocating internal-only memory (v3.2)
See merge request espressif/esp-idf!6629
2019-12-12 13:53:14 +08:00
Jiang Jiang Jian
887decf42a
Merge branch 'component_bt/osi_fixed_queue_v3.2' into 'release/v3.2'
...
component_bt/: fix pointer type in fixed_queue v3.2
See merge request espressif/esp-idf!6848
2019-12-12 12:16:59 +08:00
Jiang Jiang Jian
65db2bf87c
Merge branch 'bugfix/btdm_disable_some_secrity_mask_v3.2' into 'release/v3.2'
...
components/bt: Disable some unsupported security mask
See merge request espressif/esp-idf!6727
2019-12-09 22:03:54 +08:00
Jiang Jiang Jian
26272b46cb
Merge branch 'bugfix/phy_critical_v3.2' into 'release/v3.2'
...
fix bug that phy_enter_critical cannot effect on dual-core
See merge request espressif/esp-idf!6942
2019-12-09 22:00:29 +08:00
Angus Gratton
b0fce6855a
Merge branch 'bugfix/update_libexpat_v3.2' into 'release/v3.2'
...
expat: Update library from 2.2.5 to 2.2.9 (v3.2)
See merge request espressif/esp-idf!6923
2019-12-09 13:20:55 +08:00
Tian Hao
a05cc294eb
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:52:36 +08:00
Roland Dobai
f3aa9cc800
expat: Update library from 2.2.5 to 2.2.9
2019-12-05 09:22:01 +01:00
He Yin Ling
fa1a19e199
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:08:15 +11:00
weitianhua
b584cecea2
adaptation for nano-format
2019-11-29 17:58:52 +08:00
baohongde
3357b475f7
components/bt: Fix AVRC metadata length error
2019-11-29 16:00:30 +08:00
Xia Xiaotian
9130b255f5
Coexist: fix some coexist bugs
...
1. Fix high beacon and broadcast packets loss ratio of WiFi to make
MDNS test pass.
2. Improve stability of WiFi performance with a little
sacrifice of throughput.
3. Improve BLE advertising and connection performance with dynamic
priority. It sacrifices a little WiFi throughput, but achieves balance
between WiFi and Bluetooth.
2019-11-28 11:29:45 +00:00
Jiang Jiang Jian
42d7524b91
Merge branch 'bugfix/http_client_buffer_overflow_v3.2' into 'release/v3.2'
...
Fix HTTP client buffer overflow (v3.2)
See merge request espressif/esp-idf!6669
2019-11-28 11:53:50 +08:00
weitianhua
2a13317e44
component_bt/:bugfix_hfp_client_indication_define_and_cnum_error
2019-11-27 17:06:18 +08:00
weitianhua
e3b5a38cf6
component_bt/: fix pointer type in fixed_queue
2019-11-27 16:17:16 +08:00
Jiang Jiang Jian
7a557368e3
Merge branch 'bugfix/fix_timer_deleted_and_run_broken_callback_v3.2' into 'release/v3.2'
...
esp_timer: fix the bug that when timeout of timer happens try to run callback(v3.2)
See merge request espressif/esp-idf!6767
2019-11-25 10:34:26 +08:00
Angus Gratton
87357d8cf3
Merge branch 'feature/add_env_tag_for_32khz_xtal_uts_v3.2' into 'release/v3.2'
...
soc(esp32&esp32s2beta): Add test_env for 32kHz XTAL unit tests (v3.2)
See merge request espressif/esp-idf!6605
2019-11-21 12:00:20 +08:00
KonstantinKondrashov
3265b7ce0c
ci: Add test configs for 32kHz crystals
2019-11-20 16:07:17 +08:00
KonstantinKondrashov
3a402fa7b2
soc/esp32: Add test_env for 32kHz XTAL unit tests
2019-11-20 16:07:17 +08:00
Jack
9d557afe26
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 22:58:05 +08:00
David Cermak
1176d8be6f
http_client: added comments to http header generation function
2019-11-19 14:07:54 +00:00
David Cermak
0d0cb3b991
http_client: possible buffer overflow fixed when determining last header item to be written
...
closes IDF-694
2019-11-19 14:07:54 +00:00
Angus Gratton
b1254618cd
Merge branch 'bugfix/mqtt_example_url_update_v3.2' into 'release/v3.2'
...
MQTT: update default broker URL for examples (backport v3.2)
See merge request espressif/esp-idf!6404
2019-11-19 11:28:39 +08:00
baohongde
63feac091d
components/bt: Disable some unsupported security mask
2019-11-17 13:54:17 +08:00