gaoxu
7e54886a4e
feat(esp32h21): move gpio intr source to gpio_ll.h
2025-02-24 17:32:01 +08:00
Song Ruo Jing
c9dff55c9f
Merge branch 'bugfix/gpio_standardization_fix' into 'master'
...
fix(gpio): minor improvement to output/input configuration step
Closes IDF-12240
See merge request espressif/esp-idf!36973
2025-02-24 15:56:59 +08:00
Armando
c7ee2d7157
refactor(pmu): replace regi2c registers with LL APIs
2025-02-24 11:16:48 +08:00
Armando
d598c9db7c
refactor(rng): refactor to use hal/ll apis for c61
2025-02-24 11:16:48 +08:00
Song Ruo Jing
53d8b70e8b
fix(gpio): fix IO output enable control
...
oen_sel and oen_inv_sel fields from func_out_sel_cfg register
2025-02-20 19:49:28 +08:00
Song Ruo Jing
a88bd155cd
fix(ledc): overflowed integer argument in ledc_hal_clear_left_off_fade_param
2025-02-20 18:54:19 +08:00
Wan Lei
76133bc373
Merge branch 'fix/remove_gpio_hal_iomux_func_sel' into 'master'
...
fix(driver_gpio): remove gpio_hal_iomux_func_sel
See merge request espressif/esp-idf!33928
2025-02-20 18:52:35 +08:00
wanckl
222b1ddbab
fix(driver_gpio): remove gpio_hal_iomux_func_sel
2025-02-19 17:17:51 +08:00
Armando (Dou Yiwen)
e21e3f417f
Merge branch 'fix/adc_func_register_not_reset_issue' into 'master'
...
adc: func register not reset issue
Closes IDF-12489
See merge request espressif/esp-idf!37001
2025-02-18 10:55:07 +08:00
Armando
78e6ce0d35
fix(adc): fixed adc function register not reset issue
2025-02-17 16:22:13 +08:00
laokaiyao
ad623893d4
feat(i2s): support tuning rate dynamically
2025-02-17 16:20:24 +08:00
Wan Lei
c7a0e45489
Merge branch 'feat/spi_master_dynamic_freq' into 'master'
...
feat(spi_master): add transaction config for device multi freq point
Closes IDFGH-12774
See merge request espressif/esp-idf!28579
2025-02-13 15:58:59 +08:00
Kevin (Lao Kaiyao)
c542692cc2
Merge branch 'docs/fix_i2s_tdm_programming_guide' into 'master'
...
docs(i2s): fix i2s capability in doc and code
Closes IDF-11854
See merge request espressif/esp-idf!36815
2025-02-13 14:49:59 +08:00
wanckl
39c85269cc
feat(spi_master): add transaction config for dynamic clock speed update
...
Closes https://github.com/espressif/esp-idf/issues/13753
2025-02-12 20:29:34 +08:00
Song Ruo Jing
d59f732718
Merge branch 'refactor/gpio_apis_modification' into 'master'
...
refactor(gpio): refactor some GPIO APIs
See merge request espressif/esp-idf!36384
2025-02-12 11:33:37 +08:00
C.S.M
4acf7c2e4d
feat(i3c): i3c-i2c driver drv support
2025-02-11 10:37:04 +08:00
Song Ruo Jing
a6ac2bb322
refactor(gpio): improve gpio_get_io_config API
2025-02-10 21:44:51 +08:00
Song Ruo Jing
3a8d065908
refactor(gpio): improve gpio_iomux_in/out API
2025-02-10 21:44:07 +08:00
laokaiyao
d4481517f7
fix(i2s): fixed the pdm2pcm capability on c5 and c61
2025-02-10 20:33:56 +08:00
C.S.M
3e79641afa
test(spi_flash): Add framework to test driver can work under flash auto-suspend
2025-02-10 13:51:11 +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
Mahavir Jain
706b5e44d3
Merge branch 'fix/enable_pseudo_round_func_in_flash_enc_release_mode' into 'master'
...
fix(bootloader_support): Enable pseudo round function hen flash encryption release mode is enabled for H2-ECO5
See merge request espressif/esp-idf!36523
2025-01-23 17:16:32 +08:00
harshal.patil
f6be421a48
fix(bootloader_support): Enable pseudo round function in flash enc release mode for H2-ECO5
2025-01-21 12:21:42 +05:30
laokaiyao
c13ac70aa7
ci: check register half word
2025-01-20 16:37:18 +08:00
Armando
8a654ffce1
feat(psram): ecc feature on c5 c61
2025-01-17 16:39:59 +08:00
Jiang Jiang Jian
9c421495cc
Merge branch 'bugfix/pm-300' into 'master'
...
fix some esp32c5 and esp32c61 light sleep wakeup issues
Closes PM-297, PM-300, and PM-212
See merge request espressif/esp-idf!36013
2025-01-16 18:11:37 +08:00
Harshal Patil
a45b6e7b72
Merge branch 'feat/support_aes_pseudo_round_func_in_esp32h2_eco5' into 'master'
...
Support AES and XTS-AES's pseudo round function in ESP32H2-ECO5
Closes IDF-11400 and IDF-11401
See merge request espressif/esp-idf!36041
2025-01-15 23:22:18 +08:00
harshal.patil
b26109cede
feat(hal/spi_flash_encrypted): Support AES pseudo rounds function in ESP32-H2 ECO5
2025-01-15 16:00:44 +05:30
C.S.M
59df7c1b8f
feat(vbat): Add support to use vbat as rtc battery
2025-01-15 15:28:09 +08:00
morris
d78f270b04
Merge branch 'feat/spi_std_timing_and_bit_trans' into 'master'
...
feat(driver_spi): support adjust master rx to standard timing
Closes IDF-11396
See merge request espressif/esp-idf!36058
2025-01-13 10:07:28 +08:00
morris
cc9fb5bd5e
Merge branch 'change/update_gdma_register_esp32c61' into 'master'
...
change(dma): update gdma register of esp32c61
See merge request espressif/esp-idf!36028
2025-01-08 23:55:13 +08:00
wanckl
460380bb25
feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing
2025-01-08 17:17:06 +08:00
morris
876a747048
change(dma): update gdma register of esp32c61
2025-01-08 13:26:06 +08:00
Armando
14b5db0e87
refactor(mspi): rename to mspi_ll.h
2025-01-07 16:16:06 +08:00
Li Shuai
248b61ef51
fix(uart): fix esp32c61 light sleep uart wakeup failed
2025-01-06 11:58:37 +08:00
Alexey Lapshin
7f80baa1f6
Merge branch 'feature/esp32c5-esp32c61_enable-panic-tests' into 'master'
...
feat(panic): support HWSG for esp32c5, esp32c61 and enable testing
Closes IDF-8662 and IDF-9269
See merge request espressif/esp-idf!35816
2024-12-27 19:34:25 +08:00
Alexey Lapshin
b58c9a4219
feat(panic): support HWSG for esp32c5, esp32c61 and enable testing
2024-12-26 12:45:17 +07:00
Wu Zheng Hui
bba3063b52
Merge branch 'fix/fix_p4_deepsleep_io_leakage' into 'master'
...
fix(esp_hw_support): fix esp32p4 JTAG pad deepsleep current leakage
Closes PM-204
See merge request espressif/esp-idf!35633
2024-12-24 15:36:09 +08:00
wuzhenghui
58786528fd
fix(esp_hw_support): fix esp32p4 JTAG pad deepsleep current leakage
2024-12-23 21:17:31 +08:00
laokaiyao
7086f4ca6d
fix(i2s): add check for the tdm frame bits num
2024-12-23 14:39:07 +08:00
laokaiyao
7c6f50b744
fix(i2s): fixed some missing content and updates
2024-12-23 14:39:07 +08:00
C.S.M
bd5945d1cc
Merge branch 'feat/auto_suspend_waiti' into 'master'
...
feat(spi_flash): Add config for adding auto check status after suspend to improve performance
See merge request espressif/esp-idf!35628
2024-12-20 16:35:21 +08:00
Song Ruo Jing
4535c27224
Merge branch 'contrib/github_pr_14923' into 'master'
...
GPIO: Add gpio_get_io_config(). (GitHub PR)
Closes IDFGH-14117 and IDFGH-14127
See merge request espressif/esp-idf!35266
2024-12-19 21:02:50 +08:00
Song Ruo Jing
c749ec66f6
fix(gpio): fix pu, pd, drv value incorrect from gpio_dump_io_configuration on esp32
...
Closes https://github.com/espressif/esp-idf/issues/14931
2024-12-18 22:38:25 +08:00
C.S.M
81426057b5
feat(spi_flash): Add config for adding auto check status after suspend to improve performance
2024-12-18 14:55:25 +08:00
Armando
f1b0c5dcb4
feat(cache): added cache invalidate all ll apis
2024-12-18 11:33:28 +08:00
laokaiyao
f731a53694
refactor(ana_cmpr): use enum types in ll
2024-12-12 10:46:54 +08:00
Armando
6528ab5971
refactor(mspi): refactor mspi clock src settings
2024-12-11 14:46:07 +08:00
laokaiyao
0cae6d526c
feat(ana_cmpr): support analog comparator on C61
2024-12-09 10:33:21 +08:00