morris
795f5c6aa3
Merge branch 'fix/touch_bit_swap_esp32' into 'master'
...
fix(touch): Add missing bit swap to fix channel 8 and 9
See merge request espressif/esp-idf!43268
2025-11-20 14:26:11 +08:00
Mahavir Jain
32da6e0f03
fix(bootloader): fix signature verification skip in deep sleep scenario
...
For CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP enabled and exit from
deep sleep case the secure boot signature verification must be skipped
to improve the wakeup performance.
Closes https://github.com/espressif/esp-idf/issues/15590
2025-11-20 10:28:27 +05:30
Kevin (Lao Kaiyao)
5d49a68b0f
Merge branch 'refactor/esp_hal_parlio' into 'master'
...
feat(hal): graudate the parlio hal driver into a new component
Closes IDF-14099
See merge request espressif/esp-idf!43359
2025-11-20 12:41:28 +08:00
Zhang Wen Xu
e50f12974d
Merge branch 'fix/ieee802154_energy_detect_result' into 'master'
...
fix(802.15.4): fixed energy detection result
See merge request espressif/esp-idf!43242
2025-11-20 04:26:35 +00:00
C.S.M
958a4bffc8
feat(esp32s31): Add soc register from t~z and manually headers
2025-11-20 11:58:03 +08:00
He Binglin
0b9dce89f4
Merge branch 'bugfix/esp_idf_h2_flash_cs_hold' into 'master'
...
fix(esp_hw_support): fix flash cs unhold during sleep when pd top in esp32h2
Closes IDF-7359
See merge request espressif/esp-idf!43509
2025-11-20 10:44:44 +08:00
Jiang Jiang Jian
5b04e26ebc
Merge branch 'bugfix/esp_idf_h21_static_cpu_retention' into 'master'
...
fix(esp_hw_support): fix sleep_cpu_static.c compile error
See merge request espressif/esp-idf!43474
2025-11-20 10:33:14 +08:00
Chen Chen
33e56cb115
Merge branch 'fix/ledc_isr_handle' into 'master'
...
fix(ledc): fix potential null dereference issue & add test case
See merge request espressif/esp-idf!43505
2025-11-20 10:05:22 +08:00
C.S.M
395aa3fe4f
Merge branch 'feat/update_esp32s31_socs_2' into 'master'
...
feat(esp32s31): Add soc register from j~s
See merge request espressif/esp-idf!43489
2025-11-20 00:29:01 +08:00
Vaia Patta
ef4f475a73
docs: fix anonymous flags in various structs
...
I noticed a few structs where the flags didn't show up correctly in the
docs.
Naming the flag struct makes the individual flags appear properly in the
nested struct.
Merges https://github.com/espressif/esp-idf/pull/17803
Closes https://github.com/espressif/esp-idf/issues/17804
2025-11-19 23:12:17 +08:00
glmfe
f398594982
feat(protocol_examples_common): Use Ethernet Init component
...
- Refactored protocol_examples_common to use ethernet_init component
2025-11-19 15:58:12 +01:00
Martin Vychodil
a6e7046c30
Merge branch 'feat/fatfs_r_0_16' into 'master'
...
feat(storage/fatfs): Update to FatFS R0.16
Closes IDF-14371
See merge request espressif/esp-idf!42810
2025-11-19 19:47:42 +08:00
Chen Chen
3ae65813ca
fix(ledc): fix potential null dereference issue & add test case
2025-11-19 17:31:58 +08:00
Xu Si Yu
bc432615f2
feat(openthread): Use PSRAM by default for OpenThread message buffers when PSRAM is enabled
2025-11-19 17:05:50 +08:00
hebinglin
8043966ff0
fix(esp_hw_support): fix flash cs unhold during sleep when pd top in esp32h21
2025-11-19 16:20:38 +08:00
laokaiyao
873d90218c
refactor(parlio): refactor of the private parlio caps
2025-11-19 14:32:40 +08:00
luoxu
0cf6f50179
refactor(ble): modularize compressed log scripts for better maintainability
2025-11-19 14:21:35 +08:00
laokaiyao
377c4d2f39
feat(hal): graudate the parlio hal driver into a new component
2025-11-19 14:16:02 +08:00
Kevin (Lao Kaiyao)
c94d08b9f2
Merge branch 'reafactor/esp_hal_i2s' into 'master'
...
feat(hal): graudate the I2S hal driver into a new component
Closes IDF-14078
See merge request espressif/esp-idf!43267
2025-11-19 14:08:20 +08:00
xiongweichao
67efd21f3d
feat(bt): Adds an SPP API parameter to indicate whether to create SPP record
2025-11-19 06:06:01 +00:00
C.S.M
33d29b4365
feat(esp32s31): Add soc register from j~s
2025-11-19 11:32:08 +08:00
Chen Chen
70a0fb5b7f
Merge branch 'fix/handle_shared_intr' into 'master'
...
Fix/handle shared intr
Closes IDF-12904
See merge request espressif/esp-idf!43149
2025-11-19 11:05:37 +08:00
C.S.M
929c24d6dd
Merge branch 'feat/update_esp32s31_socs' into 'master'
...
feat(esp32s31): Add esp32s31 soc header files part1 (auto generate from a~i)
See merge request espressif/esp-idf!43471
2025-11-19 10:59:39 +08:00
Wu Zheng Hui
27bb77e77c
Merge branch 'feat/support_get_pm_lock_aquired_counts' into 'master'
...
feat(esp_pm): add APIs to get PM lock statistics
Closes IDFGH-16676
See merge request espressif/esp-idf!43002
2025-11-19 10:52:40 +08:00
Jan Procházka
110591ab6e
fix(touch): Add missing bit swap to fix channel 8 and 9
2025-11-19 10:10:50 +08:00
Espressif BOT
96eb7ae213
change(mbedtls/crt_bundle): Update esp_crt_bundle certificates
2025-11-19 10:00:39 +08:00
Mahavir Jain
4f7e2a3597
Merge branch 'contrib/github_pr_17894' into 'master'
...
docs: fix typos in some files (GitHub PR)
Closes IDFGH-16818
See merge request espressif/esp-idf!43463
2025-11-19 00:09:09 +05:30
Alexey Gerenkov
4cf7aebfa0
Merge branch 'extend_freertos_debug_table' into 'master'
...
change(freertos): add task count and pointer width to OpenOCD debug table
See merge request espressif/esp-idf!43438
2025-11-18 19:21:01 +08:00
morris
3b450469d9
Merge branch 'contrib/github_pr_17858' into 'master'
...
fix (GitHub PR)
Closes IDFGH-14772
See merge request espressif/esp-idf!43405
2025-11-18 18:51:49 +08:00
Harshal Patil
b873a82d5b
Merge branch 'feat/generic_key_mgr_key_types' into 'master'
...
Store key_len field in the key_config
See merge request espressif/esp-idf!42692
2025-11-18 15:12:03 +05:30
Mahavir Jain
7da52654ba
Merge branch 'feature/enable_ecc_support_for_esp32h4' into 'master'
...
feat: enable ecc peripheral support for ESP32H4
Closes IDF-12264
See merge request espressif/esp-idf!41408
2025-11-18 15:03:16 +05:30
Roland Dobai
a295be6658
Merge branch 'feat/ldgen_fast_reflashing' into 'master'
...
feat(ldgen): initial support for fast reflashing
Closes IDF-14213
See merge request espressif/esp-idf!42780
2025-11-18 10:28:49 +01:00
morris
892611191b
feat(gpio): support fast gpio driver on esp32h4
2025-11-18 16:59:27 +08:00
laokaiyao
bab5a7a8ed
refactor(i2s): refactor of the private i2s caps
2025-11-18 16:13:14 +08:00
Ondrej Kosta
e3af4267f1
Merge branch 'fix/multicast_filter_test' into 'master'
...
fix(esp_eth): maked esp_eth_test_l2 more robust
Closes IDFCI-6131
See merge request espressif/esp-idf!43328
2025-11-18 16:04:12 +08:00
C.S.M
961bd0cf78
Merge branch 'feat/introduce_esp32s31' into 'master'
...
feat(esp32s31): Introduce new target esp32s31
See merge request espressif/esp-idf!43316
2025-11-18 15:55:16 +08:00
laokaiyao
e8f39b4c8d
feat(hal): graudate the I2S hal driver into a new component
2025-11-18 15:47:16 +08:00
morris
614221e9d5
Merge branch 'fix/no_function_call_in_min_max' into 'master'
...
refactor: avoid function calls inside MIN/MAX macros
See merge request espressif/esp-idf!43429
2025-11-18 15:14:48 +08:00
Song Ruo Jing
30e81e35df
Merge branch 'bugfix/uart_c5_stuck_in_update' into 'master'
...
fix(uart): watchdog got triggered due to uart sclk not exist
Closes IDFGH-15851, IDFGH-16685, IDFGH-16687, IDFCI-2846, and TIDF-228846
See merge request espressif/esp-idf!43279
2025-11-18 14:59:58 +08:00
hebinglin
91b4ac82c9
fix(esp_hw_support): fix sleep_cpu_static.c compile error
2025-11-18 14:58:48 +08:00
C.S.M
e0d62e664b
feat(esp32s31): Add soc registers from a~i
2025-11-18 14:41:25 +08:00
Chen Chen
47f5ac96fb
fix(intr_alloc): Fix ISR allocate methods in several drivers
2025-11-18 12:33:03 +08:00
khanhkhanhlele
22ad2e6c4c
Fix typos in some files
2025-11-18 11:17:45 +07:00
Jiang Jiang Jian
2e0748aab9
Merge branch 'bugfix/ftm_terminate_asap' into 'master'
...
bugfix(wifi): Add the termination dialog token in ASAP FTM
Closes WIFIBUG-1504
See merge request espressif/esp-idf!43404
2025-11-18 11:25:30 +08:00
zhanghaipeng
9bfd9c5340
fix(ble/bluedroid): Fixed BLE incorrect device record count issue
2025-11-18 11:25:22 +08:00
morris
484bc2ff4b
Merge branch 'change/psram_200m_as_default' into 'master'
...
psram: use 200MHz as default on p4
See merge request espressif/esp-idf!43427
2025-11-18 11:02:42 +08:00
Jiang Jiang Jian
504c82ff6a
Merge branch 'bugfix/update_wifi_fragment_doc' into 'master'
...
docs(wifi): update wifi fragment doc
Closes WIFI-7097
See merge request espressif/esp-idf!43044
2025-11-18 10:50:27 +08:00
zhiweijian
ec4052c1c7
fix(ble/bluedroid): Fixed reconnection failed with extend adv
2025-11-18 10:05:00 +08:00
morris
3875c659d4
Merge branch 'feat/mcpwm_support_h21' into 'master'
...
feat(mcpwm): support mcpwm on esp32h21
Closes IDF-11601 and IDF-11602
See merge request espressif/esp-idf!43351
2025-11-18 09:36:59 +08:00
Marius Vikhammer
d3ffbccfb8
Merge branch 'ci/ulp_fsm_i_wr_reg' into 'master'
...
test(ulp): added larger delay in ULP FSM I_WR_REG instruction test
Closes IDFCI-3495 and IDFCI-3334
See merge request espressif/esp-idf!43420
2025-11-18 09:30:25 +08:00