C.S.M
eec700fefc
Merge branch 'fix/s31_defult_libc' into 'master'
...
fix(esp32s31): make picolic default libc on esp32s31
See merge request espressif/esp-idf!43977
2025-12-04 19:56:52 +08:00
Konstantin Kondrashov
1ff8d3da09
Merge branch 'feature/update_depends_components_for_core_components' into 'master'
...
feat(all): Update depends_components for core components
Closes IDF-14170, IDF-14165, IDF-14173, IDF-14167, IDF-14169, and IDF-14162
See merge request espressif/esp-idf!43735
2025-12-04 18:17:55 +08:00
C.S.M
909c31fdd4
fix(esp32s31): make picolic default libc on esp32s31
2025-12-04 14:43:10 +08:00
Alexey Lapshin
f6cd2fe970
Merge branch 'feature/update-toolchain-to-esp-15.2.0_20250929.4-6d3fdb7' into 'master'
...
Make Picolibc the default libc
See merge request espressif/esp-idf!43620
2025-12-04 01:14:01 +04:00
Alexey Lapshin
31810ae993
feat(esp_libc): make picolibc default libc
2025-12-03 13:31:42 +07:00
morris
3d31f510d0
refactor(hal_wdt): esp_hal_wdt also maintains the ROM implementation
2025-12-01 23:16:09 +08:00
yinqingzhao
c15690aabf
fix(wifi): fix cannot send omc
2025-11-28 18:54:47 +08:00
yinqingzhao
d268d9fb76
fix(wifi): fix some bugs related to ampdu
2025-11-28 18:40:56 +08:00
C.S.M
904c94ba3a
feat(esp32s31): Add esp_hw_support component and header ci support
2025-11-27 11:18:52 +08:00
Konstantin Kondrashov
09c5424c98
feat(esp_rom): Update depends_components
...
Where esp_rom is used as depends_components:
- components/esp_rom/test_apps/linux_rom_apis
- components/esp_rom/test_apps/rom_impl_components
- components/esp_rom/test_apps/rom_tests
2025-11-26 17:42:53 +02:00
C.S.M
b450150fff
feat(esp32s31): Add g0 component support
2025-11-25 10:16:08 +08:00
Chen Ji Chang
16b81515b2
Merge branch 'fix/update_h4_mp_final_ld' into 'master'
...
fix(esp_rom): update H4 MP ld files
See merge request espressif/esp-idf!43590
2025-11-24 11:29:28 +08:00
Marius Vikhammer
6a07ab8834
Merge branch 'bugfix/libc_unligned_opt_p4_eco5' into 'master'
...
fix(libc): fixed P4 ECO5 always using sub opt. version of memcpy and similar
Closes IDF-14415
See merge request espressif/esp-idf!43580
2025-11-21 23:49:03 +08:00
Chen Jichang
0ce7125942
fix(esp_rom): update H4 MP ld files
2025-11-21 16:18:23 +08:00
Marius Vikhammer
aefab81f37
fix(libc): fixed P4 ECO5 always using sub opt. version of memcpy and similar
2025-11-21 15:45:18 +08:00
C.S.M
fc697158a5
feat(esp32s31): Add efuse and esp_rom support
2025-11-21 11:43:27 +08:00
Marius Vikhammer
4ebad0a47d
fix(rom): fixed systimer hal implementation from ROM always being used on P4
2025-11-20 15:36:26 +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
C.S.M
a90c93541c
feat(esp32s31): Introduce new target esp32s31
2025-11-17 14:48:55 +08:00
armando
b25ba4a0c1
ci(p4): disable p4 rev3 invalid tests temporarily
2025-11-17 12:11:39 +08:00
Armando (Dou Yiwen)
8f1e7bc4e0
Merge branch 'feat/cache_mem_iram_h4' into 'master'
...
cache: use icache memroy as diram when single core
See merge request espressif/esp-idf!43352
2025-11-14 18:06:00 +00:00
armando
a28d9869c1
feat(cache): use icache memroy as diram when single core
2025-11-14 10:35:39 +08:00
Jiang Jiang Jian
b7c549d111
Merge branch 'bugfix/fix_espnow_send_fail_when_coex_enable' into 'master'
...
fix(coex): fixed the espnow send fail when coex enable
Closes WIFIBUG-1538 and WIFIBUG-1436
See merge request espressif/esp-idf!43298
2025-11-14 10:21:50 +08:00
Wang Meng Yang
80961aa3f4
Merge branch 'bugfix/bluetooth_chan_map_error' into 'master'
...
fix(bt/controller): fixed Bluetooth hardware error of 'CHMAP_ERROR'
See merge request espressif/esp-idf!43201
2025-11-13 15:24:54 +08:00
zhangyanjiao
e255a4e014
fix(coex): fixed the espnow send fail when coex enable
2025-11-12 19:23:34 +08:00
Jin Cheng
b607198192
fix(bt/controller): Fixed some controller bugs
...
- Fixed Bluetooth hardware error of 'CHMAP_ERROR'
- Fixed encryption collision bug
2025-11-12 14:27:16 +08:00
Jiang Jiang Jian
78986757de
Merge branch 'bugfix/fix_send_wakenull_off_channel' into 'master'
...
fix(wifi): fix issue that disarm send wake null timer donot take effect and sta bolck scan timeout
Closes WIFI-7020, WIFIBUG-1523, and WIFIBUG-1379
See merge request espressif/esp-idf!43158
2025-11-12 09:30:22 +08:00
sibeibei
4e2f33d445
fix(wifi): fix issue that disarm send wake null timer donot take effect
2025-11-11 17:29:38 +08:00
Song Ruo Jing
4b8633cc2b
refactor(rom/gpio): add 'rom_' prefix to GPIO ROM functions
2025-11-07 15:26:52 +08:00
Zhou Xiao
4ce499148e
change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
2025-11-05 11:24:44 +08:00
Chen Ji Chang
7184854500
Merge branch 'feat/switch_h4_ci_build_to_mp' into 'master'
...
feat(esp32h4): switch default h4 build to mp version
Closes IDF-13771
See merge request espressif/esp-idf!42814
2025-10-31 14:54:41 +08:00
Chen Jichang
73bc04afec
feat(esp32h4): switch default h4 build to mp version
2025-10-30 11:23:51 +08:00
yinqingzhao
4656a3cc7c
fix(wifi): fix some wifi bugs related to bandwidth, twt and regdomain
2025-10-30 10:46:58 +08:00
Mahavir Jain
23c04b681e
Merge branch 'feat/esp_tee_mspi_tuning' into 'master'
...
change(esp_tee): Fix TEE SPI flash API issues on ESP32-C5
Closes IDF-13826
See merge request espressif/esp-idf!41952
2025-10-27 10:09:29 +05:30
Island
94d2e8eff0
Merge branch 'change/ble_update_lib_20251022' into 'master'
...
change(ble): [AUTO_MR] 20251022 - Update ESP BLE Controller Lib
Closes BLERP-2329, BLERP-2315, BLERP-2316, BLERP-2325, BLERP-2256, BLERP-2326, BLERP-2327, BLERP-2328, BLERP-2330, BLERP-2331, BLERP-2302, BLERP-2300, and BLERP-2301
See merge request espressif/esp-idf!42821
2025-10-24 13:17:29 +08:00
Zhou Xiao
557b7bae2e
change(ble): [AUTO_MR] updated rom linker script for ESP32-C2
2025-10-22 17:48:43 +08:00
Laukik Hase
71aff04c0d
fix(esp_tee): Use HAL APIs instead of ROM APIs for SPI flash service calls
...
Currently, REE SPI flash HAL operations are routed as service calls to TEE,
but the TEE implementation incorrectly uses ROM APIs instead of HAL APIs.
This leads to issues and is not the recommended approach.
2025-10-22 11:44:33 +05:30
C.S.M
c81cf3bdf6
refactor(spi_flash): Remove spi_flash rom driver patch config option
2025-10-22 10:37:19 +08:00
harshal.patil
609d52c6bf
feat(esp32p4): Support newer Key Manager key sources for ESP32-P4 V3
2025-10-15 15:49:20 +05:30
morris
ab149384e1
Merge branch 'refactor/clean_soc_caps_gptimer' into 'master'
...
refactor(hal): graduate watch dog hal driver into a new component: esp_hal_wdt
Closes IDF-14091
See merge request espressif/esp-idf!42338
2025-10-15 17:18:20 +08:00
C.S.M
79cc42a940
Merge branch 'fix/cache_32m_map' into 'master'
...
fix(spi_flash): Fix the cache map 32M flash failed on esp32c5
See merge request espressif/esp-idf!42506
2025-10-14 14:28:02 +08:00
morris
56c3dc4755
feat(wdt): graduate watch dog hal driver into a new component: esp_hal_wdt
2025-10-14 11:44:32 +08:00
Wang Meng Yang
549a7272bf
Merge branch 'bugfix/several_esp32_bugs' into 'master'
...
fix(bt/controller): fixed several controller bugs
Closes BT-4103 and BT-4100
See merge request espressif/esp-idf!41644
2025-10-11 16:02:36 +08:00
C.S.M
942f2dd0f9
fix(spi_flash): Fix the cache map 32M flash failed on esp32c5
2025-10-11 11:05:47 +08:00
Samuel Obuch
66de4ef8ca
fix(esp_rom): correct typos defalut -> default
2025-10-02 17:41:40 +08:00
Jin Cheng
3fa9d23ad2
fix(bt/controller): fixed several controller bugs
2025-09-29 09:59:42 +08:00
wuzhenghui
ae34067f11
feat(soc): update esp32h21 lowpower related caps
2025-09-26 14:02:55 +08:00
Jiang Jiang Jian
c0de85c7a5
Merge branch 'change/ble_update_lib_20250919' into 'master'
...
change(ble): [AUTO_MR] 20250919 - Update ESP BLE Controller Lib
See merge request espressif/esp-idf!42026
2025-09-20 12:08:37 +08:00
Omar Chebib
e1c2ddeab6
Merge branch 'fix/esp32p4_eco5_clic' into 'master'
...
fix: get rid of the hardware workarounds for the latest ESP32P4 revision
Closes IDF-13409, IDF-13781, and IDF-13782
See merge request espressif/esp-idf!41719
2025-09-19 15:00:21 +08:00
Marius Vikhammer
0ac9dfbbe0
Merge branch 'feature/lp_core_exception_wake' into 'master'
...
feat(ulp): added lp-core exception as wake-up source
See merge request espressif/esp-idf!39159
2025-09-19 14:48:33 +08:00