Song Ruo Jing
|
6d293c8582
|
feat(clk): Add basic clock support for esp32h21
|
2025-06-16 15:05:32 +08:00 |
|
laokaiyao
|
0f2c1ab859
|
refactor(touch): adjust touch channel number on P4 from 0-13 to 1-14
|
2025-06-08 22:08:00 +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 |
|
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 |
|
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 |
|
morris
|
5945ad1a63
|
Merge branch 'refactor/add_dfs_init_auto_test' into 'master'
fix(mcpwm): the wrong pm lock type on esp32 and esp32s3
See merge request espressif/esp-idf!38934
|
2025-05-15 21:51:59 +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 |
|
armando
|
402bf0ce58
|
feat(sd): sd host driver layer driver NG
|
2025-05-15 10:57:33 +08:00 |
|
morris
|
5cc6cbd4c7
|
fix(mcpwm): the wrong pm lock type on esp32 and esp32s3
|
2025-05-08 21:25:47 +08:00 |
|
Jan Beran
|
ba86dbb9f6
|
change(gen_soc_caps_kconfig): check if config options have the same type
Also introduce ignore pragma to prevent some #defines from .h files to
be translated to Kconfig files.
|
2025-05-07 13:37:05 +02: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 |
|
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 |
|
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 |
|
Ondrej Kosta
|
e941910c0f
|
feat(esp_eth): Added destination MAC address filter configuration interface
|
2025-04-29 13:54:56 +02:00 |
|
wanckl
|
51873d46aa
|
feat(driver_spi): add h21 spi drivers supports
|
2025-04-03 11:27:29 +08:00 |
|
laokaiyao
|
c9cc7bb216
|
feat(ulp_touch): add example for lp_touch
|
2025-03-14 21:56:05 +08:00 |
|
laokaiyao
|
ffb8adcf49
|
feat(ulp_touch): support ulp touch driver on p4
|
2025-03-14 21:10:16 +08:00 |
|
wuzhenghui
|
dc93eb533a
|
fix(esp_hw_support): add timer wakeup sleep duration check
Closes https://github.com/espressif/esp-idf/issues/15255
|
2025-02-07 19:43:54 +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 |
|
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 |
|
Ondrej Kosta
|
d30e4d9960
|
Merge branch 'feat/eth_gpio' into 'master'
feat(esp_eth): new gpio init strategy
Closes IDF-11128
See merge request espressif/esp-idf!35827
|
2025-01-22 20:20:07 +08:00 |
|
laokaiyao
|
c13ac70aa7
|
ci: check register half word
|
2025-01-20 16:37:18 +08:00 |
|
Marius Vikhammer
|
267a8776a0
|
feat(intr): clean up and support interrupts on H21
|
2025-01-20 15:10:30 +08:00 |
|
Ondrej Kosta
|
83fecdd5d3
|
change(esp_eth): new gpio init strategy
|
2025-01-15 22:53:33 +08:00 |
|
laokaiyao
|
fd7b80833c
|
feat(touch): support touch v1 in new touch driver
|
2025-01-10 16:42:22 +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 |
|
C.S.M
|
3140ce06e8
|
fix(i2c_slave): Support 10-bit address on esp32
|
2024-12-17 19:14:32 +08:00 |
|
morris
|
24272610b2
|
refactor(soc): reformat code with astyle
|
2024-11-22 11:09:38 +08:00 |
|
laokaiyao
|
9b779d8b3c
|
feat(i2s): support to select PDM data format
|
2024-11-21 19:04:55 +08:00 |
|
Song Ruo Jing
|
582c99041c
|
Merge branch 'bugfix/uart_8_16_bit_access' into 'master'
fix(uart): fix 8/16-bit uart register access
Closes IDF-10256
See merge request espressif/esp-idf!34846
|
2024-11-13 17:17:26 +08:00 |
|
Armando
|
9e3b7e4558
|
feat(sdmmc): supported UHS-I SDR50 (100Mhz) and DDR50 mode
|
2024-11-13 09:47:45 +08:00 |
|
Song Ruo Jing
|
e6ef4d1791
|
fix(uart): fix 8/16-bit uart register access
|
2024-11-12 16:52:10 +08:00 |
|
Song Ruo Jing
|
92ed77933b
|
refactor(clk): deprecate SOC_RTC_FAST_CLK_SRC_XTAL_DIV
|
2024-11-04 12:37:17 +08:00 |
|
wanckl
|
ef7406257a
|
feat(driver_spi): spi master support sleep retention(recovery)
|
2024-10-24 12:47:32 +08:00 |
|
Song Ruo Jing
|
4a90deb227
|
feat(ledc): support ledc sleep mode selection
Support LEDC sleep retention on C6/H2/P4
|
2024-10-22 17:54:32 +08:00 |
|
laokaiyao
|
0cb4bdc54e
|
feat(i2s): support sleep retention
|
2024-09-30 17:38:22 +08:00 |
|
laokaiyao
|
a02b0c52e5
|
refactor(soc): sort esp32 soc headers
|
2024-09-23 09:46:36 +08:00 |
|
Lou Tian Hao
|
c7d532049a
|
Merge branch 'feature/esp32c61_light_sleep_support_stage_2' into 'master'
feat(esp_hw_support): esp32c61 sleep support (Stage 2: support basic pmu sleep function)
Closes IDF-9248, IDF-9247, IDF-9246, IDF-10993, IDF-9250, PM-203, and IDF-9244
See merge request espressif/esp-idf!33294
|
2024-09-11 15:11:58 +08:00 |
|
Lou Tianhao
|
0926a700c2
|
feat(pm): support basic pmu sleep
|
2024-09-10 10:44:13 +08:00 |
|
laokaiyao
|
65f49c6a7b
|
refactor(soc): create soc include folders
|
2024-09-10 09:56:11 +08:00 |
|
Armando (Dou Yiwen)
|
85bc5acfc7
|
Merge branch 'change/sdmmc_ll_layer' into 'master'
sdmmc: full ll layer
Closes IDF-10544 and IDF-10251
See merge request espressif/esp-idf!33156
|
2024-09-04 10:54:37 +08:00 |
|
Armando
|
a1da4f8a01
|
feat(sdmmc): sdmmc full ll layer
|
2024-09-03 17:03:42 +08:00 |
|
wanckl
|
19c6e77a31
|
fix(mspi): collect mspi iomux pin macro from iomux_reg.h to spi_pins.h
|
2024-09-03 13:55:00 +08:00 |
|
wanckl
|
473f39c31f
|
fix(driver_spi): move macro GPIO_MATRIX_DELAY_NS out from soc.h
|
2024-09-03 13:55:00 +08:00 |
|
morris
|
23c41fc772
|
feat(lcd): support i80 lcd driver on esp32p4
|
2024-08-20 18:47:22 +08:00 |
|