morris
281d61f131
Merge branch 'refactor/ll_functions_update' into 'master'
...
refactor(uhci): rename set_eof_mode to enable_eof_modes with bool en param
See merge request espressif/esp-idf!51144
2026-07-27 11:02:28 +08:00
morris
2a9d1ee20e
refactor(uhci): rename set_eof_mode to enable_eof_modes with bool en param
...
Rename uhci_ll_rx_set_eof_mode → uhci_ll_rx_enable_eof_modes and its
parameter eof_mode → eof_modes to reflect that multiple EOF modes can
be enabled simultaneously via bitmask. Add bool en parameter so callers
can enable or disable without an outer if-check.
2026-07-24 16:21:09 +08:00
wuzhenghui
c7de92feda
change(hal): rename PLL_F80M to REF_80M for esp32s31 peripherals clock defination
2026-07-22 16:32:13 +08:00
Song Ruo Jing
a5ff63830e
fix(uart): fix uart sw flow ctrl XOFF char write to wrong reg on ESP32C6
...
Add software flow control test case
Introduced in e6ef4d1791
Closes https://github.com/espressif/esp-idf/issues/18779
2026-07-06 20:49:56 +08:00
wuzhenghui
61be47b739
feat(esp_hw_support): support PMU clock ICG management for esp32s31
2026-06-17 11:34:37 +08:00
gaoxu
ca35f840ec
fix(uart): fix ESP32-S3 uart2 is_ enabled check error
...
(Closes https://github.com/espressif/esp-idf/issues/18690 )
2026-06-05 15:33:45 +08:00
Marius Vikhammer
0772dc6bf4
ci(ulp): re-enable multi dev tests for S31 ULP
2026-05-26 16:22:29 +08:00
Hu Rui
131bb462a4
feat(uhci): Add support for uhci on esp32s31
2026-04-21 14:41:22 +08:00
gaoxu
0068fb1507
feat(uart): support HP/LP uart on ESP32S31
2026-04-15 10:57:26 +08:00
Hu Rui
7c56253e33
feat(uhci): Add support for uhci on esp32h4
2026-04-01 17:15:32 +08:00
C.S.M
ba8b4cfd9e
feat(uhci): Add support for uhci on esp32h21
2026-03-24 19:00:10 +08:00
hebinglin
96af3e4d2e
change(example): change uart wakeup mode 0 edge threshold
2026-03-06 11:23:27 +08:00
Li Shuai
455cb7e7be
feat(esp_hal_uart): support esp32p4 hp uart 3,4 wakeup during light sleep
2026-03-05 18:11:17 +08:00
Song Ruo Jing
8baea2e4a0
feat(uart): add glitch filter functionality for UART
...
Closes https://github.com/espressif/esp-idf/issues/17847
2026-01-23 11:36:32 +08:00
wuzhenghui
f6730e1f32
fix(soc): fix LP_UART clock source definitions to FOSC instead of LP_FAST
2026-01-15 16:35:05 +08:00
hebinglin
f53a9a3a76
feat(esp_hw_support): support hp uart wakeup with 4 modes in esp32h4
2026-01-12 10:40:55 +08:00
Song Ruo Jing
e0d3cc040d
refactor(uart): clean up uart soc_caps
2025-12-25 14:52:11 +08:00
Song Ruo Jing
74aeb3f41f
refactor(uart): split UART HAL into separate component
2025-12-25 14:41:28 +08:00