Jiang Jiang Jian
9eceef649b
Merge branch 'bugfix/esp32h2_update_desc_ecdsa_workmode_v5.1' into 'release/v5.1'
...
fix(soc/esp32h2): Update the description of the ECDSA_WORK_MODE (backport v5.1)
See merge request espressif/esp-idf!25818
2023-09-08 16:09:42 +08:00
cjin
27f84d88dc
ble: support esp32c2 wakeup overhead
2023-09-08 15:52:23 +08:00
Peter Dragun
3d8c34efd5
feat(tools): remove gdb_panic_server and use just a wrapper for script
...
gdb_panic_server is now part of esp-idf-panic-decoder
2023-09-08 09:34:12 +02:00
Peter Dragun
b83a56512a
fix(tools): fix autocomplete for --port option
...
Closes https://github.com/espressif/esp-idf/issues/7970
2023-09-08 09:25:33 +02:00
Jakub Kocka
2c3c4adaa3
docs(docker): Update Using Remote Serial Port chapter
...
By default some shells such as zsh has NOMATCH option set (https://zsh.sourceforge.io/Doc/Release/Options.html ).
The root cause of the problem is that while bash expands the parameter to itself if it does not match any filename, the zsh reports an error. IOW if we do % setopt nonomatch it will work even in zsh.
Closes https://github.com/espressif/esp-idf/issues/12060
2023-09-08 09:15:30 +02:00
luomanruo
9896ee353b
ble: update esp32h2 and esp32c6 libble to a9fa2002
2023-09-08 14:27:48 +08:00
Frantisek Hrbata
dff4ec6fbf
fix(tools): extend error message for failed python module import
...
Currently idf.py reports just "Please use idf.py only in an ESP-IDF shell environment".
Sometimes it may be useful to know for which module the import failed.
Also the problem does not have to be related to shell environment only, but the
python venv can be corrupted. This adds a little bit more verbose error
message.
Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>
2023-09-08 07:29:43 +02:00
zhangwenxu
5f55496f51
feat(openthread): support BR deinit
2023-09-08 12:24:36 +08:00
Marius Vikhammer
0a6d6c085a
feat(wdt): add LL functions for WDT on H2
2023-09-08 11:01:25 +08:00
zhanghaipeng
03be63636a
fix(bt/bluedroid): Fix memory no free issue when disconneting for mesh
2023-09-08 10:33:42 +08:00
Jiang Jiang Jian
ab7ad8a848
Merge branch 'bugfix/fix_some_ble_bugs_v5.1' into 'release/v5.1'
...
Fixed some BLE bugs (backport v5.1)
See merge request espressif/esp-idf!25776
2023-09-08 10:19:40 +08:00
Jiang Jiang Jian
b3717678c3
Merge branch 'docs/update_multi_antenna_switch_docs_v5.1' into 'release/v5.1'
...
Docs/update multi antenna switch docs v5.1(Backport v5.1)
See merge request espressif/esp-idf!25822
2023-09-08 10:18:43 +08:00
Jiang Jiang Jian
8d0858060a
Merge branch 'feature/management_modem_etm_clock_indepently_v5.1' into 'release/v5.1'
...
feat(esp_hw_support): manage modem_etm clock in modem_clock for bt/154 indepently (backport v5.1)
See merge request espressif/esp-idf!25793
2023-09-08 10:16:59 +08:00
Jiang Jiang Jian
ef451cab0f
Merge branch 'bugfix/sntp_cpp_compat_v5.1' into 'release/v5.1'
...
esp_netif: Fix invalid conversion from int to enumeration in c++ build (GitHub PR) (v5.1)
See merge request espressif/esp-idf!25041
2023-09-08 10:16:21 +08:00
Wang Mengyang
5aa01470d5
ci(bt/bluedroid): Add CI build test for HFP examples with voice over HCI enabled
2023-09-08 00:52:07 +00:00
chenqingqing
7e406acb95
feat(bt/api): Add new apis for hfp to get the numbers of packet status received and sent
2023-09-08 00:52:07 +00:00
Jin Cheng
26600a8fcf
fix(bt/bluedroid): Deleted the redundant 'memset' in btc_hf_cb_handler
2023-09-08 00:52:07 +00:00
Jin Cheng
c6e62a9817
docs(bt/bluedroid): Changed the description of esp_hf_client_reject_call
2023-09-08 00:52:07 +00:00
Jin Cheng
2584ab84fc
fix(bt/bluedroid): Fixed invalid access to freed semaphore
2023-09-08 00:52:07 +00:00
Jin Cheng
eed85adaeb
fix(bt/bluedroid): Fixed wrong indexes of HF-AG indicators
2023-09-08 00:52:07 +00:00
Jin Cheng
71ec923e55
fix(bt/bluedroid): Added peer Bluetooth device address into HF callback parameters
2023-09-08 00:52:07 +00:00
Jin Cheng
7037ee47f9
fix(bt/bluedroid): Changed log level from WARNING to DEBUG in bta_ag_sco_read_cback
2023-09-08 00:52:07 +00:00
Jin Cheng
0167b14411
fix(bt/bluedroid): Fixed wrong code logic in 'AT+CIND?' of HFP
2023-09-08 00:52:07 +00:00
Jin Cheng
17d1b66d47
fix(bt/bluedroid): Fixed errors in parsing ATD command in HFP AG
2023-09-08 00:52:07 +00:00
Jin Cheng
19185a65fd
fix(bt/bluedroid): Fixed NULL Bluetooth device address in HF-AG events was reported to application layer
2023-09-08 00:52:07 +00:00
Chen Jian Xing
c1d8013330
Merge branch 'bugfix/backport_phy_v5.1' into 'release/v5.1'
...
fix(phy): backport some phy fix(v5.1)
See merge request espressif/esp-idf!25734
2023-09-08 06:18:58 +08:00
Krzysztof Budzynski
752a99d3d1
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/temp_sensor.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-reference/peripherals/temp_sensor.rst (backport v5.1)
See merge request espressif/esp-idf!25821
2023-09-07 18:05:02 +08:00
Cai Xin Ying
f0dec1b1a6
docs: provide CN translation for api-reference/peripherals/temp_sensor.rst (backport v5.1)
2023-09-07 18:05:01 +08:00
aditi_lonkar
8254175931
wpa_supplicant: Fix for issue of wps-pbc overlap in wps-pin method
2023-09-07 15:14:35 +05:30
morris
fefa61a7c7
Merge branch 'feature/esp_lcd_st7789_rgb_data_endian_config_v5.1' into 'release/v5.1'
...
feat(st7789): add data endian config (v5.1)
See merge request espressif/esp-idf!25802
2023-09-07 16:33:49 +08:00
zwl
325bf39c89
feat(ble): enable adv report flow control on esp32c2
2023-09-07 16:27:50 +08:00
zwl
615f9bd602
fix(ble): fixed crash when memory is insufficient on esp32c2
2023-09-07 16:27:42 +08:00
Li Shuai
cbb2a3f8fa
fix(esp32c6/power save): optimize the retention step of the APM and TEE modules to set only the critical parts that affect wifi data frame receipt to level 2 priority
2023-09-07 14:31:12 +08:00
wanglai@espressif.com
648bc35612
feat(bt/bluedroid): Add setting local di record function for bt classic hid device bqb test
2023-09-07 14:18:03 +08:00
wanglai@espressif.com
e29b67c02a
fix(bt/bluedroid): Changed HID related copyright automatically
2023-09-07 14:17:42 +08:00
Krzysztof Budzynski
63bc27fb2d
Merge branch 'docs/add_Chinese_translation_for_api-reference/peripherals/adc_calibration.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-reference/peripherals/adc_calibration.rst (backport v5.1)
See merge request espressif/esp-idf!25820
2023-09-07 14:02:24 +08:00
Cai Xin Ying
3c0e72887a
docs: provide CN translation for api-reference/peripherals/adc_calibration.rst (backport v5.1)
2023-09-07 14:02:24 +08:00
Krzysztof Budzynski
cbee3f67b2
Merge branch 'docs/add_Chinese_translation_for_api-guides/cplusplus.rst_backport_v5.1' into 'release/v5.1'
...
docs: provide CN translation for api-guides/cplusplus.rst (backport v5.1)
See merge request espressif/esp-idf!25755
2023-09-07 13:15:27 +08:00
Cai Xin Ying
36376e0eab
docs: provide CN translation for api-guides/cplusplus.rst (backport v5.1)
2023-09-07 13:15:27 +08:00
Kapil Gupta
397206d050
change(wifi): Reduce BSS logging in wpa_supplicant
2023-09-07 10:19:02 +05:30
muhaidong
01ebf0775e
esp_wifi: update multi antenna switch docs
2023-09-07 11:06:28 +08:00
muhaidong
e0e3bbd042
esp_wifi: the antenna parameter of example is not correct
2023-09-07 11:06:18 +08:00
chenjianhua
3874281107
update esp32 bt-lib (7b24543)
...
- Support BLE RX error packet count record
- Fixed instant setting for LLC procedures with instants
- Fixed adv random delay when adv interval is less than 20ms
2023-09-07 11:05:10 +08:00
chenjianhua
c315a246e6
Update bt lib for ESP32-C3 and ESP32-S3(59725b5)
...
- Support BLE RX error packet count record
- Fixed adv random delay when adv interval is less than 20ms
- Fixed adv random address setting when owner address type is public
2023-09-07 11:05:10 +08:00
chenjianhua
5b7fcd80d2
Update bt lib for ESP32-C3 and ESP32-S3(ff6efe7)
...
- fix(bt/controller): Fixed PHY enable and disable
- feat(bt/controller): Support DAA and LBT mode for BLE CCA
2023-09-07 11:05:10 +08:00
zhanghaipeng
0f6a7ac7b1
fix(bt): Fix bugs about updating connect param
2023-09-07 11:05:10 +08:00
zhanghaipeng
e3c5c4fb7b
fix(bt): Fix bug while calculating block cipher using aes-128
2023-09-07 11:05:10 +08:00
zhanghaipeng
98f59569b0
docs(bt): Update comment in ble
2023-09-07 11:05:10 +08:00
zhanghaipeng
cc9c5b78b9
feat(bt/bluedroid): Support periodic adv adi feature
2023-09-07 11:05:09 +08:00
chenjianhua
985f6a4892
fix(bt/bluedroid): Fixed BLE disconnect event report when disconnecting
2023-09-07 11:05:09 +08:00