Chen Jichang
39f6aeb536
feat(bitscrambler): add enable and disable function
2025-05-12 10:27:14 +08:00
Marius Vikhammer
2fbbcc6d36
feat(ulp): updated to reflect eco2 ulp changes
2025-05-12 10:22:20 +08:00
Laukik Hase
8a999ea19e
fix(security): Set all APM masters to operate in TEE mode by default
2025-05-11 10:01:11 +05:30
Rahul Tank
7cf5dacd4a
Merge branch 'bugfix/provide_user_option_delete_pair' into 'master'
...
fix(nimble): Added option to stack to handle repeat pairing internally
See merge request espressif/esp-idf!38793
2025-05-10 22:54:56 +08:00
igor.masar
cb4d90186f
feat(usb/hal): Add support for explicit FIFO configuration
...
Introduce a new HAL API `usb_dwc_hal_set_fifo_config()` that allows advanced users
to manually configure RX, Non-Periodic TX, and Periodic TX FIFO sizes. This offers
fine-grained control beyond the previous bias-based sizing approach.
The HAL function no longer returns `esp_err_t`, and internal validations are enforced
via `HAL_ASSERT()`. Responsibility for input validation has been moved to the HCD layer.
FIFO configuration must be applied before any USB pipes are created or activated.
This feature is intended for use during `usb_host_install()`.
If no custom FIFO configuration is provided (i.e., all values are zero),
the driver falls back to a bias-based default layout based on Kconfig settings
(`CONFIG_USB_HOST_HW_BUFFER_BIAS_*`). Bias resolution is done inside `hcd_port_init()`.
The `port_obj_t` structure has been extended with a `fifo_config` field, which stores
the configuration to allow re-application after a USB port reset.
Obsolete FIFO bias enums (`usb_hal_fifo_bias_t`, `hcd_port_fifo_bias_t`) and related
APIs (`hcd_port_set_fifo_bias()`) have been removed in favor of the new structure-based mechanism.
The HCD initialization and port reset flow has been updated to use the explicit
FIFO configuration.
USB Host maintainer documentation (`maintainers.md`) has been updated accordingly.
Test cases were updated to remove the usage of removed bias API and now rely on default
or custom FIFO configuration.
2025-05-09 15:03:52 +02:00
Konstantin Kondrashov
01e9f8f33a
Merge branch 'feature/support_efuse_esp32c5_eco2' into 'master'
...
feat(efuse): Support efuses for ESP32-C5 ECO2
Closes IDF-12854
See merge request espressif/esp-idf!38925
2025-05-09 20:02:13 +08:00
Jiang Jiang Jian
121db0d752
Merge branch 'fix/improve_tcp_performance' into 'master'
...
fix(wifi): improve tcp performance
Closes WIFIBUG-1154, WIFIBUG-1149, WIFIBUG-1138, and WIFIBUG-1132
See merge request espressif/esp-idf!38833
2025-05-09 19:54:05 +08:00
morris
d01a19330f
Merge branch 'test/twai_bitrate_correctness' into 'master'
...
test(twai): ensure the bitrate correctness by uart baudrate detector
Closes IDF-13020
See merge request espressif/esp-idf!38982
2025-05-09 17:23:48 +08:00
Sudeep Mohanty
196bd4368a
Merge branch 'fix/usleep_returns_early' into 'master'
...
fix(newlib): Fixed an issue where usleep() could consume more CPU cycles
Closes IDFGH-14342
See merge request espressif/esp-idf!38812
2025-05-09 17:18:25 +08:00
Marius Vikhammer
5cf9278bb3
Merge branch 'feature/esp32h21_rom_sup' into 'master'
...
feat(core): bringup rom/newlib for esp32h21
Closes IDF-11555 and IDF-11558
See merge request espressif/esp-idf!38783
2025-05-09 16:49:07 +08:00
Jiang Jiang Jian
933a432290
Merge branch 'bugfix/fix_sta_connection_info_error_on_c5_eco2' into 'master'
...
fix(wifi): fix the issue that sta connection info loss lr info on C5 eco2
Closes WIFI-6851
See merge request espressif/esp-idf!38941
2025-05-09 16:46:58 +08:00
wangtao@espressif.com
4c82fc5cb8
fix(wifi): improve esp32c2 and esp32s2 tcp performance
2025-05-09 15:17:00 +08:00
Shu Chen
8836310b49
Merge branch 'feat/ot_br_esp32p4' into 'master'
...
feat(br): support ot_br example for esp32p4
See merge request espressif/esp-idf!38848
2025-05-09 14:59:13 +08:00
Konstantin Kondrashov
3a72305e50
feat(efuse): Support efuses for ESP32-C5 ECO2
2025-05-09 09:29:31 +03:00
Wu Zheng Hui
45f495cba1
Merge branch 'feat/support_esp32p4_sleep_vbat' into 'master'
...
feat(esp_hw_support): support switch to VBAT power supply in deepsleep
Closes IDF-10664 and IDF-10665
See merge request espressif/esp-idf!37251
2025-05-09 10:35:18 +08:00
Chen Ji Chang
da503640a2
Merge branch 'fix/rmt_race_condition' into 'master'
...
fix(rmt): fix race condition and add receive config error message
Closes IDFGH-15168 and IDFGH-15160
See merge request espressif/esp-idf!38701
2025-05-09 10:27:11 +08:00
Marius Vikhammer
d03c3d3192
feat(core): added support for ROM and newlib on ESP32-H21
2025-05-09 09:51:09 +08:00
Chen Yu Dong
565cca2fee
Merge branch 'ci/add_size_check_for_wifi_configs' into 'master'
...
ci: add compare wifi bin size between different components
See merge request espressif/esp-idf!38499
2025-05-08 22:35:50 +08:00
morris
2ea460df56
test(twai): ensure the bitrate correctness by uart baudrate detector
2025-05-08 22:35:16 +08:00
morris
5cc6cbd4c7
fix(mcpwm): the wrong pm lock type on esp32 and esp32s3
2025-05-08 21:25:47 +08:00
Tan Yan Quan
0282e9f16f
feat(openthread/br): update thread-lib for esp32p4 and OT upstream ec2b0d487
...
* esp-openthread: thread_zigbee/esp-openthread@8b26c0b64
* openthread: espressif/openthread@ec2b0d487
* esp-idf: espressif/esp-idf@184379b6b
2025-05-08 11:31:11 +00:00
Chen Yudong
685a6d4398
ci: add compare wifi bin size between different components
2025-05-08 19:30:18 +08:00
Tan Yan Quan
184379b6bd
feat(openthread): update OT upstream to ec2b0d487
2025-05-08 19:25:10 +08:00
Rahul Tank
3e99f2f26c
fix(nimble): Added option to stack to handle repeat pairing internally
2025-05-08 15:31:47 +05:30
Rahul Tank
386a3905b5
Merge branch 'feat/autopts_and_ssc_fixes' into 'master'
...
feat(nimble): Added fixes related to SSC and AutoPTS testing
See merge request espressif/esp-idf!36913
2025-05-08 17:58:55 +08:00
Li Shuai
d976f2f33c
Merge branch 'change/improve_hp_uarts_wakeup_ci_test' into 'master'
...
change(driver_uart): change hp uart wakeup ci test to enhance the pass rate
Closes IDFCI-2871
See merge request espressif/esp-idf!38752
2025-05-08 17:15:26 +08:00
wuzhenghui
9b5944b795
feat(esp_hw_support): support switch to VBAT power supply in deepsleep on esp32p4
2025-05-08 16:44:58 +08:00
Island
3f2f57a3cc
Merge branch 'change/ble_update_lib_20250430' into 'master'
...
change(ble): [AUTO_MR] 20250430 - Update ESP BLE Controller Lib
Closes BLERP-1818, BLERP-1737, BLERP-1704, BLERP-1827, BLERP-1453, BLERP-1756, BLERP-1754, BLERP-1828, BLERP-1826, BLERP-1829, BLERP-1830, and BLERP-1831
See merge request espressif/esp-idf!38850
2025-05-08 16:00:34 +08:00
Chai Ji’e
2759356282
Merge branch 'feature/c5_ldo_dbias_read_from_efuse' into 'master'
...
feat(c5): active_sleep dbg and dbias get from efuse to fix the voltage
Closes IDF-8667 and IDF-13007
See merge request espressif/esp-idf!38882
2025-05-08 15:59:45 +08:00
Wang Meng Yang
ee9c524bb6
Merge branch 'feat/add_sdkconfig_for_secure_connection' into 'master'
...
feat(bt): add sdkconfig for secure connection host support feature
See merge request espressif/esp-idf!38895
2025-05-08 14:33:10 +08:00
Shu Chen
b4303c3513
Merge branch 'feat/c5_cert_changes' into 'master'
...
feat(openthread): default border routing config for end devices
See merge request espressif/esp-idf!38714
2025-05-08 14:14:12 +08:00
Chen Jichang
0f8415bb72
fix(rmt): fix race condition and add receive config error message
...
Closes https://github.com/espressif/esp-idf/issues/15842
Closes https://github.com/espressif/esp-idf/issues/15836
2025-05-08 13:32:48 +08:00
yinqingzhao
369bba171c
fix(wifi): comment out hal_mac_tx_set_ppdu from ld files
2025-05-08 11:22:08 +08:00
Armando (Dou Yiwen)
8786d59edc
Merge branch 'fix/fix_sdmmc_host_esp32_io_drv' into 'master'
...
sdmmc: fixed sdmmc pin drive regression issue on esp32
See merge request espressif/esp-idf!38932
2025-05-08 11:06:09 +08:00
Zhang Wen Xu
77efe91c36
Merge branch 'feat/calibrate_bus_latency' into 'master'
...
feat(openthread/br): calibrate bus latency
Closes TZ-1455
See merge request espressif/esp-idf!38529
2025-05-08 10:38:14 +08:00
gongyantao
fc6f5cf71d
feat(bt): Initialize the SC during the bluedroid initialization
2025-05-08 10:06:13 +08:00
Rahul Tank
f809c1125a
Merge branch 'bugfix/conn_with_scan_c6_h2' into 'master'
...
fix(nimble): Enable support for Connect with scan for 32/ c6/ h2 chip
Closes BLERP-1822
See merge request espressif/esp-idf!38826
2025-05-08 00:27:50 +08:00
Jiang Jiang Jian
e9d2d033c8
Merge branch 'feat/add_config_for_esp32c2_move_phylib_to_flash' into 'master'
...
feat(phy): add config for esp32c2 move iram func to flash
Closes IDF-11433
See merge request espressif/esp-idf!37917
2025-05-07 21:34:27 +08:00
Mahavir Jain
999a81b013
Merge branch 'contrib/github_pr_15818' into 'master'
...
fix(esp_local_ctrl): Add 'esp_netif' as requirements in CMakeLists (GitHub PR)
Closes IDFGH-15141
See merge request espressif/esp-idf!38948
2025-05-07 21:34:19 +08:00
hongshuqing
6a7191b2d9
feat(pmu): support ldo dbias & ocode read from efuse for chip752mp
2025-05-07 20:13:11 +08:00
morris
12835ff108
Merge branch 'fix/gdma_psram_esp32c5' into 'master'
...
test(dma): only test 40MHz on esp32c5
Closes IDFCI-2876, IDFCI-2897, IDF-13029, and IDF-13035
See merge request espressif/esp-idf!38918
2025-05-07 19:42:06 +08:00
Jan Beran
ba86dbb9f6
change(gen_soc_caps_kconfig): check if config options have the same type
...
Also introduce ignore pragma to prevent some #defines from .h files to
be translated to Kconfig files.
2025-05-07 13:37:05 +02:00
Li Shuai
4b9001a84c
change(esp_driver_uart): change ci test to improve the pass rate for hp uart wakeup
2025-05-07 19:21:13 +08:00
Island
d83995106e
Merge branch 'bugfix/fix_scan_stopped_with_high_rtc_freq' into 'master'
...
fix(ble): fix rtc freq set too high on ESP32-C2
Closes BLERP-1839 and BLERP-1842
See merge request espressif/esp-idf!38920
2025-05-07 18:47:07 +08:00
Tan Yan Quan
427084d667
fix(openthread): handle SetTimeSyncState when ifconfig up or down
2025-05-07 18:42:58 +08:00
Sumeet Singh
12639efed5
feat(nimble): Added some fixes for autopts testing
2025-05-07 15:27:08 +05:30
Tan Yan Quan
5ed4e5d8e5
feat(openthread): change border agent to kconfig option
2025-05-07 17:44:59 +08:00
hrushikesh.bhosale
384cda988a
fix(esp_local_ctrl): Fixed esp_netif dependency in esp_local_ctrl component
...
Moved the esp_netif from esp_local_ctrl CMakelists.txt's REQUIRES to
PRIV_REQUIRES
2025-05-07 15:09:44 +05:30
Jason Hsu
66adf7920f
[Fix] Add 'esp_netif' as requirements in CMakeLists
2025-05-07 15:09:43 +05:30
wuzhenghui
cd54be77db
fix(esp_hw_support): always disable USJ pad in sleep to supress leakage
2025-05-07 17:33:25 +08:00