wanckl
|
e6fcaf4e34
|
fix(driver_twai): fixed c5 listenonly mode errata, add rx buffer check
|
2025-06-27 22:08:21 +08:00 |
|
Song Ruo Jing
|
6d293c8582
|
feat(clk): Add basic clock support for esp32h21
|
2025-06-16 15:05:32 +08:00 |
|
Laukik Hase
|
0d8a1f5427
|
refactor(hal): Refactor the APM LL/HAL APIs
|
2025-06-06 18:28:47 +05:30 |
|
Chen Jichang
|
70e5042ea9
|
fix(parlio): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
|
2025-05-22 17:38:58 +08:00 |
|
Chen Jichang
|
4bfd180a94
|
fix(i2c): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
|
2025-05-22 17:27:18 +08:00 |
|
Chen Jichang
|
9837138659
|
fix(gptimer): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
|
2025-05-22 17:27:18 +08:00 |
|
morris
|
57420057b6
|
fix(pcnt): only call esp_pm APIs when CONFIG_PM_ENABLE is enabled
Closes https://github.com/espressif/esp-idf/issues/15923
|
2025-05-22 17:27:18 +08:00 |
|
Song Ruo Jing
|
8262915e28
|
refactor(regi2c): remove regi2c_defs.h from some targets
|
2025-05-19 21:46:40 +08:00 |
|
morris
|
9c8ead5e03
|
Merge branch 'bugfix/periphint_typo' into 'master'
Fix typo in periph_inttrput_t type name
Closes IDF-12096
See merge request espressif/esp-idf!39179
|
2025-05-16 10:38:23 +08:00 |
|
Yuan Yu
|
9a109ca17c
|
fix(peripherals): Correct typo in periph_inttrput_t
Corrected the typo in the type name from 'periph_inttrput_t' to 'periph_interrupt_t'.
|
2025-05-15 18:40:57 +08:00 |
|
morris
|
5cc6cbd4c7
|
fix(mcpwm): the wrong pm lock type on esp32 and esp32s3
|
2025-05-08 21:25:47 +08:00 |
|
Armando (Dou Yiwen)
|
67e5e59de3
|
Merge branch 'feat/c5_sdio' into 'master'
sdio: supported on c5
Closes IDF-12655 and IDF-12641
See merge request espressif/esp-idf!38652
|
2025-05-01 11:52:21 +08:00 |
|
armando
|
8d02253b48
|
refactor(sdio): sdio related soc register headers renaming
|
2025-04-30 10:50:12 +08:00 |
|
wanckl
|
8a60934c4f
|
feat(driver_twai): support legacy targets in new driver
|
2025-04-30 10:38:55 +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 |
|
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 |
|
Marius Vikhammer
|
503a9faa9f
|
change(core): clean-up leftover todo items in code
|
2025-04-23 16:15:19 +08:00 |
|
Chen Ji Chang
|
8a9d659882
|
Merge branch 'feat/support_gdma_on_h4' into 'master'
feat(gdma): support gdma on esp32h4
Closes IDF-12382
See merge request espressif/esp-idf!38340
|
2025-04-17 11:34:56 +08:00 |
|
Wu Zheng Hui
|
d98c580d40
|
Merge branch 'fix/esp32p4_xtal_path_not_on_top' into 'master'
fix(esp_hw_support): fix esp32p4 xtal_xpd depends on TOP power domain
See merge request espressif/esp-idf!38328
|
2025-04-15 14:54:13 +08:00 |
|
Chen Jichang
|
e353f92b66
|
feat(gdma): support gdma on esp32h4
|
2025-04-15 11:15:40 +08:00 |
|
wuzhenghui
|
5fbc742248
|
fix(esp_hw_support): fix esp32p4 xtal_xpd depends on TOP power domain
|
2025-04-09 17:10:57 +08:00 |
|
Li Shuai
|
29a470b530
|
fix(esp_hw_support): fix modem wakeup req always high caused by pmu min slp cycle update
|
2025-04-09 15:26:57 +08:00 |
|
wanckl
|
51873d46aa
|
feat(driver_spi): add h21 spi drivers supports
|
2025-04-03 11:27:29 +08:00 |
|
Song Ruo Jing
|
b38ac5ad82
|
feat(uart): add uart_detect_bitrate_bps API for data line bitrate measurement
Closes https://github.com/espressif/esp-idf/issues/14721
|
2025-03-28 15:03:19 +08:00 |
|
Li Shuai
|
157faa3344
|
feat(esp_hw_support): support runtime clock for peripherals to be ungated during sleep
|
2025-03-18 10:42:15 +08:00 |
|
Mahavir Jain
|
87024c3da1
|
Merge branch 'bugfix/cleanup_aes_192_references_for_unsupported_chips' into 'master'
fix(esp_rom): Remove AES - 192 references for unsupported chips
See merge request espressif/esp-idf!37506
|
2025-03-10 14:06:25 +08:00 |
|
Song Ruo Jing
|
1b09bb3037
|
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-06 20:35:48 +08:00 |
|
nilesh.kale
|
49e1e22f72
|
fix(esp_rom): Remove AES-192 references for unsupported chips
Cleaned up references to AES-192 in ROM headers for chips that do not support it.
|
2025-03-06 17:48:17 +05:30 |
|
Wan Lei
|
68b79fc138
|
Merge branch 'fix/spi_master_halt_using_rc_fast' into 'master'
fix(spi_master): fix spi halt when remove device who using rc_fast
See merge request espressif/esp-idf!31079
|
2025-02-12 15:18:22 +08:00 |
|
Wu Zheng Hui
|
f7feecf63b
|
Merge branch 'fix/fix_esp32c5_ulp_examples' into 'master'
fix(examples): fix esp32c5 ulp examples
Closes IDF-12084 and IDF-10034
See merge request espressif/esp-idf!36802
|
2025-02-10 21:27:16 +08:00 |
|
Jiang Jiang Jian
|
c28599dad9
|
Merge branch 'bugfix/pm-340' into 'master'
revert the fix of idf_size error caused by ldgen
Closes PM-340
See merge request espressif/esp-idf!36763
|
2025-02-10 10:58:31 +08:00 |
|
wanlei
|
cc7adfa068
|
fix(spi_master): fix spi halt when remove device who using rc_fast
|
2025-02-10 10:51:33 +08:00 |
|
wuzhenghui
|
c0f98621d7
|
fix(examples): fix esp32c5 ulp examples
|
2025-02-08 16:04:49 +08:00 |
|
Igor Udot
|
5f37de2889
|
Merge branch 'feat/lp-uart-wakeup-mode3' into 'master'
Added support for UART wakeup modes
Closes IDF-10202
See merge request espressif/esp-idf!31965
|
2025-02-06 11:15:37 +08:00 |
|
Li Shuai
|
65ef909867
|
Revert "change(soc): fix idf_size error caused by ldgen to run success for ci pipeline"
This reverts commit bd19d4b930 .
|
2025-02-05 19:58:39 +08:00 |
|
igor.udot
|
f742a05b28
|
feat: supports lp uart wakeup
|
2025-02-05 14:54:48 +08:00 |
|
Brett Regnier
|
01abdcbe43
|
change(soc): Fix spelling mistake in soc/interrupts.h
Merges https://github.com/espressif/esp-idf/pull/15273
Closes https://github.com/espressif/esp-idf/issues/15272
|
2025-01-24 10:46:47 +08:00 |
|
Marius Vikhammer
|
1d0fa29970
|
Merge branch 'feat/h21_interrupts' into 'master'
feat(intr): clean up and support interrupts on H21
Closes IDF-11535 and IDF-11537
See merge request espressif/esp-idf!36503
|
2025-01-23 12:13:34 +08:00 |
|
Marius Vikhammer
|
267a8776a0
|
feat(intr): clean up and support interrupts on H21
|
2025-01-20 15:10:30 +08:00 |
|
Li Shuai
|
bd19d4b930
|
change(soc): fix idf_size error caused by ldgen to run success for ci pipeline
|
2025-01-17 17:16:39 +08:00 |
|
Song Ruo Jing
|
486c95557a
|
Merge branch 'bugfix/gpio_8_16_bit_access' into 'master'
feat(gpio): add gpio_config_as_analog() API
Closes IDF-10247 and IDFGH-12754
See merge request espressif/esp-idf!35856
|
2025-01-10 15:14:19 +08:00 |
|
Song Ruo Jing
|
5b75572f23
|
fix(gpio): fix 8/16-bit gpio, rtc/lp_io register access
|
2025-01-08 16:49:34 +08:00 |
|
C.S.M
|
5e4fd8ee52
|
refactor(bod): Move brownout handling file from esp_system to esp_hw_support
|
2025-01-08 14:41:37 +08:00 |
|
Marius Vikhammer
|
d8de8c6e40
|
Merge branch 'bugfix/enable_additional_lp_io_wakeup' into 'master'
fix(lp_io): enable setting edge type wakeup sources for targets that support this
See merge request espressif/esp-idf!35122
|
2024-12-26 10:41:23 +08:00 |
|
gaoxu
|
1efea28c69
|
feat(interrupt): rename interrupt martix reg base
|
2024-12-24 19:13:32 +08:00 |
|
gaoxu
|
8b2470a4ab
|
feat(lp_timer): add soc caps that lp timer and brownout share intr source
|
2024-12-20 22:43:11 +08:00 |
|
Marius Vikhammer
|
c35f188efb
|
fix(lp_io): allow edge wakeup types for LP-IO on chips which support it
|
2024-12-17 10:00:48 +08:00 |
|