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 |
|
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 |
|
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 |
|
Song Ruo Jing
|
5b75572f23
|
fix(gpio): fix 8/16-bit gpio, rtc/lp_io register access
|
2025-01-08 16:49:34 +08:00 |
|
Armando
|
14b5db0e87
|
refactor(mspi): rename to mspi_ll.h
|
2025-01-07 16:16:06 +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 |
|
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 |
|
Wan Lei
|
3bdab3a191
|
Merge branch 'feat/c5_twaifd_lowlevel_support' into 'master'
feat(twai): c5 twaifd basic low level support
See merge request espressif/esp-idf!34081
|
2024-12-19 11:27:29 +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 |
|
wanckl
|
fe48cbc3c0
|
feat(twai): c5 twaifd low level support and deprecate old types header
|
2024-12-18 19:23: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 |
|
Armando
|
6528ab5971
|
refactor(mspi): refactor mspi clock src settings
|
2024-12-11 14:46:07 +08:00 |
|
morris
|
a8f6776b0f
|
change(hal): remove unused sdkconfig.h
|
2024-11-29 22:41:12 +08:00 |
|
morris
|
5cae5090c2
|
fix(hal): integer overflow found by coverity
actually these "bugs" are harmless from the perspective of the hardware
|
2024-11-27 09:57:37 +08:00 |
|
morris
|
8da529e5eb
|
Merge branch 'refactor/i2c_ll_trm_sync' into 'master'
refactor(i2c): rename some LL functions according to TRM descriptions
See merge request espressif/esp-idf!35049
|
2024-11-22 10:13:29 +08:00 |
|
laokaiyao
|
9b779d8b3c
|
feat(i2s): support to select PDM data format
|
2024-11-21 19:04:55 +08:00 |
|
morris
|
3fb7461eb0
|
refactor(i2c): rename some LL functions according to TRM descriptions
|
2024-11-20 19:16:23 +08:00 |
|
Song Ruo Jing
|
e6ef4d1791
|
fix(uart): fix 8/16-bit uart register access
|
2024-11-12 16:52:10 +08:00 |
|
C.S.M
|
941d0e0779
|
feat(i2c_slave): refactor i2c slave api to version 2 inorder to solve some existing problem
|
2024-11-08 18:04:29 +08:00 |
|
morris
|
712e6ad927
|
fix(gpio): improve set level performance
by avoid "read-modify-write" operation. The registers designed to be
write only.
Related to https://github.com/espressif/esp-idf/issues/14674
|
2024-11-07 16:29:28 +08:00 |
|
Gao Xu
|
ffcf40cee3
|
Merge branch 'feature/esp32c61_i2s_support' into 'master'
feat(i2s): support i2s on esp32c61
Closes IDF-9312 and IDF-9313
See merge request espressif/esp-idf!32905
|
2024-10-25 11:18:44 +08:00 |
|
laokaiyao
|
ecb52d3af3
|
refactor(i2s): rename the confusing port number
|
2024-10-23 18:16:57 +08:00 |
|
gaoxu
|
8ab0cdde60
|
feat(i2s): support i2s on esp32c61
|
2024-10-22 15:12:38 +08:00 |
|
laokaiyao
|
5be7860c54
|
fix(i2s): fix i2s half sample rate issue
|
2024-09-30 22:16:52 +08:00 |
|
Song Ruo Jing
|
6afbc06666
|
feat(gdma): add retention support for esp32p4, esp32c5, esp32c61
|
2024-09-24 12:33:41 +08:00 |
|
laokaiyao
|
c6e7e82524
|
change(sdm): delete the confusing part in sdm programming guide
|
2024-09-13 14:13:20 +08:00 |
|
laokaiyao
|
d9d316b97d
|
refactor(sdm): add check and error info to the clock division
|
2024-09-13 14:13:20 +08:00 |
|
Song Ruo Jing
|
2cef80666b
|
Merge branch 'feature/gpio_add_direction' into 'master'
feat(gpio): allow appending mode to IOs
See merge request espressif/esp-idf!33181
|
2024-09-12 18:20:11 +08:00 |
|
Song Ruo Jing
|
e1d3d830ce
|
refactor(gpio): public some IO configuration functions
This allows different peripheral drivers to act on the same IO.
|
2024-09-11 18:07:46 +08:00 |
|
wuzhenghui
|
05e74480f5
|
feat(esp_system): gate some clock by default to optmize esp32p4 active power
|
2024-09-11 10:53:00 +08:00 |
|
C.S.M
|
3ccdd8b397
|
fix(i2c): Fix possible error state in clear the bus,
Closes https://github.com/espressif/esp-idf/issues/13647
|
2024-09-06 14:28:26 +08:00 |
|
Zhu Li Qun
|
b9c58c550c
|
Merge branch 'bugfix/fix_s3c3_wrong_ext32k_config_bug' into 'master'
fix(ext_32k): fix the external 32K issue on C3&S3
See merge request espressif/esp-idf!33150
|
2024-09-04 11:30:55 +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 |
|
zlq
|
f567341168
|
fix(ext_32k): fix the external 32K issue on C3&S3
|
2024-09-02 19:33:30 +08:00 |
|
C.S.M
|
8aee667873
|
fix(i2c_master): Fix an I2C issue that slave streth happen but master timeout set seems doesn't work
Closes https://github.com/espressif/esp-idf/issues/14129
Closes https://github.com/espressif/esp-idf/issues/14401
|
2024-08-22 18:28:57 +08:00 |
|
C.S.M
|
bc80476411
|
fix(mspi): Refactor mspi ll/soc for c5 and c61
|
2024-08-15 15:08:56 +08:00 |
|
morris
|
9716d9e5ca
|
refactor(brownout): correct names comments in the LL driver
|
2024-08-07 10:46:57 +08:00 |
|
C.S.M
|
69950910cb
|
fix(spi_flash): Fix issue that bit_length is wrong on suspend chip because not judge idle correctly
|
2024-07-29 14:35:30 +08:00 |
|
Song Ruo Jing
|
4cd74f51db
|
fix(ledc): clear ledc_mem_force_pd when LEDC peripheral is in use
And enable target test for C5 and P4
|
2024-07-05 15:11:57 +08:00 |
|
Mahavir Jain
|
f978dd0af9
|
Merge branch 'bugfix/update_naming_style_for_mpi_power_related_api' into 'master'
fix(hal): updated naming style for power up and down api for mpi peripheral
See merge request espressif/esp-idf!31693
|
2024-07-05 14:29:58 +08:00 |
|
C.S.M
|
8b2350ce1c
|
fix(usb_serial_jtag): Fix issue that use u32_reg read/write cannot be used to modify fifo regs
|
2024-07-03 15:15:46 +08:00 |
|
nilesh.kale
|
469942225b
|
fix(hal): updated naming style for power up and down api for mpi peripheral
This commit updated APIs' naming style to ensure consistency throughout
all other peripherals.
|
2024-07-03 10:49:20 +05:30 |
|
morris
|
722ce211af
|
fix(rmt): power up memory block
|
2024-06-28 10:58:04 +08:00 |
|
C.S.M
|
d53add5d84
|
fix(usb_serial_jtag): fix regs are not handled properly for half-word instructions
|
2024-06-20 16:58:15 +08:00 |
|