wuzhenghui
|
971787f0cb
|
feat(esp_hw_support): add esp32h4 pmu initial support
|
2025-07-01 10:40:20 +08:00 |
|
Wu Zheng Hui
|
01753bfc04
|
Merge branch 'feat/support_esp32h4_pau' into 'master'
feat(esp_hw_support): add esp32h4 PAU initial support
Closes PM-444
See merge request espressif/esp-idf!39951
|
2025-06-25 19:27:24 +08:00 |
|
Chen Jichang
|
a2ef01fc5b
|
remove(legacy_mcpwm): remove legacy mcpwm driver in IDF v6.0
|
2025-06-24 10:49:37 +08:00 |
|
wuzhenghui
|
d62930223e
|
change(hal): simplify some enable/disable function in pau_ll
|
2025-06-20 20:11:55 +08:00 |
|
wuzhenghui
|
86ea927ef9
|
change(hal): avoid the read-modify-write for a WT register in pau_ll
|
2025-06-20 20:11:55 +08:00 |
|
Wu Zheng Hui
|
5d8e56b4c9
|
Merge branch 'feat/support_esp32h4_modem_clock' into 'master'
feat(esp_hw_support): add esp32h4 modem clock initial support
Closes PM-445
See merge request espressif/esp-idf!39948
|
2025-06-20 17:27:09 +08:00 |
|
Gao Xu
|
f638d5e075
|
Merge branch 'contrib/github_pr_16130' into 'master'
esp_adc: Release the peripheral after calibration (GitHub PR)
Closes IDFGH-15489
See merge request espressif/esp-idf!39895
|
2025-06-19 20:49:22 +08:00 |
|
gaoxu
|
afadb17ed8
|
fix(adc): fix P4 ADC2 oneshot error and refactor apb claim macor
|
2025-06-19 14:20:20 +08:00 |
|
wuzhenghui
|
d8acb7b656
|
change(hal): remove modem_lpcon_ll_get_date
|
2025-06-18 11:50:13 +08:00 |
|
wuzhenghui
|
c7f114e0a9
|
change(hal): add union enum type for modem peripheral 32k source selection
|
2025-06-18 11:48:48 +08:00 |
|
C.S.M
|
f4a45a30b5
|
Merge branch 'refactor/remove_tsens_legacy' into 'master'
refactor(temperature_sensor): Remove legacy temperature sensor driver
Closes IDF-12570 and IDF-13366
See merge request espressif/esp-idf!39840
|
2025-06-16 16:09:40 +08:00 |
|
C.S.M
|
bdf4dafe56
|
fix(soc): Fix wrong efuse register on esp32c61
|
2025-06-16 10:58:53 +08:00 |
|
C.S.M
|
caf1a18188
|
refactor(temperature_sensor): Move calibration function from efuse to hal
|
2025-06-16 10:58:11 +08:00 |
|
Song Ruo Jing
|
60bef64f5c
|
feat(gpio): esp_rom_gpio_connect_in/out_signal now has their hal implementation
|
2025-06-11 20:41:37 +08:00 |
|
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 |
|
Laukik Hase
|
0d8a1f5427
|
refactor(hal): Refactor the APM LL/HAL APIs
|
2025-06-06 18:28:47 +05:30 |
|
harshal.patil
|
fe78370ec9
|
feat(mbedtls/sha): New API for setting SHA mode
|
2025-06-06 14:51:44 +05:30 |
|
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 |
|
nilesh.kale
|
0fb8c2a9b8
|
feat: enabled ECDSA-P192 support for ESP32H2
|
2025-05-22 14:55:03 +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
|
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 |
|
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 |
|
gaoxu
|
e1b6493304
|
feat(adc): add always inline for adc ll functions called by bootloader
|
2025-05-14 13:45:55 +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 |
|
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 |
|
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 |
|
C.S.M
|
bb03892461
|
feat(uhci): Add length receive threshold support
|
2025-04-29 11:12:38 +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 |
|
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 |
|
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 |
|
Li Shuai
|
8e25a37f67
|
Merge branch 'feat/support_hp_uarts_wakeup_modes_during_light_sleep' into 'master'
support hp uarts wakeup modes during light sleep
See merge request espressif/esp-idf!37730
|
2025-04-22 17:49:02 +08:00 |
|
Li Shuai
|
d115a3daac
|
feat(esp_driver_uart): support hp uarts wakeup modes 1 2 3 during light sleep
|
2025-04-21 14:03:34 +08:00 |
|
C.S.M
|
d6760b170a
|
fix(i2c): Fix that fsm reset cause i2c scl frequency changed on esp32s2,
Closes https://github.com/espressif/esp-idf/issues/15724
|
2025-04-17 18:03:42 +08:00 |
|
nilesh.kale
|
d9f03d7f28
|
fix(hal): updated API description and added comments
|
2025-04-15 14:58:53 +05:30 |
|
morris
|
2b5d91ad1c
|
refactor(ana_cmpr): enhanced the driver implementation
|
2025-04-11 17:45:32 +08:00 |
|
laokaiyao
|
db85cd02be
|
refactor(esp32c61): bus_monitor backward compatible refactor
|
2025-04-08 22:50:04 +08:00 |
|