morris
|
4f169e1ecc
|
Merge branch 'fix/usb_msc_test_backport_v5.1' into 'release/v5.1'
fix(usb/test): Update MSC device test for new console backport v5.1
See merge request espressif/esp-idf!32053
|
2024-07-11 20:20:23 +08:00 |
|
Tomas Rezucha
|
30060af790
|
fix(usb/test): Update MSC device test for new console
|
2024-07-11 11:09:46 +02:00 |
|
liuning
|
9aa89c2718
|
feat(wifi, coex): update libs to support feature and fix some issue
|
2024-07-11 11:24:30 +08:00 |
|
liuning
|
2c8de044a3
|
feat(wifi): support coex pwr
|
2024-07-11 11:24:10 +08:00 |
|
Rahul Tank
|
230dfcfe64
|
Merge branch 'bugfix/fix_example_menuconfig_error_v5.1' into 'release/v5.1'
fix(nimble): Update menuconfig option to consider 5.0 support (v5.1)
See merge request espressif/esp-idf!32037
|
2024-07-10 22:24:15 +08:00 |
|
Rahul Tank
|
1f736fb017
|
fix(nimble): Update menuconfig option to consider 5.0 support
|
2024-07-10 17:22:27 +05:30 |
|
Island
|
92584e3bde
|
Merge branch 'bugfix/split_hci_log_in_nimble_v5.1' into 'release/v5.1'
fix(bt/nimble): split hci log in nimble (backport v5.1)
See merge request espressif/esp-idf!32000
|
2024-07-10 18:38:33 +08:00 |
|
zhanghaipeng
|
0c82c90bca
|
fix(ble/bluedroid): Fixed BLE set adv param check
|
2024-07-10 12:24:37 +08:00 |
|
Mahavir Jain
|
c64c930f06
|
Merge branch 'contrib/github_pr_13945_v5.1' into 'release/v5.1'
fix(esp_http_client): Do not allocate client->if_name twice in esp_http_client_init. (GitHub PR) (v5.1)
See merge request espressif/esp-idf!31944
|
2024-07-10 12:21:54 +08:00 |
|
Wei Yu Han
|
e7b13d719d
|
docs(ble): Add the parameter name data in esp_vhci_host_send_packet
|
2024-07-10 10:41:50 +08:00 |
|
Erhan Kurubas
|
b9c1258556
|
fix(coredump): fix array out of the bounds error
Closes https://github.com/espressif/esp-idf/issues/14117
|
2024-07-09 22:10:45 +02:00 |
|
zhiweijian
|
3cac5c4fdd
|
fix(bt/nimble): split hci log in nimble
|
2024-07-09 16:40:06 +08:00 |
|
zhanghaipeng
|
67e1325377
|
feat(ble/bluedroid): Support BLE50 instance in related event
|
2024-07-09 15:38:44 +08:00 |
|
Jiang Jiang Jian
|
3465bb0367
|
Merge branch 'bugfix/fix_esco_conflict_with_sniff_v5.1' into 'release/v5.1'
fix(bt/controller): Fixed some controller bugs (v5.1)
See merge request espressif/esp-idf!31954
|
2024-07-09 10:42:53 +08:00 |
|
Jiang Jiang Jian
|
1798232ce7
|
Merge branch 'bugfix/cache2phys_xip_v5.1' into 'release/v5.1'
fix(mmap): fixed spi_flash_cache2phys return addr in PSRAM issue (v5.1)
See merge request espressif/esp-idf!31107
|
2024-07-09 10:37:12 +08:00 |
|
Jiang Jiang Jian
|
9cc4aeef61
|
Merge branch 'fix/wait_efuse_idle_after_wake_v5.1' into 'release/v5.1'
fix(esp_hw_support): wait eFuse controller idle after sleep wakeup (v5.1)
See merge request espressif/esp-idf!31949
|
2024-07-09 10:34:39 +08:00 |
|
Jiang Jiang Jian
|
bae9a3a29f
|
Merge branch 'change/add_some_wifi_feature_and_fix_some_bug_v5.1' into 'release/v5.1'
docker / docker (push) Has been cancelled
feat(wifi): add softap csa&dtim&wait_bcast_data setting v5.1
See merge request espressif/esp-idf!31921
|
2024-07-08 19:20:56 +08:00 |
|
linruihao
|
b981e4cdac
|
fix(bt/controller): Fixed some controller bugs
- Fixed fail to establish eSCO when connected to two devices
- Changed some error log level to Debug if the error have a workaround
Closes https://github.com/espressif/esp-idf/issues/12340
|
2024-07-08 14:26:59 +08:00 |
|
liqigan
|
8725c9a56e
|
fix(bt/controller): Fixed not report HCI_Disconnection_Complete event
|
2024-07-08 14:26:59 +08:00 |
|
wuzhenghui
|
242d0e70e7
|
fix(esp_hw_support): wait eFuse controller idle after sleep wakeup
|
2024-07-08 14:17:28 +08:00 |
|
Island
|
c8b9ad5da0
|
Merge branch 'fix/blemesh24_61_v5.1' into 'release/v5.1'
fix/blemesh24_61 (v5.1)
See merge request espressif/esp-idf!31566
|
2024-07-08 14:06:32 +08:00 |
|
Rahul Tank
|
ae9e4888df
|
Merge branch 'bugfix/revert_extra_print_v5.1' into 'release/v5.1'
Revert "fix(nimble): Added debug print to check for skipped adv report" (v5.1)
See merge request espressif/esp-idf!31933
|
2024-07-08 12:56:09 +08:00 |
|
fbp2m
|
bed13e209c
|
fix: fixed allocating if_name in client context multiple times
Do not allocate client->if_name twice in esp_http_client_init().
Signed-off-by: Harshit Malpani <harshit.malpani@espressif.com>
Closes https://github.com/espressif/esp-idf/pull/13945
|
2024-07-07 21:21:00 +08:00 |
|
Rahul Tank
|
e922e49f85
|
Revert "fix(nimble): Added debug print to check for skipped adv report"
This reverts commit 634412e20c .
|
2024-07-05 18:09:25 +05:30 |
|
Wang Ning
|
565394ba44
|
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Wang Ning <wangning@espressif.com>
|
2024-07-05 18:08:13 +08:00 |
|
Yuhan Wei
|
86463b7f27
|
docs(ble): Add the explanations to controller parameters configurable in menuconfig
|
2024-07-05 18:08:13 +08:00 |
|
Wang Ning
|
b81ddcbed0
|
Apply 35 suggestion(s) to 1 file(s)
Co-authored-by: Wang Ning <wangning@espressif.com>
|
2024-07-05 18:08:13 +08:00 |
|
Yuhan Wei
|
fde21eab8e
|
docs(ble): Removed note in esp_bt_controller_config_t
|
2024-07-05 18:08:13 +08:00 |
|
Yuhan Wei
|
2dcd257dcf
|
docs(ble): Replaced BT with Bluetooth
|
2024-07-05 18:08:13 +08:00 |
|
Yuhan Wei
|
e7be8fa4c6
|
docs(ble): Removed unnecessary explanations
|
2024-07-05 18:08:13 +08:00 |
|
Yuhan Wei
|
060a7e3abb
|
docs(ble): Added corresponding values to the controller mode
|
2024-07-05 18:08:12 +08:00 |
|
Yuhan Wei
|
e742961c9c
|
docs(ble): Fixed the explanation of TX power type
|
2024-07-05 18:08:12 +08:00 |
|
Yuhan Wei
|
5f1064ccc4
|
docs(ble): Added typeof for BLE sleep clock accuracy enum
|
2024-07-05 18:08:12 +08:00 |
|
Yuhan Wei
|
09a682753f
|
docs(ble): Added a name for BLE sleep clock accuracy enum
|
2024-07-05 18:08:12 +08:00 |
|
Yuhan Wei
|
698c38441e
|
docs(ble): Revised the esp32 controller API explanations
|
2024-07-05 18:08:12 +08:00 |
|
wangtao@espressif.com
|
cf2bdb08f4
|
feat(wifi): add softap csa&dtim&wait_bcast_data setting v5.1
|
2024-07-05 15:35:31 +08:00 |
|
Mahavir Jain
|
f4b38d00bc
|
Merge branch 'fix/c6_bootloader_rng_enable_v5.1' into 'release/v5.1'
fix(bootloader_support): Fixed pattern in RNG enable function to avoid output on IO0 (v5.1)
See merge request espressif/esp-idf!31907
|
2024-07-05 12:47:50 +08:00 |
|
Jiang Jiang Jian
|
a5686fbeac
|
Merge branch 'bugfix/fix_some_wifi_bugs_v5.1' into 'release/v5.1'
fix(wifi):fix some wifi bugs(Backport v5.1)
See merge request espressif/esp-idf!31904
|
2024-07-05 12:06:21 +08:00 |
|
Island
|
aaeb03ad36
|
Merge branch 'bugfix/fixed_ble_issues_on_esp32c2_esp32c6_v5.1' into 'release/v5.1'
Bugfix/fixed ble issues on esp32c2 esp32c6 (v5.1)
See merge request espressif/esp-idf!31861
|
2024-07-05 10:39:26 +08:00 |
|
Jiang Jiang Jian
|
20a169cfb8
|
Merge branch 'docs/update_twt_docs_v5.1' into 'release/v5.1'
docs(wifi):update TWT docs(Backport v5.1)
See merge request espressif/esp-idf!31899
|
2024-07-04 19:15:17 +08:00 |
|
yinqingzhao
|
3a202c65a0
|
fix(wifi):fix some wifi bugs
|
2024-07-04 17:57:13 +08:00 |
|
Jakob Hasse
|
1070c75ec7
|
fix(bootloader_support): Fixed pattern in RNG enable function on C6 to avoid output on IO0
|
2024-07-04 11:36:58 +02:00 |
|
yinqingzhao
|
a8c4e7c254
|
docs(wifi):update TWT docs
|
2024-07-04 15:00:27 +08:00 |
|
luoxu
|
86fd1c0ca1
|
fix(ble_mesh): ensure the operation of adv busy is thread-safe
|
2024-07-04 12:13:03 +08:00 |
|
luoxu
|
5e7546269e
|
feat(ble_mesh): add cas operation for bt_mesh_atomic_val_t
|
2024-07-04 12:13:03 +08:00 |
|
Jiang Jiang Jian
|
f2a321d843
|
Merge branch 'contrib/github_pr_14084_v5.1' into 'release/v5.1'
remove TLS pointer/deletion callback from correct thread (GitHub PR) (v5.1)
See merge request espressif/esp-idf!31853
|
2024-07-04 11:29:36 +08:00 |
|
Jiang Jiang Jian
|
b2ea5cf471
|
Merge branch 'fix/suppress_c++11_invalid_suffix_on_literal_v5.1' into 'release/v5.1'
fix: Fix PRI inttypes error due to C++ invalid suffix on literal in SPIFFS (v5.1)
See merge request espressif/esp-idf!31808
|
2024-07-04 10:34:57 +08:00 |
|
Jiang Jiang Jian
|
c6ef988244
|
Merge branch 'bugfix/openthread_uart_vfs_register_v5_1' into 'release/v5.1'
fix(openthread): register uart vfs devices when they are not registered(v5.1)
See merge request espressif/esp-idf!31792
|
2024-07-04 10:33:37 +08:00 |
|
Xiao Xufeng
|
acb85aee23
|
fix(mmap): fixed spi_flash_cache2phys return addr in PSRAM issue
When SPIRAM_FETCH_INSTRUCTIONS or SPIRAM_RODATA enabled
|
2024-07-04 10:30:24 +08:00 |
|
Jiang Jiang Jian
|
274a723a75
|
Merge branch 'feature/add-newlib-sbom_v5.1' into 'release/v5.1'
feat(newlib): Add sbom manifest file (v5.1)
See merge request espressif/esp-idf!31830
|
2024-07-04 10:16:16 +08:00 |
|