Aditya Patwardhan
|
8d0527d7bf
|
Merge branch 'feat/support_sha512_for_esp32c5' into 'master'
Support SHA 512 for ESP32-C5
See merge request espressif/esp-idf!39421
|
2025-06-09 09:42:37 +05:30 |
|
laokaiyao
|
0f2c1ab859
|
refactor(touch): adjust touch channel number on P4 from 0-13 to 1-14
|
2025-06-08 22:08:00 +08:00 |
|
harshal.patil
|
fe78370ec9
|
feat(mbedtls/sha): New API for setting SHA mode
|
2025-06-06 14:51:44 +05:30 |
|
Marius Vikhammer
|
eb76e6341d
|
Merge branch 'feature/h4_core_support' into 'master'
feat(core): bringup dual-core for H4
Closes IDF-12317, IDF-12319, IDF-12484, IDF-12311, and IDF-12293
See merge request espressif/esp-idf!39279
|
2025-05-28 14:42:58 +08:00 |
|
Marius Vikhammer
|
e527554144
|
feat(core): bringup dual-core for H4
|
2025-05-26 17:11:12 +02:00 |
|
morris
|
6d502b710c
|
Merge branch 'bugfix/fix_lcd_ll_macro_safety' into 'master'
fix(hal): Wrap LL macros with atomic env in do-while for control safety
Closes IDF-11981
See merge request espressif/esp-idf!39202
|
2025-05-26 19:06:11 +08:00 |
|
nilesh.kale
|
148d31b659
|
feat: enable support for deterministic mode for esp32h2
|
2025-05-22 14:55:15 +05:30 |
|
Yuan Yu
|
18091976ec
|
fix(hal): Wrap LL macros with atomic env in do-while for control safety
- Standardize all LL macros using atomic env variables with `do { ... } while (0)`
- Prevent potential macro misuse in control flow constructs (e.g., if/else)
- Affected targets: esp32, esp32c2, esp32c5, esp32s3, esp32p4, etc.
- Affected modules include: LCD, I2S, TIMER, and others
|
2025-05-22 14:42:11 +08:00 |
|
Song Ruo Jing
|
0631340e2c
|
Merge branch 'feature/esp32h21_regi2c_support' into 'master'
feat(regi2c): add regi2c support for esp32h21
Closes IDF-11550 and IDF-11858
See merge request espressif/esp-idf!37369
|
2025-05-21 11:22:07 +08:00 |
|
morris
|
27d68f57e6
|
Merge branch 'fix/driver_issue_by_coverity' into 'master'
Fix some false issue report by coverity
Closes IDF-13116, IDF-13120, IDF-13104, IDF-13106, IDF-13107, IDF-13109, IDF-13112, IDF-13124, and IDF-13126
See merge request espressif/esp-idf!39287
|
2025-05-21 10:05:28 +08:00 |
|
morris
|
d46019bf43
|
refactor(bitscrambler): don't use Reset Clock Control lock of RC version
|
2025-05-20 16:52:32 +08:00 |
|
Wu Zheng Hui
|
8931a8a764
|
Merge branch 'fix/fix_esp32p4_stuck_in_pd_ana' into 'master'
fix(esp_hw_support): fix esp32p4 may get stuck when entering deepsleep
Closes PM-389 and PM-391
See merge request espressif/esp-idf!38780
|
2025-05-20 15:50:45 +08:00 |
|
Song Ruo Jing
|
8262915e28
|
refactor(regi2c): remove regi2c_defs.h from some targets
|
2025-05-19 21:46:40 +08:00 |
|
Song Ruo Jing
|
9ef152c220
|
feat(regi2c): add regi2c support for esp32h21
|
2025-05-19 21:46:40 +08:00 |
|
Sudeep Mohanty
|
a7e61220a1
|
Merge branch 'fix/lp_periph_use_int_raw' into 'master'
change(lp-core): Update LP I2C and LP UART drivers to use raw interrupt status
See merge request espressif/esp-idf!39008
|
2025-05-19 10:31:03 +02:00 |
|
Armando (Dou Yiwen)
|
b1999b5cb2
|
Merge branch 'feat/sd_host_ng' into 'master'
sd: driver NG for host layer, supported SDR104 (200 MHz) speed mode
Closes IDF-10545 and IDF-10547
See merge request espressif/esp-idf!37378
|
2025-05-16 10:05:27 +08:00 |
|
Wu Zheng Hui
|
d5441e65e5
|
Merge branch 'fix/fix_usb_hs_phy_leakage_on_deepsleep' into 'master'
fix(esp_hw_support): Fix deepsleep leakage after USB HS phy is initialized
Closes PM-417
See merge request espressif/esp-idf!39144
|
2025-05-15 16:02:17 +08:00 |
|
Gao Xu
|
733c0586bc
|
Merge branch 'refactor/rng_ll_p4' into 'master'
refactor(rng): refactor to use hal/ll apis for P4
Closes IDF-12476
See merge request espressif/esp-idf!38119
|
2025-05-15 11:30:54 +08:00 |
|
armando
|
c2b8ea07d0
|
feat(sd): supported UHS-I SDR104 200MHz speed
|
2025-05-15 10:57:45 +08:00 |
|
armando
|
402bf0ce58
|
feat(sd): sd host driver layer driver NG
|
2025-05-15 10:57:33 +08:00 |
|
wuzhenghui
|
7107177e2d
|
fix(esp_hw_support): Fix deepsleep leakage after initializing USB HS phy
|
2025-05-15 10:12:59 +08:00 |
|
gaoxu
|
e1b6493304
|
feat(adc): add always inline for adc ll functions called by bootloader
|
2025-05-14 13:45:55 +08:00 |
|
Sudeep Mohanty
|
0f45b6c6c3
|
change(lp-core): Update LP I2C and LP UART drivers to use raw interrupt status
This commit updates the LP I2C and LP UART drivers to use the raw
interrupt status without enabling the interrupts.
|
2025-05-13 15:43:39 +02:00 |
|
gaoxu
|
b691eaba6d
|
refactor(rng): refactor to use hal/ll apis for P4
|
2025-05-13 09:09:06 +08:00 |
|
wuzhenghui
|
9b5944b795
|
feat(esp_hw_support): support switch to VBAT power supply in deepsleep on esp32p4
|
2025-05-08 16:44:58 +08:00 |
|
Wan Lei
|
a16f621ed2
|
Merge branch 'feat/twai_driver_legacy_target_support' into 'master'
feat(driver_twai): twai driver legacy target support (part_2)
Closes IDF-12480 and IDF-12808
See merge request espressif/esp-idf!36487
|
2025-05-01 11:05:11 +08:00 |
|
Ondrej Kosta
|
eba9549bbc
|
Merge branch 'feat/eth_mac_filter' into 'master'
feat(esp_eth): added option to set MAC filter for mcast
Closes IDF-12503 and IDFGH-14897
See merge request espressif/esp-idf!36944
|
2025-04-30 19:38:02 +08:00 |
|
Aditya Patwardhan
|
d3e3790fc9
|
Merge branch 'fix/refactor_source_code_and_comments' into 'master'
fix(hal): updated API description and added comments
Closes IDF-12618
See merge request espressif/esp-idf!38415
|
2025-04-30 18:26:57 +08:00 |
|
morris
|
4312734f27
|
Merge branch 'feat/re_support_pcnt_on_c5' into 'master'
feat(pcnt): re-support pcnt on ESP32-C5 V1.0
Closes IDF-8683, IDF-12831, and IDF-12634
See merge request espressif/esp-idf!38547
|
2025-04-30 15:24:44 +08:00 |
|
wanckl
|
8a60934c4f
|
feat(driver_twai): support legacy targets in new driver
|
2025-04-30 10:38:55 +08:00 |
|
Ondrej Kosta
|
e941910c0f
|
feat(esp_eth): Added destination MAC address filter configuration interface
|
2025-04-29 13:54:56 +02:00 |
|
C.S.M
|
8344af1f09
|
Merge branch 'feat/support_length_eof' into 'master'
feat(uhci): Add UHCI support on esp32c5, esp32h2.
See merge request espressif/esp-idf!38794
|
2025-04-29 14:34:58 +08:00 |
|
nilesh.kale
|
f19e8e6970
|
fix: re-enabled ecdsa support for esp32c5-eco2
|
2025-04-28 20:58:09 +05:30 |
|
C.S.M
|
f566b500dd
|
feat(uhci): Add uhci (uart-dma) support on esp32c5, esp32h2
|
2025-04-28 16:24:42 +08:00 |
|
C.S.M
|
f66a750af9
|
Merge branch 'feat/uart_dma_support' into 'master'
feat(uhci): Add uhci(uart-dma) support on ESP32C3, ESP32P4, ESP32C6, ESP32S3🚴🏼♂️
See merge request espressif/esp-idf!37494
|
2025-04-28 00:42:42 +08:00 |
|
wuzhenghui
|
fc58a6c116
|
fix(esp_hw_support): fix esp32p4 may get stuck when entering deepsleep
|
2025-04-27 19:27:24 +08:00 |
|
C.S.M
|
1a3db8e025
|
feat(uhci): Add uhci (uart-dma) support on esp32c3, esp32c6, esp32s3, esp32p4
|
2025-04-27 15:28:23 +08:00 |
|
Chen Ji Chang
|
c4768eafe3
|
Merge branch 'feat/support_cs_signal_in_parlio_tx' into 'master'
feat(parlio_tx): support cs signal on esp32c5 v1.0
Closes IDF-12836 and IDF-12633
See merge request espressif/esp-idf!38646
|
2025-04-27 11:10:26 +08:00 |
|
Gao Xu
|
a446010245
|
Merge branch 'fix/add_sar_module_enable_disable_c5_c61' into 'master'
fix(ADC): fix ADC do not enable/disable regi2c registers
Closes IDF-12726 and IDF-12465
See merge request espressif/esp-idf!38159
|
2025-04-26 21:58:05 +08:00 |
|
Sudeep Mohanty
|
692512c0b3
|
Merge branch 'contrib/github_pr_15717' into 'master'
feat(ulp): LP Timer interrupt support (GitHub PR)
Closes IDFGH-15026
See merge request espressif/esp-idf!38613
|
2025-04-25 16:07:31 +08:00 |
|
gaoxu
|
bf335a38f7
|
fix(adc): fix adc do not enable/disable regi2c registers
|
2025-04-25 14:39:01 +08:00 |
|
Chen Jichang
|
6edf48d253
|
feat(parlio_tx): support cs signal on esp32c5 v1.0
|
2025-04-25 14:25:01 +08:00 |
|
Chen Jichang
|
ca981fdf4d
|
feat(pcnt): re-support pcnt on ESP32-C5 V1.0
|
2025-04-25 13:07:38 +08:00 |
|
Marius Vikhammer
|
066f6263fe
|
Merge branch 'bugfix/clean_up_core_todos' into 'master'
change(core): clean-up leftover todo items in code
See merge request espressif/esp-idf!38651
|
2025-04-24 15:06:43 +08:00 |
|
Gao Xu
|
a446bda4cd
|
Merge branch 'fix/fix_p4_adc_reread_oneshot_error_5.5' into 'master'
fix(ADC): fix P4 ADC oneshot error when reread
See merge request espressif/esp-idf!38638
|
2025-04-24 11:05:04 +08:00 |
|
Marius Vikhammer
|
503a9faa9f
|
change(core): clean-up leftover todo items in code
|
2025-04-23 16:15:19 +08:00 |
|
morris
|
5655ee9ba8
|
fix(uart): fifo read may generate load byte instruction
|
2025-04-23 16:10:36 +08:00 |
|
jath03
|
a9eba4058e
|
feat(ulp): LP Timer interrupt support
This commit adds support for the LP Timer interrupt to be used by the LP
Core.
Merges https://github.com/espressif/esp-idf/pull/15717
|
2025-04-23 09:52:45 +02:00 |
|
gaoxu
|
74a39b2efa
|
fix(ADC): fix P4 ADC oneshot error when reread
|
2025-04-23 13:44:04 +08:00 |
|
Wu Zheng Hui
|
fe3da7167e
|
Merge branch 'fix/fix_esp32p4_retention_cost' into 'master'
fix(esp_hw_support): optimize retention cost and update sleep time compensation
See merge request espressif/esp-idf!37920
|
2025-04-23 13:20:49 +08:00 |
|