chenjianhua
3730b0a9af
feat(bt/bluedroid): Add definition for the reason of BLE authentication failure
2024-06-24 17:59:01 +08:00
chenjianhua
5eed961113
fix(bt/bluedroid): Fixed BLE security vulnerability when using fixed IRK
2024-06-24 17:59:01 +08:00
linruihao
1f57c2b91a
fix(bt): Overwrite a function in esp32c3 eco7 rom
2024-06-24 17:59:01 +08:00
chenjianhua
40b9ec3860
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(0738a61)
...
- Fixed BT BB interrupt allocation
- Refactor the prefix of assert print
- Fixed HCI LE set privacy mode command handle
2024-06-24 17:59:01 +08:00
chenjianhua
ae29703fb4
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(eca46a0)
...
- Fixed adv data buffer free after restart adv
- Fixed BLE interrupt allocation using esp API
2024-06-24 17:59:01 +08:00
gongyantao
6cd05b082a
fix(bt): add integrity check when temporary link key selected
2024-06-24 17:50:35 +08:00
morris
97de085b35
Merge branch 'bugfix/esp32h2_iomux_retention_v5.1' into 'release/v5.1'
...
fix(gpio): fix IO 21-27 IOMUX registers not being backed up on ESP32H2 (v5.1)
See merge request espressif/esp-idf!31192
2024-06-24 17:33:55 +08:00
Jiang Jiang Jian
accaf2bd51
Merge branch 'bugfix/wpa3_sta_mem_leak_v5.1' into 'release/v5.1'
...
Fix a memory leak that occurs when the SAE connection is interrupted (Backport v5.1)
See merge request espressif/esp-idf!31661
2024-06-24 14:20:05 +08:00
morris
450846057c
fix(lcd): build errors with deprecated lcd types in cpp
...
Closes https://github.com/espressif/esp-idf/issues/14029
2024-06-24 14:06:20 +08:00
wuzhenghui
8e5e95e452
change(esp_hw_support): update xtal_freq after assume to avoid mass print in DFS
2024-06-24 13:38:47 +08:00
wuzhenghui
563683f471
change(esp_system): trigger digital system reset in brownout isr
2024-06-24 12:07:30 +08:00
cjin
066e04a9a4
fix(ble): added c6 config check for ble light sleep
2024-06-24 11:31:40 +08:00
zwl
5fe68c206e
feat(bluetooth/controller): adjust bt/porting code structure and delete redundant code
2024-06-24 11:31:40 +08:00
Rahul Tank
517064d0b3
Merge branch 'bugfix/free_memory_before_reattempt_v5.1' into 'release/v5.1'
...
fix(nimble): Clear resource before re-starting advertising(v5.1)
See merge request espressif/esp-idf!31627
2024-06-24 10:45:17 +08:00
Jiang Jiang Jian
44ed05a546
Merge branch 'bugfix/wifi-6570_v5.1' into 'release/v5.1'
...
backport v5.1: fix the issue of wifipwr losing its clock during sleep on the esp32c6 eco1
See merge request espressif/esp-idf!31616
2024-06-24 09:58:30 +08:00
Shyamal Khachane
233a57d4f5
fix(esp_wifi): Fix a memory leak that occurs when the SAE connection is interrupted
...
1. Free temporary data used by SAE before memsetting the same
2. Drop any received auth response that uses a different algorithm than the one currently in use
2024-06-21 14:47:30 +05:30
Marius Vikhammer
bd2b9390ef
Merge branch 'refactor/cpu_interrupt_table_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): refactor and clear reserved interrupts that are unused or not applicable anymore (backport v5.1)
See merge request espressif/esp-idf!31259
2024-06-21 08:59:05 +08:00
Jiang Jiang Jian
d326c1bbf4
Merge branch 'fix/use_rom_crc_check_in_cpu_retention_v5.1' into 'release/v5.1'
...
fix(ci): use esp_rom_crc32_le in cpu retention frame check (v5.1)
See merge request espressif/esp-idf!31591
2024-06-20 13:51:26 +08:00
Rahul Tank
b482d04fb6
fix(nimble): Clear resource before re-starting advertising
2024-06-20 11:02:46 +05:30
zhangshuxian
c9e33d0e8d
docs: Delete user guide esp32-s2-devkitm-1
2024-06-20 11:49:48 +08:00
Island
344e9ad593
Merge branch 'feat/put_bt_interface_code_to_rom_v5.1' into 'release/v5.1'
...
Feat/put bt interface code to rom (v5.1)
See merge request espressif/esp-idf!31551
2024-06-20 10:38:02 +08:00
Li Shuai
56526ffefa
fix(wifi): fix the issue of wifipwr losing its clock during sleep on the esp32c6 eco1
2024-06-19 19:35:27 +08:00
Marius Vikhammer
8d4f718534
Merge branch 'contrib/github_pr_14010_v5.1' into 'release/v5.1'
...
fix(ulp): Write pin's output mode to the correct register (GitHub PR) (v5.1)
See merge request espressif/esp-idf!31597
2024-06-19 17:34:38 +08:00
LonerDan
cd7b8f2db1
fix(ulp-risc-v): Set RTC GPIO output mode in the correct register for ULP RISC-V
...
According to the ESP32-S2/S3 TRM, the output pin's mode is set in the RTC_GPIO_PINn_REG
by programming the RTC_GPIO_PINn_PAD_DRIVER bit. The current ULP RISC-V RTCIO driver
however, incorrectly programs the RTC_IO_TOUCH_PADn_REG register field RTC_IO_TOUCH_PADn_DRV.
This commit fixes the bug.
2024-06-19 09:02:23 +02:00
wuzhenghui
7ecc6ac029
fix(ci): use esp_rom_crc32_le in sleep retention frame check
2024-06-19 14:07:03 +08:00
Sergei Silnov
c00dad83c1
Merge branch 'fix/idf_tools_warning_error_v5.1' into 'release/v5.1'
...
fix(tools): Improve the warning message from idf_tools.py about the Python environment (v5.1)
See merge request espressif/esp-idf!31513
2024-06-18 18:36:26 +08:00
Jiang Jiang Jian
5a2a16f5c3
Merge branch 'feat/use_iterator_for_regdma_link_traverse_function_v5.1' into 'release/v5.1'
...
fix(esp_hw_support): use iterator for regdma_link_stats to save stack consume (v5.1)
See merge request espressif/esp-idf!31546
2024-06-18 10:35:22 +08:00
xiongweichao
b63bcef8e0
fix(bt/bluedroid): Fixed crash after bluedroid deinit
...
hci_host_env.downstream_data_ready is set to NULL during bluedroid deinit,
causing the controller to use a null pointer when calling callback.
2024-06-17 19:03:47 +08:00
xiongweichao
69729d4639
fix(bt/bluedroid): Fixed deadlock caused by not unlocking
2024-06-17 19:03:05 +08:00
xiongweichao
3eb54ad307
fix(bt/bluedroid): Fixed L2CAP using wrong handle
...
- Fixed the issue of using the wrong handle to handle the BTA_JV_L2CAP_READ_EVT event.
- Closes https://github.com/espressif/esp-idf/issues/13847
2024-06-17 19:03:05 +08:00
zwl
b01930a5c0
feat(bluetooth/controller): update controller api name on ESP32-C2
2024-06-17 16:43:32 +08:00
zwl
7019204f20
feat(bluetooth/controller): update controller api name on ESP32-C6 and ESP32-H2
2024-06-17 16:43:32 +08:00
Li Shuai
f5f020f6e7
fix(esp_hw_support): use iterator for regdma_link_stats to save stack consume
...
Closes https://github.com/espressif/esp-idf/issues/13288
2024-06-17 15:59:07 +08:00
Rahul Tank
58a9d0e27b
Merge branch 'bugfix/fix_no_mem_coex_issue_v5.1' into 'release/v5.1'
...
fix(nimble): Added change to handle extra memory for ext adv reattempt (v5.1)
See merge request espressif/esp-idf!31502
2024-06-14 20:04:19 +08:00
Rahul Tank
17a19a13be
Merge branch 'contrib/github_pr_13951_v5.1' into 'release/v5.1'
...
Fix stack overflow bug for `examples/bluetooth/esp_hid_device` when using esp32s3 with nimble (GitHub PR) (v5.1)
See merge request espressif/esp-idf!31517
2024-06-14 19:50:04 +08:00
Mohammad-Mohsen Aseman-Manzar
098a804f73
Fix stack overflow bug for examples/bluetooth/esp_hid_device
when using esp32s3 with nimble
...
Related to 60354c39a9
2024-06-14 14:27:41 +05:30
Roland Dobai
5a51f06a24
fix(tools/idf_tools.py): Improve the warning message about the environment
2024-06-14 10:01:27 +02:00
Rahul Tank
d5c4973bd3
fix(nimble): Added change to handle extra memory for ext adv reattempt
2024-06-14 12:05:09 +05:30
Abhik Roy
4e2e2b2c53
fix(lwip): Fixed compilation error referencing undefined POSIX interface API
...
Closes https://github.com/espressif/esp-idf/issues/13577
2024-06-14 13:13:39 +10:00
Island
fe475fe87a
Merge branch 'bugfix/fix_ble_evt_time_v5.1' into 'release/v5.1'
...
fix(ble/controller): Update esp32 bt-lib (1e63e23) (v5.1)
See merge request espressif/esp-idf!31483
2024-06-14 10:43:25 +08:00
Shu Chen
b0bece2812
Merge branch 'backport/shortened_uart_read_bytes_blocking_51' into 'release/v5.1'
...
fix(uart): remove unnecessary wait when sending message to ring buffer(backport5.1)
See merge request espressif/esp-idf!31382
2024-06-14 09:36:20 +08:00
linruihao
18cac360b9
fix(bt/controller): Fixed assert issue caused by DPORT access
2024-06-13 17:36:05 +08:00
zhanghaipeng
ae9a2fde60
fix(ble/controller): Update esp32 bt-lib (1e63e23)
...
- Optimized GATT write and notify throughput on ESP32
- Fixed BLE connect timeout after using DTM on ESP32
- Added ke memory debug tools on ESP32
- Fixed memory leak issue when BLE SCAN and other event coexist on ESP32
2024-06-13 16:41:06 +08:00
Island
e3c4c76b17
Merge branch 'bugfix/fix_ble_pktlen_change_v5.1' into 'release/v5.1'
...
Bugfix/fix ble pktlen change (v5.1)
See merge request espressif/esp-idf!31251
2024-06-13 11:03:41 +08:00
Roland Dobai
b9707a371c
Merge branch 'refactor/avoid_using_git_v5.1' into 'release/v5.1'
...
fix(tools): Avoiding crashing when Git is not present in system when acquiring IDF version (v5.1)
See merge request espressif/esp-idf!31434
2024-06-12 20:03:56 +08:00
Jiang Jiang Jian
bfb7936851
Merge branch 'bugfix/fix_lp_half_world_access_v5.1' into 'release/v5.1'
...
fix(hal): fix LP timer / PMU LL half word access (v5.1)
See merge request espressif/esp-idf!31388
2024-06-12 17:04:58 +08:00
Jiang Jiang Jian
411ff70468
Merge branch 'bugfix/fix_null_data_issue_in_mesh_v5.1' into 'release/v5.1'
...
fix(wifi): do not send null data when scan start/done for mesh (v5.1)
See merge request espressif/esp-idf!31369
2024-06-12 11:01:44 +08:00
Jakub Kocka
71130318df
fix(tools): Avoid crashing when Git is used to acquire IDF version
...
Closes https://github.com/espressif/esp-idf/issues/13345
2024-06-11 09:39:56 +02:00
wuzhenghui
4c78de50f4
fix(hal): fix PMU LL half word and byte access
2024-06-07 14:18:24 +08:00
wuzhenghui
4d6793a44a
fix(hal): fix LP timer LL half word access
2024-06-07 14:18:22 +08:00