33062 Commits

Author SHA1 Message Date
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 fe43c8f1b5c9dd0761211ca09c980a1cacf35f8c)

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 4d2c44f511ee00f6e491790e2bc9fbdc6726dbd6)

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 0ef9ecb715f93bd0c4c4785357cabcaa36b31273)

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 c929a019318472d0faf80f1b2e9b88066e36b71a)

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
Jiang Jiang Jian
de8a8b5c43 Merge branch 'bugfix/ftm_apsta_bw_issue_v5.1' into 'release/v5.1'
fix(esp_wifi): Fix FTM issues in AP-STA mode (Backport v5.1)

See merge request espressif/esp-idf!33483
2024-09-13 12:04:38 +08:00
Song Ruo Jing
a4bc0becb0 fix(clk): warn the users to avoid using RC32K clock 2024-09-13 12:03:03 +08:00
Xiao Xufeng
74eb0cd4a8 fix(soc): fixed uart_periph.h not including reg.h issue
This will cause rom/uart.h can't compile.
2024-09-12 21:26:13 +08:00
Michael (XIAO Xufeng)
990fb3c2e8 feat(uart_test): add test case for uart tx blocked by auto-suspend 2024-09-12 21:26:13 +08:00
LiPeng
4a8f1d30ce fix(uart): Fixed issue that TX be blocked by auto-lightsleep 2024-09-12 21:26:13 +08:00
Shen Weilong
99ff4745e2 fix(ble): fiexed the crash issue of examples/bluetooth/nimble/ble_multi_conn 2024-09-12 20:58:00 +08:00
Nachiket Kukade
a93ae1141d fix(esp_wifi): Fix FTM issues in AP-STA mode
Add AP-STA mode support in FTM example
Update wifi libs with below changes -
- Use ex-AP's bandwidth in FTM request when connected
- Allow Bandwidth downgrade in FTM negotiation
- Use separate calibration when Initiator performs 20MHz FTM
  while in-AP is in 40MHz
2024-09-12 10:47:22 +05:30
Jiang Jiang Jian
33fbade6b8 Merge branch 'bugfix/fix_s3c3_wrong_ext32k_config_bug_v5.1' into 'release/v5.1'
fix(ext_32k): fix the external 32K issue on C3&S3 (v5.1)

See merge request espressif/esp-idf!33155
2024-09-12 10:51:54 +08:00
Jiang Jiang Jian
e187f3e65b Merge branch 'bugfix/psram_fallback_in_wifi_osi_v5.1' into 'release/v5.1'
fix(wifi): Add PSRAM failure fallback in WiFi Queue API's (Backport v5.1)

See merge request espressif/esp-idf!33351
2024-09-12 10:50:28 +08:00
Jiang Jiang Jian
f209311613 Merge branch 'fix/clang_linker_fix_for_linux_target_v5.1' into 'release/v5.1'
fix(cmake): Fixed linker not supporting -warn_commons for linux target on MacOS (v5.1)

See merge request espressif/esp-idf!33054
2024-09-12 10:50:05 +08:00