zhanghaipeng
8bf1391cac
fix(ble/controller): Update esp32 bt-lib (4012cfb)
...
- Fixed BLE coex assert
- Fixed BLE DTM status and tx count
2024-04-26 16:51:49 +08:00
morris
8f44525dd8
Merge branch 'fix/uart_wakeup_threshold_v4.4' into 'release/v4.4'
...
fix(uart): Fix mismatch wakeup rising edges required with the threshold configured (v4.4)
See merge request espressif/esp-idf!30477
2024-04-25 10:37:27 +08:00
morris
6c3f8c2092
Merge branch 'bugfix/gpio_drive_cap_v4.4' into 'release/v4.4'
...
fix(gpio): add workaround to ensure correct IO drive strength for C3 and S3 (v4.4)
See merge request espressif/esp-idf!30471
2024-04-25 10:37:17 +08:00
Michael (XIAO Xufeng)
88b9c7130e
Merge branch 'bugfix/i2c_timeout_issue_v4.4' into 'release/v4.4'
...
fix(i2c): fix issues related to timeout and alive interval tick (backport v4.4)
See merge request espressif/esp-idf!29982
2024-04-24 23:57:01 +08:00
Song Ruo Jing
06442fd319
fix(uart): Fix mismatch wakeup rising edges required with the threshold configured
...
Closes https://github.com/espressif/esp-idf/issues/12586
2024-04-24 17:40:35 +08:00
Song Ruo Jing
6a82e5d232
fix(gpio): add workaround to ensure correct IO drive strength for C3 and S3
2024-04-24 17:15:59 +08:00
Rahul Tank
370636b183
Merge branch 'bugfix/rpa_timeout_api_v4.4' into 'release/v4.4'
...
fix(nimble): Expose API to set RPA Timeout (v4.4)
See merge request espressif/esp-idf!30411
2024-04-24 10:28:00 +08:00
Rahul Tank
e992cafbca
fix(nimble): Expose API to set RPA Timeout
2024-04-23 12:01:58 +05:30
Jiang Jiang Jian
7cd82420c2
Merge branch 'doc/update_espnow_example_v4.4' into 'release/v4.4'
...
docs(wifi): change the magic varible from int to uint32_t on the receiving side (v4.4)
See merge request espressif/esp-idf!30310
2024-04-22 10:44:27 +08:00
Jiang Jiang Jian
a4eb486982
Merge branch 'bugfix/fix_some_ble_bugs_cjh_v4.4' into 'release/v4.4'
...
Fixed some BT and BLE bugs 2404 (backport v4.4)
See merge request espressif/esp-idf!30261
2024-04-22 10:43:57 +08:00
Wang Meng Yang
0f651657c1
Merge branch 'bugfix/crash_after_bluedroid_deinit_v4.4' into 'release/v4.4'
...
fix(bt/bluedroid): Fixed controller using null pointer after bluedroid deinit(v4.4)
See merge request espressif/esp-idf!30330
2024-04-19 12:19:08 +08:00
chenjianhua
b30aa8f087
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(c23ab4c)
...
- Support QA test vendor HCI command and event
2024-04-18 14:52:26 +08:00
baohongde
fd2122886a
fix(ble/controller): Fixed LoadProhibited after bluetooth deinit
2024-04-18 14:52:18 +08:00
chenjianhua
cae9f68eff
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(5274796)
...
- Fixed extended uncoded and coded scan scheduling
- Add config for channel assessment and ping procedure
- Clear random address for extended advertising
- Add periodic advertising list check
- Fixed periodic advertising data setting with zero length
2024-04-18 14:52:12 +08:00
baohongde
02bfd5749f
feat(ble/controller): Add coexist schm for BLE
2024-04-18 14:49:56 +08:00
chenjianhua
fe1299e5da
feat(bt): Update bt lib for ESP32(e314148)
...
- Support QA test vendor HCI command and event
2024-04-18 14:47:53 +08:00
zhanghaipeng
b01187b472
fix(bt/controller): Update bt lib for ESP32(5838b68)
...
- Fixed BLE scan assert
- Fixed assert(10,0) in lld_pdu
- Add BLE scan backoff in menuconfig
2024-04-18 14:47:53 +08:00
Jin Cheng
4bbb3c9203
fix(bt/controller): Use embedded assembly to get access to DPORT registers
2024-04-18 14:47:53 +08:00
xiongweichao
0e31aae24d
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-04-18 10:58:35 +08:00
Island
d1f549f670
Merge branch 'bugfix/fix_ble_appearance_v4.4' into 'release/v4.4'
...
Fixed BLE appearance category ranges (v4.4)
See merge request espressif/esp-idf!30288
2024-04-18 10:44:04 +08:00
zhanghaipeng
54205481df
fix(ble/bluedroid): Fixed set BLE appearance value
2024-04-17 20:39:36 +08:00
zhangyanjiao
f7fe5728ce
docs(wifi): update the docmentation for sniffer API
...
Closes https://github.com/espressif/esp-idf/issues/10740
2024-04-17 16:22:08 +08:00
zhangyanjiao
4d7478002d
docs(wifi): change the magic varible from int to uint32_t on the receiving side
...
Closes https://github.com/espressif/esp-idf/issues/10912
2024-04-17 16:20:51 +08:00
Jiang Jiang Jian
6b60008e50
Merge branch 'feature/update_mbedtls_version_to_2.28.8' into 'release/v4.4'
...
feat(mbedtls): updated mbedtls version from 2.28.7 to 2.28.8
See merge request espressif/esp-idf!30018
2024-04-17 10:43:56 +08:00
Jiang Jiang Jian
c902eacbe9
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20240318_v4.4' into 'release/v4.4'
...
feat(tools): update openocd version to v0.12.0-esp32-20240318 (v4.4)
See merge request espressif/esp-idf!30048
2024-04-17 10:43:39 +08:00
morris
0036aaac89
Merge branch 'doc/auto_suspend_disabled_by_default_v4.4' into 'release/v4.4'
...
doc(flash): fix auto suspend enabled by default issue (v4.4)
See merge request espressif/esp-idf!30269
2024-04-17 10:05:49 +08:00
Xiao Xufeng
21ece5e0ed
doc(flash): fix auto suspend enabled by default issue
2024-04-16 23:15:24 +08:00
Wang Meng Yang
5c8b63c773
Merge branch 'feature/add_api_to_send_vendor_hci_cmd_v4.4' into 'release/v4.4'
...
Feature/add api to send vendor hci cmd (backport v4.4)
See merge request espressif/esp-idf!30228
2024-04-16 17:45:44 +08:00
Jiang Jiang Jian
309ffa5565
Merge branch 'bugfix/fix_coded_phy_s8_tx_issue_v4.4' into 'release/v4.4'
...
fix(esp_phy): fixed BLE coded phy s8 tx issue in coexistence scenarios (backport v4.4)
See merge request espressif/esp-idf!30192
2024-04-15 11:03:57 +08:00
Jiang Jiang Jian
7731658ec9
Merge branch 'feat/set_get_lpclk_src_v4.4' into 'release/v4.4'
...
feat(ble): Added API to get low power clock source(v4.4)
See merge request espressif/esp-idf!30110
2024-04-15 11:00:30 +08:00
Jiang Jiang Jian
5017ec08bb
Merge branch 'bugfix/aud-5252_v4.4' into 'release/v4.4'
...
backport v4.4: fix the issue of modem hang caused by incorrect configuration of power and isolate signals
See merge request espressif/esp-idf!30097
2024-04-15 10:44:51 +08:00
zhiweijian
8d7c759e11
fix(ble/bluedroid): Fixed adv not restart due to disconnection reason 0x3e
2024-04-13 18:25:20 +08:00
zhiweijian
9a7b3f80b2
feat(bt/common): Add bluerooth hci layer data stream record
2024-04-13 18:25:08 +08:00
zhiweijian
db9ba9378f
feat(bt/bluedroid): add api to setnd vendor hci command
2024-04-13 15:06:25 +08:00
zhiweijian
60d757c5a4
fix(ble/bluedroid): fixed bluedroid host DTM API
2024-04-13 15:06:11 +08:00
zhiweijian
f837394d59
feat(ble/bluedroid): Add APIs for BLE direct test mode on bluedroid host
2024-04-13 15:05:56 +08:00
Rahul Tank
96db015f7b
Merge branch 'bugfix/fix_cccd_compilation_warning_v4.4' into 'release/v4.4'
...
fix(nimble): Fix compilation issues when CCCD is set to 0 (v4.4)
See merge request espressif/esp-idf!30214
2024-04-12 20:10:23 +08:00
Aditya Patwardhan
c70664772b
Merge branch 'bugfix/howsmyssl_cert_update_v4.4' into 'release/v4.4'
...
fix(examples): update root certificate for howsmyssl endpoint (v4.4)
See merge request espressif/esp-idf!30206
2024-04-12 17:45:01 +08:00
Rahul Tank
fcc210d34e
fix(nimble): Fix compilation issues when CCCD is set to 0
2024-04-12 12:38:51 +05:30
Rahul Tank
caa1e6339d
Merge branch 'bugfix/fix_cve_2024_24746_v4.4' into 'release/v4.4'
...
fix(nimble): Fix for Vulnerability CVE_2024_24746 (v4.4)
See merge request espressif/esp-idf!30202
2024-04-12 13:17:35 +08:00
Mahavir Jain
db40be7a17
fix(examples): update root certificate for howsmyssl endpoint
...
This fixes CI failure seen because of cert migration of howsmyssl
endpoint from previous "DST Root CA X3" (cross-signed) to "ISRG Root X1".
2024-04-12 11:12:44 +08:00
Rahul Tank
31fd152cc6
fix(nimble): Fix for Vulnerability CVE_2024_24746
2024-04-11 20:03:56 +05:30
linruihao
ca7b269dc8
fix(esp_phy): update phylib for C3 and S3
...
- fixed BLE coded phy s8 tx issue in coexistence scenarios
- fixed ESP32-C3 and ESP32-S3 BLE RX issue
- optimized ESP32-C3 and ESP32-S3 light sleep current
2024-04-11 17:49:01 +08:00
morris
94dff9b23f
Merge branch 'bugfix/fix_rtc_cntl_v4.4' into 'release/v4.4'
...
[S3]fix(rtc_cntl_reg.h): fix RTC_CNTL_SLAVE_PD_M
See merge request espressif/esp-idf!30168
2024-04-11 11:39:27 +08:00
zlq
8855a3d6c4
[S3]fix(rtc_cntl_reg.h): fix RTC_CNTL_SLAVE_PD_M
2024-04-10 19:39:59 +08:00
Island
ae5d8a6fae
Merge branch 'bugfix/ble_mesh_heartbeat_filter_add_v4.4' into 'release/v4.4'
...
Fix(ble_mesh):fix error condition for heartbeat filter adding node address (v4.4)
See merge request espressif/esp-idf!29989
2024-04-09 16:12:10 +08:00
Marius Vikhammer
be6cf38b31
Merge branch 'fix/heap-calloc-fail-wrong-size_v4.4' into 'release/v4.4'
...
fix(heap): Wrong size propagated in alloc fail callback of heap_caps_calloc() (backport v4.4)
See merge request espressif/esp-idf!30093
2024-04-09 12:05:37 +08:00
Rahul Tank
fadb4082b0
Merge branch 'bugfix/set_correct_addr_type_v4.4' into 'release/v4.4'
...
fix(nimble): Set correct peer_addr during reattempt connection (v4.4)
See merge request espressif/esp-idf!30058
2024-04-08 20:58:25 +08:00
xiongweichao
d47b2e4612
feat(ble): Added API to get low power clock source
2024-04-08 20:02:43 +08:00
Li Shuai
0dea8d7df8
fix(esp_hw_support): fixed modem hang caused by incorrect configuration of power and isolate signals
2024-04-08 16:01:30 +08:00