Jan Beran
d0dd9c0511
docs: Fix link to the kconfserver documentation
2025-05-06 09:15:04 +02:00
Jiang Jiang Jian
45d95b1bd8
Merge branch 'fix/fix_esp32p4_retention_cost_v5.4' into 'release/v5.4'
...
fix(esp_hw_support): optimize retention cost and update sleep time compensation (v5.4)
See merge request espressif/esp-idf!38744
2025-05-06 14:18:49 +08:00
Jiang Jiang Jian
89a76e918e
Merge branch 'docs/update_ble_feature_support_status_v5.4' into 'release/v5.4'
...
Docs: update ble feature support status (v5.4)
See merge request espressif/esp-idf!37091
2025-05-06 14:02:31 +08:00
morris
0448c4bda5
Merge branch 'fix/usb_host_hcd_dma_ls_via_fs_hubs_backport_v5.4' into 'release/v5.4'
...
fix(hcd): Added delay to slow down scatter-gather dma for ls device via fs hubs (backport v5.4)
See merge request espressif/esp-idf!38650
2025-05-06 13:41:08 +08:00
Jiang Jiang Jian
6a75fd8518
Merge branch 'bugfix/fix_not_update_country_in_beacon_v5.4' into 'release/v5.4'
...
fix(wifi): fix not update country in beacon(backport v5.4)
See merge request espressif/esp-idf!38831
2025-05-06 09:54:43 +08:00
Rahul Tank
10d6bee001
Merge branch 'bugfix/fix_ext_disc_example_usage_v5.4' into 'release/v5.4'
...
fix(nimble): Corrected structure field name usage in examples (v5.4)
See merge request espressif/esp-idf!38858
2025-05-05 13:44:32 +08:00
Mahavir Jain
b62c2cef1b
Merge branch 'docs/fix_unterminated_quotes_v5.4' into 'release/v5.4'
...
fix(docs): Fix unterminated quotes in secure-boot-v2.rst (v5.4)
See merge request espressif/esp-idf!38885
2025-05-02 18:48:59 +08:00
harshal.patil
9276f7b294
fix(docs): Fix unterminated quotes in secure-boot-v2.rst
2025-05-02 15:16:39 +05:30
morris
92a5676c6e
Merge branch 'fix/usb_comprehensive_heap_backport_v5.4' into 'release/v5.4'
...
fix(usb/host): Do not call heap_caps_get_allocated_size() in USB host driver (backport to v5.4)
See merge request espressif/esp-idf!38864
2025-05-01 07:58:56 +08:00
Roland Dobai
f811882a11
Merge branch 'ci/rename-packages_v5.4' into 'release/v5.4'
...
ci: rename local idf_ci folder, avoid name collision (v5.4)
See merge request espressif/esp-idf!38757
2025-04-30 17:17:23 +08:00
Tomas Rezucha
462c1ed957
fix(usb/host): Do not call heap_caps_get_allocated_size() in USB host driver
...
It causes heap corruption if heap poisoning is enabled on ESP32-P4.
It returns incorrect size on ESP32-S3.
Closes https://github.com/espressif/esp-idf/issues/15815
2025-04-30 08:38:37 +02:00
morris
733ff2bff6
Merge branch 'fix/fix_image_check_16_mega_bytes_limit_v5.4' into 'release/v5.4'
...
bootloader: fixed image cannot exceed 16MB issue (v5.4)
See merge request espressif/esp-idf!38846
2025-04-30 14:22:35 +08:00
Shu Chen
2423cd3257
Merge branch 'fix/fix_ot_set_mac_framecounter_v5.4' into 'release/v5.4'
...
backport: OpenThread features and bug fixes to v5.4
See merge request espressif/esp-idf!38816
2025-04-30 13:04:27 +08:00
Marius Vikhammer
93c7af19c7
Merge branch 'bugfix/linux_host_test_v5.4' into 'release/v5.4'
...
fix(linux): fix mixed linux host test issues found after CI docker image upgrade (v5.4)
See merge request espressif/esp-idf!38232
2025-04-30 13:02:25 +08:00
Aditya Patwardhan
f3617e69b6
Merge branch 'fix/build_failure_when_sha1_config_is_disabled_v5.4' into 'release/v5.4'
...
Fix build failure when CONFIG_MBEDTLS_SHA1_C is disabled (v5.4)
See merge request espressif/esp-idf!38815
2025-04-30 12:06:16 +08:00
Island
3e39358976
Merge branch 'bugfix/fix_cble50y25_207_v5.4' into 'release/v5.4'
...
Fixed MIC error disconnection when pairing with iOS devices on ESP32-C3 and ESP32-S3(edf923e) (v5.4)
See merge request espressif/esp-idf!38764
2025-04-30 11:16:53 +08:00
Marius Vikhammer
7781b4ac2b
Merge branch 'fix/multi_core_race_cond_in_panic_handler_v5.4' into 'release/v5.4'
...
fix(panic_handler): Prevent race condition in panic handler (v5.4)
See merge request espressif/esp-idf!38664
2025-04-30 11:02:07 +08:00
armando
0255950b63
fix(bootloader): fixed image cannot exceed 16MB issue
...
flash 32-bit-addr is an experimental feature that has multiple
dependencies, e.g. flash chip vendor, etc.
If CONFIG_BOOTLOADER_CACHE_32BIT_ADDR_QUAD_FLASH can be enabled
successfully and tests are passed, we can allow images to be
placed on higher-than-16MB flash addresses
2025-04-30 10:33:10 +08:00
Rahul Tank
fec3a5f5bd
fix(nimble): Corrected structure field name usage in examples
2025-04-29 21:44:57 +05:30
yinqingzhao
c10d0fd84a
fix(wifi): fix not update country in beacon
2025-04-29 21:44:38 +08:00
morris
678ac6a83a
Merge branch 'bugfix/remove_invalid_link_in_parlio_rx_example_v5.4' into 'release/v5.4'
...
fix(parlio_rx): remove invalid link in example readme (v5.4)
See merge request espressif/esp-idf!38750
2025-04-29 14:23:57 +08:00
Xu Si Yu
352ea8d02c
feat(openthread): add a callback to handle rcp reset failure
2025-04-29 14:23:35 +08:00
Xu Si Yu
f1ae86f830
feat(openthread): dns server of border router bind unspecified netif
2025-04-29 14:23:34 +08:00
Xu Si Yu
0804c77a51
fix(openthread): use esp_netif_tcpip_exec when sending a trel message
2025-04-29 14:23:34 +08:00
Xu Si Yu
e134817623
feat(openthread): add a function to ensure monotonically increasing frame counter
2025-04-29 14:12:50 +08:00
Jiang Jiang Jian
ed9d55a0cb
Merge branch 'refactor/sae_pt_flag_v5.4' into 'release/v5.4'
...
refactor(wifi): Optimize wifi bin size for station mode (Backport v5.4)
See merge request espressif/esp-idf!38306
2025-04-29 13:47:41 +08:00
laokaiyao
5750b0cc8f
ci(esp32c5): disable c5 target tests on v5.4
2025-04-29 13:44:47 +08:00
laokaiyao
26a7397b35
fix(parlio_rx): remove invalid link in example readme
2025-04-29 13:44:47 +08:00
Kapil Gupta
ad4f3277db
fix(esp_wifi): Use supplicant's internal SHA1 if not available from IDF
2025-04-29 11:10:56 +05:30
harshal.patil
05353d8d8f
fix(mbedtls): Fix config dependencies when ROM mbedtls is used
2025-04-29 10:53:06 +05:30
harshal.patil
1f0aa66f4e
fix(wpa_supplicant): Disable fastpbkdf2 when s/w and h/w SHA1 is disabled
2025-04-29 10:53:06 +05:30
harshal.patil
37dba24869
fix(esp-tls): Fix build failure when CONFIG_MBEDTLS_SHA1_C is disabled
2025-04-29 10:53:06 +05:30
Marius Vikhammer
ad821b3367
test(app_format): fixed buffer overflow in esp_app_format test
2025-04-29 11:59:36 +08:00
Marius Vikhammer
cb29838788
test(heap): fixed align_alloc issues in host test
2025-04-29 11:59:36 +08:00
Marius Vikhammer
b1d1494290
ci(linux): re-enable failures for test_pytest_linux jobs
2025-04-29 11:59:36 +08:00
Marius Vikhammer
204017af9f
test(log): fixed buffer overflow in log host test fixture
2025-04-29 11:59:36 +08:00
Alexey Gerenkov
986a52a52f
Merge branch 'feature/update-openocd-to-v0.12.0-esp32-20250422_v5.4' into 'release/v5.4'
...
feat(tools): update openocd version to v0.12.0-esp32-20250422 (v5.4)
See merge request espressif/esp-idf!38799
2025-04-28 23:33:31 +08:00
Rahul Tank
837eecabca
Merge branch 'bugfix/blufi_add_missing_adv_stop_v5.4' into 'release/v5.4'
...
fix(nimble): Added code for missing adv stop in blufi (v5.4)
See merge request espressif/esp-idf!38718
2025-04-28 19:19:18 +08:00
Sajia
36940f8c0e
refactor(wifi): Optimize wifi bin size for station mode
2025-04-28 14:28:01 +05:30
Marius Vikhammer
204907a927
Merge branch 'feat/heap-update-to-latest-tlsf_v5.4' into 'release/v5.4'
...
feat(heap): Update to latest TLSF (v5.4)
See merge request espressif/esp-idf!38711
2025-04-28 15:58:25 +08:00
chenjianhua
96bde12558
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(edf923e)
...
- Fixed ble lib linkage issue
2025-04-28 14:10:14 +08:00
Chen Jian Hua
07233ed2d3
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(edf923e)
...
- Fixed MIC error disconnection when pairing with iOS devices
(cherry picked from commit 0df0b53b0a )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2025-04-28 14:09:56 +08:00
Jiang Jiang Jian
d0068c4203
Merge branch 'bugfix/fix_some_wifi_bugs_0427_v5.4' into 'release/v5.4'
...
fix(phy): fix phy data partition restoring default fails issue(Backport v5.4)
See merge request espressif/esp-idf!38770
2025-04-28 10:50:28 +08:00
Wang Meng Yang
e912a4f6ba
Merge branch 'bugfix/l2cap_no_report_stop_server_evt_v5.4' into 'release/v5.4'
...
fix(bt): Fixed l2cap not reporting stop server completion event(v5.4)
See merge request espressif/esp-idf!38698
2025-04-28 08:19:43 +08:00
Jiang Jiang Jian
475301889e
Merge branch 'fix/fix_usj_pad_retention_v5.4' into 'release/v5.4'
...
fix(esp_hw_support): fix usj pad config bad retention (v5.4)
See merge request espressif/esp-idf!38746
2025-04-27 19:32:13 +08:00
Rahul Tank
012b9c7031
Merge branch 'bugfix/ios_hid_failure_v5.4' into 'release/v5.4'
...
fix(nimble): Update hid device example in nimble to work with iOS (v5.4)
See merge request espressif/esp-idf!38676
2025-04-27 18:36:25 +08:00
muhaidong
592e747c78
fix(wifi): fix some wifi bugs 250427
...
1. fix ersu compatibility issue
2. fix association timeout timer issue for wep shared auth
2025-04-27 15:18:21 +08:00
muhaidong
57fd0fe836
fix(phy): fix phy data partition restoring default fails issue
...
Closes https://github.com/espressif/esp-idf/issues/14698
2025-04-27 14:58:24 +08:00
Island
b9123d5554
Merge branch 'feat/add_sync_cte_type_in_pa_sync_v5.4' into 'release/v5.4'
...
Feat/add sync cte type in pa sync (v5.4)
See merge request espressif/esp-idf!38592
2025-04-27 14:11:35 +08:00
Island
fcd5c75e3a
Merge branch 'feat/spi_ble_log_improvement_v5.4' into 'release/v5.4'
...
feat(ble): Improved SPI BLE Log functionality (v5.4)
See merge request espressif/esp-idf!38741
2025-04-27 14:04:32 +08:00