Island
|
c9d93cd478
|
Merge branch 'feat/add_cte_iq_report_example_v5.1' into 'release/v5.1'
Add Bluetooth LE CTE connless example. (v5.1)
See merge request espressif/esp-idf!39779
|
2025-06-25 17:09:22 +08:00 |
|
Geng Yuchao
|
a0bf9f3d53
|
feat(ble): Add Bluetooth LE CTE connectionless AoA/AoD examples
|
2025-06-25 14:05:10 +08:00 |
|
Jiang Jiang Jian
|
ccea6ed7f1
|
Merge branch 'bugfix/connect_before_connected_v5.1' into 'release/v5.1'
fix(conn): wifi connect before connected status (v5.1)
See merge request espressif/esp-idf!40099
|
2025-06-25 10:44:34 +08:00 |
|
Xu Si Yu
|
746bd9f9dc
|
feat(openthread): update openthread upstream
|
2025-06-24 17:06:54 +08:00 |
|
Xu Si Yu
|
1787626958
|
feat(openthread): handle MeshCoP mDNS service in state change callback
|
2025-06-24 17:06:54 +08:00 |
|
Xu Si Yu
|
366310e3e4
|
feat(openthread): optimize trel reception
|
2025-06-24 17:06:53 +08:00 |
|
Fu Hanxi
|
c083e55186
|
ci: remove cached submodule metadata while checking with github
|
2025-06-24 10:56:07 +02:00 |
|
ding huan
|
504b11a554
|
fix(conn):wifi connect before connected status
|
2025-06-24 16:47:36 +08:00 |
|
Wang Meng Yang
|
b800234726
|
Merge branch 'bugfix/auth_collision_v5.1' into 'release/v5.1'
fix(bt/controller): Fixed bugs on LMP legacy and secure authentication collision (v5.1)
See merge request espressif/esp-idf!40014
|
2025-06-24 14:53:38 +08:00 |
|
morris
|
f0d3cbbb0c
|
Merge branch 'feat/support_fallback_to_default_pattern_when_psram_id_not_match_v5.1' into 'release/v5.1'
psram: support fallback to use default driver pattern when id isn't match (v5.1)
See merge request espressif/esp-idf!39998
|
2025-06-23 11:30:02 +08:00 |
|
Island
|
83994ca50c
|
Merge branch 'bugfix/fixed_set_conn_mode_assert_on_esp32c2_v5.1' into 'release/v5.1'
fix(ble): fixed assertion issue in connection state on ESP32C2-ECO4 (v5.1)
See merge request espressif/esp-idf!40020
|
2025-06-23 10:48:13 +08:00 |
|
Roland Dobai
|
66fb9df63b
|
Merge branch 'fix/idf_tools_install_tool_version_v5.1' into 'release/v5.1'
fix(tools): fixed command `idf_tools.py install tool@version` (v5.1)
See merge request espressif/esp-idf!40044
|
2025-06-22 14:57:03 +02:00 |
|
Roland Dobai
|
b246debb59
|
Merge branch 'feat/update_ccache_to_4.11.2_v5.1' into 'release/v5.1'
feat(tools): Update ccache 4.10.2 -> 4.11.2 (v5.1)
See merge request espressif/esp-idf!39576
|
2025-06-20 16:01:56 +02:00 |
|
Marek Fiala
|
e0f3afd79d
|
fix(tools): idf_tools.py uninstall decide based on preferred tool version
idf_tools.py uninstall now doesn't take only recommended version, but
makes the decision based on preferred installed versions.
|
2025-06-20 15:59:41 +02:00 |
|
Marek Fiala
|
b9f094287e
|
test(tools): Added test for installing supported tool version
Added test_export_supported_version_cmake in `test_idf_tools.py`,
that installs and exports supported version of tool - cmake.
|
2025-06-20 15:59:41 +02:00 |
|
Marek Fiala
|
cd1bb32266
|
fix(tools): idf_tools.py install tool@version
|
2025-06-20 15:59:32 +02:00 |
|
Zhao Wei Liang
|
3c3a46a4c5
|
fix(ble): fixed assertion issue in connection state on ESP32C2-ECO4
(cherry picked from commit 83fd955f11)
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2025-06-20 15:31:18 +08:00 |
|
liqigan
|
2efb2b7112
|
fix(bt/controller): Fixed bugs on LMP legacy and secure authentication collision
|
2025-06-20 14:57:45 +08:00 |
|
armando
|
ef0699722c
|
feat(psram): support fallback to use default driver pattern when id isn't match
|
2025-06-20 09:42:17 +08:00 |
|
morris
|
8093434a22
|
Merge branch 'bugfix/onewire_internal_pullup_v5.1' into 'release/v5.1'
fix(rmt): enable internal pull-up resistor for onewire bus (v5.1)
See merge request espressif/esp-idf!39933
|
2025-06-19 18:21:38 +08:00 |
|
Wang Mengyang
|
7faee53006
|
fix(bt): Fixed HFP AG data callback cleared after profile is re-initialized
|
2025-06-19 07:31:19 +08:00 |
|
Shu Chen
|
e28d4273c9
|
Merge branch 'fix/rx_abort_next_op_v5.1' into 'release/v5.1'
fix(openthread): disable rx_abort events in next operation (v5.1)
See merge request espressif/esp-idf!39962
|
2025-06-18 11:30:16 +00:00 |
|
Rahul Tank
|
7fcf7fd741
|
Merge branch 'fix/gatt_cache_peer_init_incl_svc_v5.1' into 'release/v5.1'
fix(nimble): Added parameter in peer_init for included service allocation (v5.1)
See merge request espressif/esp-idf!39916
|
2025-06-18 16:34:21 +05:30 |
|
morris
|
1eac8fc7b6
|
Merge branch 'bugfix/fixed_i2s_preload_null_ptr_issue' into 'release/v5.1'
fix(i2s): fixed preload null ptr issue (v5.1)
See merge request espressif/esp-idf!39956
|
2025-06-18 17:03:00 +08:00 |
|
Aditya Patwardhan
|
402b0d30a4
|
Merge branch 'bugfix/http_client_test_failure_v5.1' into 'release/v5.1'
fix: update root certificate for postman-echo endpoint (v5.1)
See merge request espressif/esp-idf!39850
|
2025-06-18 14:16:48 +05:30 |
|
Tan Yan Quan
|
cc97421794
|
feat(openthread): use apb_freq_max mode for esp_openthread_sleep pm lock
|
2025-06-18 15:35:34 +08:00 |
|
Xu Si Yu
|
93e93c5bc6
|
feat(openthread): add some configurations in Kconfig
|
2025-06-18 15:35:34 +08:00 |
|
Tan Yan Quan
|
cabc4940ce
|
fix(openthread): disable rx_abort events in next operation
|
2025-06-18 15:35:34 +08:00 |
|
laokaiyao
|
bd3cc8ab9a
|
fix(i2s): fixed preload null ptr issue (v5.1)
Issue was introduced in the commit fb556c76e8.
|
2025-06-18 11:38:57 +08:00 |
|
Island
|
0810436ff2
|
Merge branch 'feat/ble_mesh_micellaneous_fix_v5.1' into 'release/v5.1'
Feat/ble mesh micellaneous fix (v5.1)
See merge request espressif/esp-idf!39634
|
2025-06-18 10:16:54 +08:00 |
|
morris
|
3dfe1ed5dd
|
fix(rmt): enable internal pull-up resistor for onewire bus
|
2025-06-17 15:33:15 +08:00 |
|
Astha Verma
|
d89d9a500c
|
fix(nimble): Added parameter in peer_init for included service allocation
|
2025-06-17 12:00:29 +05:30 |
|
Rahul Tank
|
7bc593a5ea
|
Merge branch 'feat/auto_security_initiate_v5.1' into 'release/v5.1'
feat(nimble): Automatically initiate security if a GATT service request fails (v5.1)
See merge request espressif/esp-idf!39870
|
2025-06-17 11:57:25 +05:30 |
|
Marek Fiala
|
6edcdd9c40
|
feat(tools): Update ccache 4.10.2 -> 4.11.2
Closes https://github.com/espressif/idf-installer/issues/305
|
2025-06-17 04:27:50 +08:00 |
|
Sumeet Singh
|
947b4a64a5
|
feat(nimble): Added two GATT features:
1. Automatically initiate security if a GATT service request fails
2. Encryption, Authentication, and Authorization requirement on CCCD
|
2025-06-16 17:04:27 +05:30 |
|
Rahul Tank
|
129137342e
|
Merge branch 'fix/nimble_pr_issues_v5.1' into 'release/v5.1'
fix(nimble): Add fixes for compilation issues in nimble (v5.1)
See merge request espressif/esp-idf!39845
|
2025-06-16 15:52:06 +05:30 |
|
Island
|
b2e280eefa
|
Merge branch 'feat/add_ble_dtm_on_cert_test_v5.1' into 'release/v5.1'
feat(ble): add dtm test code to cert test example on ESP32-C6 (v5.1)
See merge request espressif/esp-idf!39831
|
2025-06-16 17:40:27 +08:00 |
|
wuzhenghui
|
89a4cc34b3
|
change(bt): increase BTDM_MODEM_WAKE_UP_DELAY
|
2025-06-16 17:35:04 +08:00 |
|
wuzhenghui
|
21008415d8
|
change(esp_timer): make esp_timer timming drift always be negative
|
2025-06-16 17:35:04 +08:00 |
|
wuzhenghui
|
b8088e16bc
|
fix(esp_hw_support): config lact in critical
|
2025-06-16 17:35:02 +08:00 |
|
Rahul Tank
|
d0ffbceb54
|
Merge branch 'bugfix/pawr_sync_v5.1' into 'release/v5.1'
fix(nimble): memset the sync structs to prevent uncertainty for ext_adv reports (v5.1)
See merge request espressif/esp-idf!39719
|
2025-06-13 15:25:38 +05:30 |
|
Mahavir Jain
|
5d552f7e93
|
fix: update root certificate for postman-echo endpoint
The certificate chain for postman-echo endpoint has switched to
Let's Encrypt root CA
|
2025-06-13 11:06:25 +05:30 |
|
zwl
|
66eced5964
|
feat(ble): add dtm test code to cert test example on ESP32-C6
|
2025-06-13 11:56:57 +08:00 |
|
Island
|
cf95955f1b
|
Merge branch 'bugfix/fix_blecibr25_119_v5.1' into 'release/v5.1'
fix(ble/bluedroid): Fixed extended adv restart failure during reconnection (v5.1)
See merge request espressif/esp-idf!39774
|
2025-06-13 10:59:18 +08:00 |
|
Island
|
e8aa955479
|
Merge branch 'feat/reduce_bin_size_and_iram_for_ble_rom_code_v5.1' into 'release/v5.1'
feat(ble/controller): Reduce bin size and IRAM for BLE rom code on ESP32-C3 and ESP32-S3 (v5.1)
See merge request espressif/esp-idf!39449
|
2025-06-13 10:17:43 +08:00 |
|
Rahul Tank
|
59a8334624
|
fix(nimble): Add fixes for compilation issues in nimble
1. Fix compile failures when CSFCS is 0
2. Wrap BLE service API with extern "C"
|
2025-06-12 21:03:31 +05:30 |
|
Rahul Tank
|
5a5163c189
|
Merge branch 'bugfix/fix_kconfig_names_v5.1' into 'release/v5.1'
fix(nimble): Modified Kconfig information to make it more user friendly (v5.1)
See merge request espressif/esp-idf!39647
|
2025-06-12 20:29:56 +05:30 |
|
Rahul Tank
|
94378a3592
|
Merge branch 'feat/ram_optimization_v5.1' into 'release/v5.1'
fix(nimble): Add support to minimize ram consumption (v5.1)
See merge request espressif/esp-idf!39622
|
2025-06-12 20:24:11 +05:30 |
|
Rahul Tank
|
80ba563e61
|
Merge branch 'bugfix/add_missing_deinit_call_v5.1' into 'release/v5.1'
fix(nimble): Add invocation for mempool_deinit (v5.1)
See merge request espressif/esp-idf!39674
|
2025-06-12 19:18:02 +05:30 |
|
Rahul Tank
|
735ffc0c5e
|
fix(nimble): Add invocation for mempool_deinit
|
2025-06-11 21:16:09 +05:30 |
|