wuzhenghui
|
41dd6ef81a
|
feat(esp_hw_support): optimize esp32p4 GPIO retention link
|
2025-04-25 15:26:05 +08:00 |
|
wuzhenghui
|
d9fdab14d0
|
fix(esp_hw_support): iomux slp_sel is not avaliable to isolate mspi pin leakage on esp32p4
|
2025-04-25 15:26:02 +08:00 |
|
Marius Vikhammer
|
a97879b71c
|
Merge branch 'feature/add_core_num_def_for_linux_v5.4' into 'release/v5.4'
feat(soc): Adds core_num definition for Linux target (v5.4)
See merge request espressif/esp-idf!38485
|
2025-04-23 17:38:08 +08:00 |
|
Konstantin Kondrashov
|
295535985c
|
feat(soc): Adds core_num definition for Linux target
Closes https://github.com/espressif/esp-idf/issues/15758
|
2025-04-16 18:32:18 +03:00 |
|
wuzhenghui
|
d2755374e0
|
fix(esp_hw_support): fix esp32p4 xtal_xpd depends on TOP power domain
|
2025-04-16 15:37:11 +08:00 |
|
Jiang Jiang Jian
|
19e864060a
|
Merge branch 'fix/rmii_ref_ckl_v5.4' into 'release/v5.4'
fix(esp_eth): fixed ESP32P4 EMAC REF RMII CLK output mode (v5.4)
See merge request espressif/esp-idf!38039
|
2025-04-07 13:58:48 +08:00 |
|
gaoxu
|
d74f12dea7
|
feat(adc): support ADC calibration on ESP32P4
|
2025-04-01 15:07:56 +08:00 |
|
Ondrej Kosta
|
e544d57179
|
fix(esp_eth): fixed ESP32P4 EMAC REF RMII CLK output mode
fixed units returned and used by periph_rtc_mpll_freq_set function
|
2025-04-01 08:32:09 +02:00 |
|
Rahul Tank
|
4d749ee5b0
|
Merge branch 'fix/ble_issue_10032025_v5.4' into 'release/v5.4'
fix(nimble): Fix some nimble issues ble_issue_10032025_v5.4
See merge request espressif/esp-idf!37625
|
2025-04-01 12:47:00 +08:00 |
|
Shu Chen
|
8fa7bf6c47
|
Merge branch 'fix/csl_rx_off_when_idle_v5.4' into 'release/v5.4'
fix(openthread): turn off rx for SSED running CSL during idle (v5.4)
See merge request espressif/esp-idf!37992
|
2025-04-01 11:30:38 +08:00 |
|
morris
|
8bce1430ee
|
Merge branch 'bugfix/lp_uart_baudrate_limitation_v5.4' into 'release/v5.4'
fix(uart): LP UART does not have the pre-divider for its clock source (v5.4)
See merge request espressif/esp-idf!37594
|
2025-04-01 10:35:29 +08:00 |
|
morris
|
62ace4d687
|
Merge branch 'fix/spi_master_halt_using_rc_fast_v5.4' into 'release/v5.4'
fix(spi_master): fix spi halt when remove device who using rc_fast (v5.4)
See merge request espressif/esp-idf!37002
|
2025-04-01 09:58:50 +08:00 |
|
Chen Jichang
|
5a6e4760d4
|
fix(pcnt): update pcnt_reg on esp32h2 eco5
|
2025-03-30 13:48:01 +08:00 |
|
Geng Yuchao
|
ba7e760473
|
feat(ble): Support Bluetooth LE 5.1 direction finding feature
|
2025-03-27 10:01:17 +05:30 |
|
Tan Yan Quan
|
47cd629459
|
fix(openthread): modify ETM task numbers for esp32c5
|
2025-03-25 13:33:03 +08:00 |
|
Song Ruo Jing
|
e774dbfd0f
|
fix(uart): LP UART does not have the pre-divider for its clock source
Closes https://github.com/espressif/esp-idf/issues/15427
|
2025-03-10 15:29:09 +08:00 |
|
Jiang Jiang Jian
|
0ba53566fa
|
Merge branch 'fix/fix_s2_s3_rtc_iomux_clock_management_v5.4' into 'release/v5.4'
fix(esp_hw_support): fix esp32s2/esp32s3 RTC IOMUX clock management (v5.4)
See merge request espressif/esp-idf!37145
|
2025-02-21 12:19:07 +08:00 |
|
Jiang Jiang Jian
|
aa97a0fc3c
|
Merge branch 'bugfix/fix_i2s_std_initializer_order_for_cpp_compiler_v5.4' into 'release/v5.4'
fix(i2s): fixed i2s_std initializer order for cpp compiler (v5.4)
See merge request espressif/esp-idf!37047
|
2025-02-21 11:48:58 +08:00 |
|
wuzhenghui
|
8e6ec50bcc
|
fix(esp_hw_support): fix esp32s2/esp32s3 RTC IOMUX clock management
|
2025-02-21 09:50:42 +08:00 |
|
laokaiyao
|
b18506da8b
|
fix(i2s): fixed the pdm2pcm capability on c5 and c61
|
2025-02-20 21:41:33 +08:00 |
|
laokaiyao
|
202b74eca8
|
refactor(ecdsa): rely on efuse to get chip revision
|
2025-02-20 21:03:10 +08:00 |
|
Aditya Patwardhan
|
2ff128ebf4
|
fix(soc): Fixed ECDSA register compatibility
|
2025-02-20 21:03:10 +08:00 |
|
Mahavir Jain
|
748d29b5ad
|
feat(ecc): enable ECC constant time mode for ESP32-H2 ECO5
|
2025-02-20 21:03:10 +08:00 |
|
Jiang Jiang Jian
|
f9ae8dfb04
|
Merge branch 'fix/esp32p4_lightsleep_fixes_v5.4' into 'release/v5.4'
fix(esp_hw_support): some fixes of esp32p4 lightsleep retention & power switch process (v5.4)
See merge request espressif/esp-idf!37086
|
2025-02-20 13:48:50 +08:00 |
|
Jiang Jiang Jian
|
69bd12d792
|
Merge branch 'fix/backport_wifi_fixes_v5.4' into 'release/v5.4'
fix(wifi): backport some fixes to v5.4
See merge request espressif/esp-idf!37008
|
2025-02-19 21:59:20 +08:00 |
|
wanlei
|
9ecfa3a0e7
|
fix(spi_master): fix spi halt when remove device who using rc_fast
|
2025-02-19 16:44:48 +08:00 |
|
wuzhenghui
|
228e74e06c
|
feat(esp_hw_support): do esp32p4 l1 cache invalidate by regdma
|
2025-02-19 14:32:04 +08:00 |
|
wuzhenghui
|
f3cc52d234
|
feat(esp_hw_support): do esp32p4 l1&l2 cache regs retention by regdma
|
2025-02-19 14:32:00 +08:00 |
|
Jiang Jiang Jian
|
da3f2ea5ce
|
Merge branch 'fix/add_sleep_duration_check_for_timer_wakeup_v5.4' into 'release/v5.4'
fix(esp_hw_support): add timer wakeup sleep duration check (v5.4)
See merge request espressif/esp-idf!37010
|
2025-02-19 13:48:17 +08:00 |
|
Jiang Jiang Jian
|
c7c332761a
|
Merge branch 'fix/disable_wfe_feature_for_e906_chips_v5.4' into 'release/v5.4'
change(esp_hw_support): disable CPU wait-for-event mode on cpu start (v5.4)
See merge request espressif/esp-idf!37000
|
2025-02-19 13:48:02 +08:00 |
|
Nachiket Kukade
|
597cfcb4f3
|
feat(wifi): Enable Wi-Fi Aware (NAN) for ESP32C5 and ESP32C61
|
2025-02-19 10:48:43 +08:00 |
|
wuzhenghui
|
95fb085fe3
|
fix(esp_hw_support): add timer wakeup sleep duration check
Closes https://github.com/espressif/esp-idf/issues/15255
|
2025-02-18 19:21:57 +08:00 |
|
wuzhenghui
|
1e11f287e1
|
change(esp_hw_support): disable CPU wait-for-event mode on cpu start
|
2025-02-18 19:21:09 +08:00 |
|
Li Shuai
|
61fb531471
|
fix(esp_hw_support): fix the issue of mmu table content loss due to default sd signal
|
2025-02-18 10:39:50 +08:00 |
|
morris
|
7d07fe5047
|
Merge branch 'feat/async_memcpy_any_alignment_v5.4' into 'release/v5.4'
async memcpy destination address doesn't have to be cache aligned (v5.4)
See merge request espressif/esp-idf!36633
|
2025-02-13 10:36:23 +08:00 |
|
morris
|
952f1aa2b8
|
Merge branch 'feature/malloc_cap_simd_flag_v5.4' into 'release/v5.4'
feat(heap): add a MALLOC_CAP_SIMD flag (v5.4)
See merge request espressif/esp-idf!36649
|
2025-02-11 17:42:09 +08:00 |
|
morris
|
5c0611cb3b
|
feat(async_memcpy): support rx buffer unaligned to cache line size
|
2025-02-11 13:46:12 +08:00 |
|
Jiang Jiang Jian
|
5436955fd9
|
Merge branch 'bugfix/esp32c5_eco1_wifi_ps_v5.4' into 'release/v5.4'
backport v5.4: fix some wifi power save issues and optimize phy sleep for esp32c5 eco1 and beta5
See merge request espressif/esp-idf!36561
|
2025-02-10 15:22:59 +08:00 |
|
Song Ruo Jing
|
6cb64d7025
|
feat(heap): add a MALLOC_CAP_SIMD flag
MALLOC_CAP_SIMD can be used to allocate memory to be used for SIMD instructions
|
2025-02-08 16:28:41 +08:00 |
|
Tomas Rezucha
|
cd7fab3bdc
|
refactor(usb): Include supported PHYs information in SoC
|
2025-01-27 08:08:02 +01:00 |
|
Tomas Rezucha
|
d12312bf76
|
fix(usb): Fixed missing GPIO drive capability on ESP32-P4
All USB PHYs that share their IOs with GPIOs must set
the GPIO's drive capability to maximum.
|
2025-01-27 08:07:42 +01:00 |
|
Li Shuai
|
9e1b5eb173
|
change(soc): fix idf_size error caused by ldgen to run success for ci pipeline
|
2025-01-26 14:54:33 +08:00 |
|
Mahavir Jain
|
649f9a72ae
|
Merge branch 'feat/support_aes_pseudo_round_func_in_esp32h2_eco5_v5.4' into 'release/v5.4'
Support AES and XTS-AES's pseudo round function in ESP32H2-ECO5 (v5.4)
See merge request espressif/esp-idf!36463
|
2025-01-23 13:20:20 +08:00 |
|
morris
|
206b3a22ad
|
Merge branch 'feat/spi_std_timing_and_bit_trans_v5.4' into 'release/v5.4'
feat(driver_spi): support adjust master rx to standard timing (v5.4)
See merge request espressif/esp-idf!36399
|
2025-01-23 10:38:07 +08:00 |
|
Jiang Jiang Jian
|
f4721d8170
|
Merge branch 'bugfix/clic_register_issues_v5.4' into 'release/v5.4'
fix(soc): fix clic register definition and description (backport v5.4)
See merge request espressif/esp-idf!35590
|
2025-01-21 15:52:58 +08:00 |
|
harshal.patil
|
e3acb360e3
|
feat(hal/spi_flash_encrypted): Enable pseudo rounds function during XTS-AES operations
|
2025-01-21 12:28:23 +05:30 |
|
harshal.patil
|
7d803e661e
|
feat(hal/aes): Enable pseudo rounds function during AES operations
|
2025-01-21 12:28:23 +05:30 |
|
morris
|
cad9cc2ab2
|
Merge branch 'refactor/improve_the_compatible_method_on_h2_v5.4' into 'release/v5.4'
refactor(lpperi): improve compatibility solution (v5.4)
See merge request espressif/esp-idf!36422
|
2025-01-17 16:56:56 +08:00 |
|
gaoxiaojie
|
58df18a361
|
fix(soc): fix clic register define and add description
|
2025-01-17 11:40:50 +08:00 |
|
Jiang Jiang Jian
|
74896d4187
|
Merge branch 'feature/efuse_update_for_esp32h2_eco5_v5.4' into 'release/v5.4'
feat(efuse): Adds efuses for esp32h2 eco5 (v5.4)
See merge request espressif/esp-idf!36238
|
2025-01-17 11:39:31 +08:00 |
|