yinqingzhao
|
73bce4012a
|
fix(wifi): fix get incorrect current band after set bandmode
|
2025-12-14 15:36:34 +08:00 |
|
Alexey Gerenkov
|
062d70efcc
|
Merge branch 'update_esp_trace_readme_v6.0' into 'release/v6.0'
docs(esp_trace): update README for SystemView as external managed component (v6.0)
See merge request espressif/esp-idf!44184
|
2025-12-13 00:37:56 +08:00 |
|
Shu Chen
|
2bcd754ab1
|
Merge branch 'fix/ieee802154_energy_detect_result_v6.0' into 'release/v6.0'
fix(802.15.4): fixed energy detection result (v6.0)
See merge request espressif/esp-idf!43524
|
2025-12-12 11:07:39 +00:00 |
|
Erhan Kurubas
|
bf0dfc2cb3
|
docs(esp_trace): update README for SystemView as external managed component
|
2025-12-12 09:32:14 +01:00 |
|
Mahavir Jain
|
31d01bc6bd
|
Merge branch 'update/update_certs_bundle_v6.0' into 'release/v6.0'
Update esp_crt_bundle certificates (v6.0)
See merge request espressif/esp-idf!44123
|
2025-12-12 12:19:02 +05:30 |
|
morris
|
36134f6464
|
Merge branch 'refactor/ppa_dma2d_fourcc_v6.0' into 'release/v6.0'
refactor(ppa): use fourcc for dma2d and ppa color formats (v6.0)
See merge request espressif/esp-idf!44128
|
2025-12-12 12:23:22 +08:00 |
|
Island
|
3e36bc9c20
|
Merge branch 'change/ble_update_lib_20251202_v6.0' into 'release/v6.0'
change(ble): [AUTO_MR] 20251202 - Update ESP BLE Controller Lib (v6.0)
See merge request espressif/esp-idf!44020
|
2025-12-12 11:42:59 +08:00 |
|
Island
|
f6c73e98a6
|
Merge branch 'feat/ble_mesh_lib_log_output_opt_v6.0' into 'release/v6.0'
feat(ble_mesh): add ext log initialization functions (v6.0)
See merge request espressif/esp-idf!43757
|
2025-12-12 11:07:56 +08:00 |
|
Alexey Gerenkov
|
7f20ae7816
|
Merge branch 'esp32p4_eco5_coredump_fix_v6.0' into 'release/v6.0'
fix(espcoredump): support ESP32P4 ECO5 unified memory layout (v6.0)
See merge request espressif/esp-idf!44170
|
2025-12-12 06:53:30 +08:00 |
|
Sergei Silnov
|
2dc0f49c59
|
Merge branch 'feat/add_components_source_to_project_description_v6.0' into 'release/v6.0'
Feat: Add source of the component into project_description.json (v6.0)
See merge request espressif/esp-idf!44009
|
2025-12-11 16:41:58 +01:00 |
|
Roland Dobai
|
77c5324b09
|
Merge branch 'fix/env_locale_check_v6.0' into 'release/v6.0'
Locale encoding check (v6.0)
See merge request espressif/esp-idf!44133
|
2025-12-11 15:02:59 +01:00 |
|
Roland Dobai
|
cc39cf4e2b
|
Merge branch 'fix/output_rewrite_v6.0' into 'release/v6.0'
Fix dependencies for flash targets (v6.0)
See merge request espressif/esp-idf!43992
|
2025-12-11 14:29:41 +01:00 |
|
Martin Vychodil
|
7c4eac9e22
|
Merge branch 'feat/spi_flash_bdl_support_v6.0' into 'release/v6.0'
feat(bdl): Add support for spi_flash (v6.0)
See merge request espressif/esp-idf!43812
|
2025-12-11 21:28:52 +08:00 |
|
Erhan Kurubas
|
99d14786d6
|
fix(espcoredump): support ESP32P4 ECO5 unified memory layout
|
2025-12-11 14:03:47 +01:00 |
|
Alexey Gerenkov
|
14c53064ff
|
Merge branch 'esp32p4_fix_bootloader_flash_read_allow_decrypt_v6.0' into 'release/v6.0'
fix(bootloader_flash): always invalidate FLASH_READ_VADDR before read (v6.0)
See merge request espressif/esp-idf!43956
|
2025-12-11 21:02:30 +08:00 |
|
morris
|
5c5d78b639
|
Merge branch 'ci/freertos_header_v6.0' into 'release/v6.0'
ci(header_check): Add check for public header should not include freertos (backport v6.0)
See merge request espressif/esp-idf!44104
|
2025-12-11 18:00:57 +08:00 |
|
morris
|
946dcf73e3
|
Merge branch 'feature/graduate_i2s_parlio_analog_hal_components_v6.0' into 'release/v6.0'
Feature/graduate i2s parlio analog hal components v6.0
See merge request espressif/esp-idf!44043
|
2025-12-11 16:58:37 +08:00 |
|
Jakub Kocka
|
73cfe97054
|
fix: Improved encoding requirement check
Closes https://github.com/espressif/esp-idf/issues/17542
|
2025-12-11 08:48:57 +01:00 |
|
Song Ruo Jing
|
190c081160
|
refactor(ppa): use fourcc for dma2d and ppa color formats
|
2025-12-11 15:20:11 +08:00 |
|
Song Ruo Jing
|
d4c34165e8
|
fix(ppa): fix potential SRM operation stuck on DMA issue
Apply a workaound to bypass macro block order function in PPA SRM
when specific conditions are met to avoid SRM operation getting stuck
|
2025-12-11 15:18:22 +08:00 |
|
Song Ruo Jing
|
d8fc4eedcc
|
fix(ppa): YUV444 cannot be a PPA SRM output color mode
|
2025-12-11 15:18:03 +08:00 |
|
Song Ruo Jing
|
7c63dbb34a
|
docs(ppa): add a note about bilinear scaling algorithm in PPA SRM
Closes https://github.com/espressif/esp-idf/issues/17531
|
2025-12-11 15:15:41 +08:00 |
|
morris
|
49aa2d5bd7
|
Merge branch 'fix/fix_sdspi_ci_pytest_v6.0' into 'release/v6.0'
sdspi: fixed sdspi pytest check (v6.0)
See merge request espressif/esp-idf!44120
|
2025-12-11 15:04:35 +08:00 |
|
Jiang Jiang Jian
|
3df1ee13fb
|
Merge branch 'fix/fix_mspi_write_stuck_after_reset_v6.0' into 'release/v6.0'
fix(esp_system): fix mspi write stuck after cpu/digital reset on c5/c61 (v6.0)
See merge request espressif/esp-idf!43994
|
2025-12-11 13:59:25 +08:00 |
|
Espressif BOT
|
5891d8acae
|
change(mbedtls/crt_bundle): Update esp_crt_bundle certificates
|
2025-12-11 10:45:57 +05:30 |
|
Espressif BOT
|
de99f3cffa
|
change(mbedtls/crt_bundle): Update esp_crt_bundle certificates
|
2025-12-11 10:45:50 +05:30 |
|
armando
|
327ae7e8c9
|
fix(ci): fixed sdspi pytest check
|
2025-12-11 11:54:00 +08:00 |
|
C.S.M
|
92da866163
|
fix(isp): Fix isp build error in single core
|
2025-12-11 11:40:49 +08:00 |
|
morris
|
5848016f56
|
Merge branch 'fix/i2c_timeout_range_check_v6.0' into 'release/v6.0'
fix(i2c_master): Add i2c master timeout range check (v6.0)
See merge request espressif/esp-idf!44076
|
2025-12-11 10:45:15 +08:00 |
|
morris
|
11ce7a9011
|
refactor(soc): remove soc_caps_full.h
|
2025-12-11 10:29:01 +08:00 |
|
laokaiyao
|
85d5630f2a
|
refactor(ci): manually list the g0 components used by g1 components
|
2025-12-11 10:28:55 +08:00 |
|
laokaiyao
|
841cb4caa1
|
feat(hal): graudate the adc/dac hal driver into a new component
|
2025-12-11 10:27:00 +08:00 |
|
laokaiyao
|
55537c99db
|
feat(hal): graudate the ana_cmpr hal driver into a new component
|
2025-12-11 10:27:00 +08:00 |
|
laokaiyao
|
9657fde797
|
feat(hal): graudate the touch sensor hal driver into a new component
|
2025-12-11 10:26:55 +08:00 |
|
laokaiyao
|
b8824d2d1a
|
refactor(parlio): refactor of the private parlio caps
|
2025-12-11 10:26:07 +08:00 |
|
laokaiyao
|
e964c74618
|
feat(hal): graudate the parlio hal driver into a new component
|
2025-12-11 10:26:05 +08:00 |
|
laokaiyao
|
73ebd544fd
|
refactor(i2s): refactor of the private i2s caps
|
2025-12-11 10:25:42 +08:00 |
|
laokaiyao
|
fd918efe43
|
feat(hal): graudate the I2S hal driver into a new component
|
2025-12-11 10:25:40 +08:00 |
|
Shu Chen
|
bf9070c030
|
Merge branch 'fix/v55_lib_update_v6.0' into 'release/v6.0'
fix(openthread): resolve deadlock issues due to switching_lock (v6.0)
See merge request espressif/esp-idf!44089
|
2025-12-11 01:52:48 +00:00 |
|
morris
|
95721e99fd
|
Merge branch 'feat/esp_hal_twai_v6.0' into 'release/v6.0'
feat(twai): graduate the hal drivers into esp_hal_twai component (v6.0)
See merge request espressif/esp-idf!43963
|
2025-12-11 09:50:02 +08:00 |
|
morris
|
553978bf5e
|
Merge branch 'fix/update_h4_mp_final_ld_v6.0' into 'release/v6.0'
fix(esp_rom): update H4 MP ld files (v6.0)
See merge request espressif/esp-idf!44035
|
2025-12-10 22:56:20 +08:00 |
|
Adam Múdry
|
064630c582
|
feat(bdl): Add support for spi_flash
|
2025-12-10 22:39:03 +08:00 |
|
morris
|
bfb35855ac
|
Merge branch 'feat/support_parlio_gdma_eof_on_p4eco5_v6.0' into 'release/v6.0'
feat(parlio): support parlio gdma eof on p4 rev3.0 (v6.0)
See merge request espressif/esp-idf!44037
|
2025-12-10 22:35:53 +08:00 |
|
morris
|
f26786e6ae
|
Merge branch 'refactor/wdt_rom_impl_v6.0' into 'release/v6.0'
refactor(hal_wdt): esp_hal_wdt also maintains the ROM implementation (v6.0)
See merge request espressif/esp-idf!43968
|
2025-12-10 18:27:30 +08:00 |
|
Chen Chen
|
c373763022
|
fix(i2c_master): Add i2c master timeout range check
Closes https://github.com/espressif/esp-idf/issues/17930
|
2025-12-10 17:58:46 +08:00 |
|
Daniel Paul
|
6f53f9a2fc
|
feat(cmakev2): Add source of the component into project_description.json
|
2025-12-10 17:20:42 +08:00 |
|
Daniel Paul
|
f723c276d0
|
feat: Add source of the component into project_description.json
|
2025-12-10 17:20:42 +08:00 |
|
C.S.M
|
ed64e7bf78
|
ci(header_check): Add check for public header should not include freertos
|
2025-12-10 15:10:43 +08:00 |
|
luoxu
|
0a716606c7
|
feat(ble_mesh): update lib commit to 4446669404
|
2025-12-10 14:35:33 +08:00 |
|
Luo Xu
|
64a6b496b2
|
feat(ble_mesh): add ext log initialization functions
(cherry picked from commit 7b7b9de28d)
Co-authored-by: luoxu <luoxu@espressif.com>
|
2025-12-10 14:35:32 +08:00 |
|