Espressif BOT
|
de99f3cffa
|
change(mbedtls/crt_bundle): Update esp_crt_bundle certificates
|
2025-12-11 10:45:50 +05:30 |
|
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 |
|
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 |
|
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 |
|
morris
|
473b2fe27d
|
Merge branch 'feat/usb_host_example_unknown_client_event_backport_v6.0' into 'release/v6.0'
fix(usb_host): Dont abort on unsupported client events backport v6.0
See merge request espressif/esp-idf!44060
|
2025-12-10 14:08:44 +08:00 |
|
morris
|
37c614d626
|
feat(twai): graduate the hal drivers into esp_hal_twai component
|
2025-12-10 13:56:47 +08:00 |
|
morris
|
b390af239b
|
refactor(hal_wdt): esp_hal_wdt also maintains the ROM implementation
|
2025-12-10 13:54:44 +08:00 |
|
morris
|
b9db95731f
|
Merge branch 'fix/mcpwm_p4eco_psram_test_v6.0' into 'release/v6.0'
chor(mcpwm): replace p4 psram test (v6.0)
See merge request espressif/esp-idf!43681
|
2025-12-10 13:54:03 +08:00 |
|
morris
|
59930b57d8
|
Merge branch 'fix/twai_ci_test_enhance_v6.0' into 'release/v6.0'
fix(driver_twai): enhance ci test and fix example (v6.0)
See merge request espressif/esp-idf!44054
|
2025-12-10 13:53:16 +08:00 |
|
Chen Jichang
|
a3f1449aa6
|
fix(esp_rom): update H4 MP ld files
|
2025-12-09 20:19:49 +08:00 |
|
morris
|
88716d047b
|
Merge branch 'refactor/reduce_bin_size_when_dsi_without_dma2d_v6.0' into 'release/v6.0'
feat(lcd): support draw bitmap hook function (v6.0)
See merge request espressif/esp-idf!44047
|
2025-12-09 19:23:34 +08:00 |
|
Tan Yan Quan
|
a4090d1f3b
|
fix(openthread): resolve deadlock issues due to switching_lock
* esp-openthread: thread_zigbee/esp-openthread@4a650cc2f
* openthread: espressif/openthread@36b14d3ef
* esp-idf: espressif/esp-idf@5ee94fac1
|
2025-12-09 10:05:27 +00:00 |
|
Fu Hanxi
|
5ee94fac14
|
Merge branch 'ci/backport-master-6.0-20251204' into 'release/v6.0'
Ci/backport master 6.0 20251204
See merge request espressif/esp-idf!43993
|
2025-12-09 10:36:10 +01:00 |
|
wanckl
|
cebed5c976
|
fix(driver_twai): enhance ci test and fix example
|
2025-12-09 16:50:49 +08:00 |
|
morris
|
4ca7b95d83
|
Merge branch 'refactor/esp_hal_gpio_v6.0' into 'release/v6.0'
refactor(gpio): split GPIO HAL into separate component (v6.0)
See merge request espressif/esp-idf!43895
|
2025-12-09 16:02:49 +08:00 |
|
Jiang Jiang Jian
|
e4fd5bc234
|
Merge branch 'docs/wifi_driver_split_and_translate_v6.0' into 'release/v6.0'
docs: Split Wi-Fi driver docs and sync translation (v6.0)
See merge request espressif/esp-idf!44066
|
2025-12-09 14:19:02 +08:00 |
|
luweike
|
19f7eb959c
|
docs: remove old wifi.rst files after document split
|
2025-12-09 10:35:01 +08:00 |
|
peter.marcisovsky
|
99aa407cf1
|
fix(usb_host): Dont abort on unsupported client events
- suspend and resume client events
|
2025-12-08 14:01:28 +01:00 |
|
Shu Chen
|
22316a3570
|
Merge branch 'feat/simple_ota_h2_v6.0' into 'release/v6.0'
feat(openthread/ota): support esp32h2 for simple ota example over thread (v6.0)
See merge request espressif/esp-idf!43973
|
2025-12-08 12:14:29 +00:00 |
|
Shu Chen
|
20337f08c0
|
Merge branch 'fix/fix_an_ot_kconfig_error_v6.0' into 'release/v6.0'
fix(openthread): fix an error in Kconfig (v6.0)
See merge request espressif/esp-idf!43995
|
2025-12-08 12:09:24 +00:00 |
|
morris
|
6bafc18c1f
|
Merge branch 'feat/usb_host_hal_remote_wake_backport_6.0' into 'release/v6.0'
feat(esp_hal_usb): Add remote wakeup support backport 6.0
See merge request espressif/esp-idf!43986
|
2025-12-08 18:32:44 +08:00 |
|
Alexey Gerenkov
|
effa1e4248
|
Merge branch 'feature/update-toolchain-to-esp-15.2.0_20250929.4-6d3fdb7_v6.0' into 'release/v6.0'
Make Picolibc the default libc (v6.0)
See merge request espressif/esp-idf!43966
|
2025-12-08 18:13:08 +08:00 |
|
Mahavir Jain
|
ee36d0491d
|
Merge branch 'feat/add_mbedtls_testcases_for_ecc_p_384_v6.0' into 'release/v6.0'
feat(mbedtls): add ECC P-384 mbedtls support and test_cases (v6.0)
See merge request espressif/esp-idf!43979
|
2025-12-08 14:21:59 +05:30 |
|
Mahavir Jain
|
ca667e18ad
|
Merge branch 'fix/align_ota_written_size_during_ota_resumption_to_last_16_byte_boundry_v6.0' into 'release/v6.0'
fix(esp_https_ota): align OTA resumption offset to 16-byte boundary (v6.0)
See merge request espressif/esp-idf!44033
|
2025-12-08 14:21:40 +05:30 |
|
Chen Jichang
|
20bb7a2977
|
feat(lcd): support draw bitmap hook function
Closes https://github.com/espressif/esp-idf/issues/16201
|
2025-12-08 15:49:25 +08:00 |
|
Chen Jichang
|
aa04d67db1
|
feat(parlio): support parlio gdma eof on p4 rev3.0
|
2025-12-08 15:29:06 +08:00 |
|
Song Ruo Jing
|
4d3a9b0157
|
refactor(esp_hal_gpio): move some caps definitions to esp_hal_gpio
|
2025-12-08 14:33:26 +08:00 |
|
Song Ruo Jing
|
62899cbba6
|
refactor(gpio): split GPIO HAL into separate component
cleaned up some includes in GPIO peripheral files
|
2025-12-08 14:33:26 +08:00 |
|
morris
|
c231e0e777
|
Merge branch 'refactor/bitscrambler_in_esp_hal_dma_v6.0' into 'release/v6.0'
refactor(hal): bitscrambler hal -> esp_hal_dma, usj hal -> esp_hal_usb (v6.0)
See merge request espressif/esp-idf!43700
|
2025-12-08 11:15:27 +08:00 |
|
Jiang Jiang Jian
|
c33b848fea
|
Merge branch 'bugfix/fix_chip_hangup_v6.0' into 'release/v6.0'
bugfix: clear regdma status when restart V6.0
See merge request espressif/esp-idf!43908
|
2025-12-08 11:07:25 +08:00 |
|
morris
|
15eba7d8d6
|
Merge branch 'ci/add_esp_hal_components_in_g0_test_v6.0' into 'release/v6.0'
refactor(g0_components): update component list to dynamically include esp_hal_* components (v6.0)
See merge request espressif/esp-idf!43742
|
2025-12-08 10:42:16 +08:00 |
|
Alexey Lapshin
|
3844df77e6
|
fix(esp_libc): picolibc: make funopen() declaration compatible with newlib
|
2025-12-06 00:08:36 +07:00 |
|
Alexey Lapshin
|
ac86907815
|
fix(cxx): fix std::shared_mutex memory leak by avoiding lazy allocation
Closes https://github.com/espressif/crosstool-NG/issues/81
|
2025-12-06 00:08:36 +07:00 |
|
Alexey Lapshin
|
dc65c332cb
|
fix(tee): fix incorrect test expectation logic
|
2025-12-06 00:08:36 +07:00 |
|
Alexey Lapshin
|
f676a1e76a
|
fix(icmp_echo): fix incorrect test expectation logic
|
2025-12-06 00:08:36 +07:00 |
|
Alexey Lapshin
|
aaf0d4c9ea
|
fix(iperf): fix incorrect test expectation logic
|
2025-12-06 00:08:36 +07:00 |
|
Alexey Lapshin
|
535d93e149
|
fix(console): add linenoise multithreading support for Picolibc
|
2025-12-06 00:08:36 +07:00 |
|
Alexey Lapshin
|
068fefad68
|
fix(esp_tee): build esp_tee only with CONFIG_LIBC_NEWLIB to reduce size
|
2025-12-06 00:08:35 +07:00 |
|
Alexey Lapshin
|
4553d6015a
|
fix(esp_coex): add missing include for sdkconfig.h
|
2025-12-06 00:08:35 +07:00 |
|
Alexey Lapshin
|
a90828fbd5
|
fix(ci): fix check_public_headers.py to check system headers
|
2025-12-06 00:08:35 +07:00 |
|
Alexey Lapshin
|
ac0ece9aca
|
fix(esp_phy): use toolchain flags for external project
|
2025-12-06 00:08:35 +07:00 |
|
Alexey Lapshin
|
ad7f4b9670
|
feat(esp_libc): make picolibc default libc
|
2025-12-06 00:08:35 +07:00 |
|
Alexey Lapshin
|
d9f98b8ef6
|
feat(tools): update toolchain version to esp-15.2.0_20251204
|
2025-12-06 00:08:32 +07:00 |
|
Fu Hanxi
|
68d021f09c
|
ci: introduce default marker eco_default
|
2025-12-05 14:54:55 +01:00 |
|
Evgeny Torbin
|
d7530b63e1
|
ci: fix if clause in .idf_ci.toml
|
2025-12-05 14:54:55 +01:00 |
|
Evgeny Torbin
|
27619bbb41
|
ci: fix uploading build artifacts
|
2025-12-05 14:54:55 +01:00 |
|