Island
|
dbe47c367e
|
Merge branch 'bugfix/fix_ble_max_tx_power_on_esp32c3_v5.1' into 'release/v5.1'
fix(bt/controller): Change the max TX power to +20dBm on ESP32-C3 and ESP32-S3 (v5.1)
See merge request espressif/esp-idf!33615
|
2024-09-19 19:59:54 +08:00 |
|
Jiang Jiang Jian
|
ce64b50f77
|
Merge branch 'bugfix/pm-165_v5.1' into 'release/v5.1'
backport v5.1: fix the issue of station fail to connect to softap caused by abnormal rf flag signal
See merge request espressif/esp-idf!33626
|
2024-09-19 16:47:30 +08:00 |
|
Jiang Guang Ming
|
d4e558f654
|
feat(mbedtls): bringup rom mbedtls feature to formal
|
2024-09-19 16:45:01 +08:00 |
|
muhaidong
|
e2822c3a1f
|
fix(phy): update cert_test docs
|
2024-09-19 16:20:06 +08:00 |
|
Xu Si Yu
|
9ead83c4ee
|
feat(openthread): update extension commands component for examples
|
2024-09-19 16:07:03 +08:00 |
|
Rahul Tank
|
be263857eb
|
Merge branch 'fix/added_a_change_to_print_address_of_advertising_instance_v5.1' into 'release/v5.1'
fix(nimble): Added a change to print address of an advertising instance (v5.1)
See merge request espressif/esp-idf!33563
|
2024-09-19 14:32:15 +08:00 |
|
Chen Jian Hua
|
807acee34c
|
fix(bt/bluedroid): Fixed access fault when reading BLE controller information fails
(cherry picked from commit e4e23087ee )
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
|
2024-09-19 09:12:26 +08:00 |
|
Chen Jian Hua
|
c2e8a6e9b2
|
feat(bt/bluedroid): Add BLE connection id param for ESP_GATTS_RESPONSE_EVT
(cherry picked from commit e4a372ab76 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
|
2024-09-19 09:12:24 +08:00 |
|
Li Shuai
|
9bd938d39a
|
fix(esp_wifi): fix the issue of station fail to connect to softap caused by abnormal rf flag signal
|
2024-09-18 22:18:33 +08:00 |
|
Jiang Guang Ming
|
86b0c1b6eb
|
feat(esp_rom): support esp32c2 rev2.0(ECO4) rom systimer hal
|
2024-09-18 21:02:13 +08:00 |
|
Jiang Guang Ming
|
b5fe76b7dc
|
feat(esp_rom): add esp32c2.rom.eco4.ld
|
2024-09-18 21:02:04 +08:00 |
|
Mu Hai Dong
|
1e10eba6e5
|
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Jiang Jiang Jian <jack@espressif.com>
|
2024-09-18 20:15:23 +08:00 |
|
muhaidong
|
ea85edc469
|
fix(phy): esp32s2 and esph2 support rf cert_test
|
2024-09-18 19:54:08 +08:00 |
|
Xiao Xufeng
|
cd1a50a952
|
ci(mmu): add unicore test
|
2024-09-18 19:31:33 +08:00 |
|
Xiao Xufeng
|
7d4d6ae5fd
|
fix(MMU): fixed mmap deadlock when using multicore app with unicore bootloader
Closes https://github.com/espressif/esp-idf/issues/11617
|
2024-09-18 19:31:33 +08:00 |
|
Xiao Xufeng
|
dbed93dce8
|
fix(startup): move rtc initialization before MSPI timing tuning to improve stability
|
2024-09-18 19:30:22 +08:00 |
|
muhaidong
|
8992e1cec8
|
fix(phy): fix esp32 build fail issue
Closes https://github.com/espressif/esp-idf/issues/11972
|
2024-09-18 19:17:02 +08:00 |
|
wanlei
|
7a8655d763
|
fix(spi_slave_hd): fix seg mode potential iwdt timeout when multi task call
|
2024-09-18 18:01:12 +08:00 |
|
xiehang
|
5d7e2a6fde
|
fix(phy): All chip support cert_test
|
2024-09-18 18:00:46 +08:00 |
|
Chen Jian Hua
|
c846ee7917
|
fix(bt/controller): Change the max TX power to +20dBm on ESP32-C3 and ESP32-S3
(cherry picked from commit fe43c8f1b5 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
|
2024-09-18 17:34:20 +08:00 |
|
nilesh.kale
|
6de1125cbf
|
feat(esp_https_ota): added API to get last status code logged from http resonse
Closes https://github.com/espressif/esp-idf/issues/14302
|
2024-09-18 14:58:38 +05:30 |
|
zwl
|
7890498092
|
fix(ble): fixed occasional crash issue in multi-connect scenarios on ESP32-C6
|
2024-09-18 17:03:37 +08:00 |
|
wuzhenghui
|
710baa1fe3
|
fix(esp_hw_support): add clock retention contents
|
2024-09-18 16:57:46 +08:00 |
|
liqigan
|
0b2bf46463
|
fix(bt/bluedroid): Fixed not deep copy service_name and user1_ptr in RAW SDP search event
|
2024-09-18 16:42:22 +08:00 |
|
liqigan
|
3ee6b9e051
|
change(bt/bluedroid): Limited SDP service discovery operation
|
2024-09-18 16:42:07 +08:00 |
|
liqigan
|
340cc81c02
|
change(bt/bluedroid): Release record data after SDP record created
|
2024-09-18 16:41:57 +08:00 |
|
Zhao Wei Liang
|
0678e23215
|
fix(ble): fixed memory leak issue when using uart hci
(cherry picked from commit 4d2c44f511 )
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2024-09-18 15:57:45 +08:00 |
|
Zhao Wei Liang
|
906b24dcac
|
fix(ble): fixed occasional assertion issue when enabling logging on ESP32-C2
(cherry picked from commit 0ef9ecb715 )
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2024-09-18 15:57:43 +08:00 |
|
Zhao Wei Liang
|
96e6cebe8c
|
fix(ble): fixed occasional acl data packet loss issue when using UHCI on ESP32-H2
(cherry picked from commit c929a01931 )
Co-authored-by: zwl <zhaoweiliang@espressif.com>
|
2024-09-18 15:57:41 +08:00 |
|
morris
|
f59e219457
|
Merge branch 'bugfix/warn_rc32k_use_v5.1' into 'release/v5.1'
fix(clk): warn the users to avoid using RC32K clock (v5.1)
See merge request espressif/esp-idf!33503
|
2024-09-18 15:37:09 +08:00 |
|
Roland Dobai
|
afaee632ea
|
Merge branch 'feature/tools_fix_arm64_arm32_detection_v5.1' into 'release/v5.1'
fix(idf_tools): Fix platform detection - arm64 hardware but it's running in arm32 environment (v5.1)
See merge request espressif/esp-idf!33396
|
2024-09-18 15:32:46 +08:00 |
|
Konstantin Kondrashov
|
bf484ad78d
|
fix(examples): Increases partition table offset for SBV2+FE test
|
2024-09-18 09:58:49 +03:00 |
|
Konstantin Kondrashov
|
5b08c93852
|
fix(esptool_py): Check the size of the bootloader + signature block
|
2024-09-18 09:58:48 +03:00 |
|
Jiang Jiang Jian
|
7ff192c979
|
Merge branch 'bugfix/forbid_uart_suspend_auto_lightsleep_v5.1' into 'release/v5.1'
uart: Fixed issue that TX be blocked by auto-lightsleep (v5.1)
See merge request espressif/esp-idf!31109
|
2024-09-18 13:53:46 +08:00 |
|
Anton Maklakov
|
61bc4b9684
|
ci: update mypy check for python 3.8
|
2024-09-18 11:11:26 +07:00 |
|
linruihao
|
35ff605f35
|
fix(bt/bluedroid): Fixed some bugs in AVRCP
|
2024-09-18 11:26:34 +08:00 |
|
Jiang Jiang Jian
|
165172072c
|
Merge branch 'fix/fix_wifi_rssi_to_snr_issue_v51' into 'release/v5.1'
fix(wifi): fix wifi rssi to snr issue v51
See merge request espressif/esp-idf!33541
|
2024-09-18 11:10:37 +08:00 |
|
Jiang Jiang Jian
|
e682fb89e0
|
Merge branch 'change/improve_some_wifi_releated_introduction_v51' into 'release/v5.1'
change(wifi):improve some wifi releated introduction
See merge request espressif/esp-idf!33540
|
2024-09-18 10:53:21 +08:00 |
|
Alexey Gerenkov
|
4057760b86
|
Merge branch 'fix/sysview_example_tests_v5.1' into 'release/v5.1'
test(sysview): fix gdb no response error in sysview_heap_log tests (v5.1)
See merge request espressif/esp-idf!33459
|
2024-09-17 23:01:20 +08:00 |
|
shreeyash
|
cf106f07d1
|
fix(nimble): Added a change to print address of an advertising instance
|
2024-09-17 12:19:03 +05:30 |
|
Rahul Tank
|
5ed5ed7be7
|
Merge branch 'bugfix/add_dummy_cb_during_deinit_v5.1' into 'release/v5.1'
fix(nimble): De-register host cb in stack deinit (v5.1)
See merge request espressif/esp-idf!33375
|
2024-09-16 23:44:50 +08:00 |
|
Roland Dobai
|
f449357a70
|
Merge branch 'feat/update_tools_in_tools_json_v5.1' into 'release/v5.1'
feat(tools): Update tools: cmake, ninja, ccache (v5.1)
See merge request espressif/esp-idf!33532
|
2024-09-16 19:42:05 +08:00 |
|
Rahul Tank
|
f6b08fb2e9
|
fix(nimble): De-register host cb in stack deinit
|
2024-09-16 14:22:47 +05:30 |
|
Jiang Jiang Jian
|
6436187c8e
|
Merge branch 'bugfix/fix_missing_per_adv_sync_est_evt_v5.1' into 'release/v5.1'
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(c66a703) (Backport v5.1)
See merge request espressif/esp-idf!33451
|
2024-09-14 16:34:54 +08:00 |
|
wangtao@espressif.com
|
ce6fe53c69
|
fix(wifi): fix wifi rssi to snr issue v51
|
2024-09-14 15:30:34 +08:00 |
|
wangtao@espressif.com
|
27efe05cad
|
change(wifi):improve some wifi releated introduction
|
2024-09-14 15:04:32 +08:00 |
|
Marek Fiala
|
abbfb9d073
|
feat(tools): Exclude modified folders by rebuild
|
2024-09-13 16:56:46 +02:00 |
|
Marek Fiala
|
1c00a61ca3
|
feat(tools): Update tools: cmake, ninja, ccache
cmake v3.24.0 -> v3.30.2
ninja v1.11.1 -> v1.12.1
ccache v4.8 -> v4.10.2
Closes https://github.com/espressif/esp-idf/pull/14376
|
2024-09-13 16:56:46 +02:00 |
|
Jiang Jiang Jian
|
386bdf6011
|
Merge branch 'feat/support_esp32c2_eco4_rom_mbedtls_v3.6.0_lts_v5.1' into 'release/v5.1'
feat(mbedtls): support esp32c2 eco4 rom mbedtls v3.6.0 lts v5.1 (backport v5.1)
See merge request espressif/esp-idf!33423
|
2024-09-13 20:32:31 +08:00 |
|
Island
|
d8018d6a96
|
Merge branch 'bugfix/fixed_multi_conn_example_crash_issue_5.1' into 'release/v5.1'
fix(ble): fiexed the crash issue of examples/bluetooth/nimble/ble_multi_conn
See merge request espressif/esp-idf!33494
|
2024-09-13 19:18:02 +08:00 |
|