Gao Xu
0974d66680
Merge branch 'feature/esp32c5_p4_adc_calibration' into 'master'
...
Feature/esp32 p4 adc calibration
Closes IDF-7467, IDF-9573, and IDFGH-13617
See merge request espressif/esp-idf!35060
2025-01-07 10:18:11 +08:00
gaoxu
1b49a1674e
feat(adc): support ADC calibration on ESP32P4
2025-01-06 11:04:29 +08:00
morris
cf8521abbb
Merge branch 'feat/ldo_can_output_3v3' into 'master'
...
feat(ldo): support output rail voltage (3.3V)
See merge request espressif/esp-idf!36031
2025-01-03 10:57:32 +08:00
Tomas Rezucha
f029ad207f
Merge branch 'fix/usb_ctrl_nyet' into 'master'
...
fix(usb/host): Fix reaction on High-Speed NYET packet
See merge request espressif/esp-idf!35737
2025-01-02 17:25:35 +08:00
morris
85f8f25b30
feat(ldo): support output rail voltage (3.3V)
2025-01-02 17:13:31 +08:00
Kevin (Lao Kaiyao)
c39b8729cc
Merge branch 'feature/support_rtc_power_done_for_touch_wakeup' into 'master'
...
feat(touch): support rtc power done for touch wakeup
Closes IDF-11754, IDF-11713, IDF-5241, and IDF-11912
See merge request espressif/esp-idf!35463
2024-12-30 11:24:18 +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
Wu Zheng Hui
01b1191e8f
Merge branch 'fix/fix_p4_usb_phy_bad_suspend_on_lslp' into 'master'
...
fix(esp_hw_support): fix p4 OTG phy bad suspend cause high power consumption on sleep
Closes PM-136
See merge request espressif/esp-idf!35727
2024-12-27 15:35:44 +08:00
laokaiyao
678ddba550
feat(touch): allow RTC power down during the deep sleep
2024-12-26 19:14:12 +08:00
wuzhenghui
ec16bd7132
fix(esp_hw_support): fix p4 OTG phy bad suspend cause high power consumption on sleep
2024-12-26 14:44:22 +08:00
Alexey Lapshin
b58c9a4219
feat(panic): support HWSG for esp32c5, esp32c61 and enable testing
2024-12-26 12:45:17 +07:00
laokaiyao
ab2055cd70
refactor(parlio): refactor for the H2 ECO5 compatibility
2024-12-24 18:52:45 +08:00
morris
0c909888f9
Merge branch 'feat/rgb_lcd_increase_pclk' into 'master'
...
feat(lcd): increase the upper limit of pclk frequency for RGB LCD
See merge request espressif/esp-idf!35845
2024-12-24 16:23:05 +08: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
Song Ruo Jing
ebdb804d63
Merge branch 'bugfix/dvp_isp_yuv_submodule_workaround' into 'master'
...
fix(isp): fix some submodule dependence for specific isp output format
See merge request espressif/esp-idf!35532
2024-12-24 12:25:11 +08:00
morris
d39388fe4f
feat(lcd): increase the upper limit of pclk frequency for RGB LCD
2024-12-23 22:01:34 +08:00
Song Ruo Jing
c05603d4a0
fix(isp): isp_dvp raw->rgb needs a workaround
2024-12-23 21:43:43 +08:00
Song Ruo Jing
338b0c707d
Revert "change(isp): enable yuv submodules"
...
This reverts commit e4a4497094
.
2024-12-23 21:43:43 +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
Chen Ji Chang
fce82302cd
Merge branch 'fix/parlio_add_gdma_fifo_reset' into 'master'
...
fix(parlio_tx): add clock and fifo reset in disable function
See merge request espressif/esp-idf!35657
2024-12-20 14:06:37 +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
Chen Jichang
0c2c142134
fix(parlio_tx): add clock and fifo reset in disable function
2024-12-19 17:40:07 +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
Tomas Rezucha
3fd2f53c68
fix(usb/host): Fix reaction on High-Speed NYET packet
...
In Scatter-Gather DMA mode, the USB-DWC will automatically enable
PING protocol if an OUT packet is NACKed by the High-Speed device.
The PING bit must be manually reset.
2024-12-17 17:45:54 +01: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
Kevin (Lao Kaiyao)
8077b5c7e2
Merge branch 'feature/support_ana_cmpr_on_c61' into 'master'
...
feat(ana_cmpr): support analog comparator on C61
Closes IDF-11082
See merge request espressif/esp-idf!35480
2024-12-09 20:22:19 +08:00
laokaiyao
0cae6d526c
feat(ana_cmpr): support analog comparator on C61
2024-12-09 10:33:21 +08:00
Armando
e4a4497094
change(isp): enable yuv submodules
2024-12-05 17:21:05 +08:00
Song Ruo Jing
314f4c0f63
feat(dvp_isp_dsi_example): add an example shows DVP-ISP-DSI combination
2024-12-05 17:20:58 +08:00
morris
a8f6776b0f
change(hal): remove unused sdkconfig.h
2024-11-29 22:41:12 +08:00
Armando (Dou Yiwen)
4cb18200d5
Merge branch 'feat/120m_flash_p4' into 'master'
...
flash: 120MHz timing tuning support on ESP32P4 (no merge now)
Closes IDF-11678
See merge request espressif/esp-idf!34995
2024-11-29 11:40:29 +08:00
Armando
35a74630dc
change(flash): add fdummy rin update
2024-11-28 14:53:20 +08:00
Armando
1eef2e8c19
feat(mspi): supported flash 120MHz SDR timing tuning on ESP32P4
2024-11-28 14:53:19 +08:00
morris
2bf02443f1
feat(mipi): fine tune DPHY PLL clock
2024-11-28 11:20:45 +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
morris
88c4086db9
Merge branch 'feat/mipi_dsi_underrun_error' into 'master'
...
feat(mipi_dsi): enable underrun error interrupt
See merge request espressif/esp-idf!31704
2024-11-18 11:32:23 +08:00
morris
c86a301736
feat(mipi_dsi): enable underrun error interrupt
2024-11-14 19:05:43 +08:00
morris
83c9cffd2b
change(soc): vectorize bitscrambler regsiter layout
2024-11-14 17:26:57 +08:00
Jeroen Domburg
ab75a94877
feat(bitscrambler): add hal driver support
2024-11-14 17:26:57 +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 (Dou Yiwen)
ed8ec9de0b
Merge branch 'feat/sdmmc_uhs_tuning' into 'master'
...
sdmmc: UHS-I support for SDR50 (100MHz, 50MB/s), DDR50 (50MHz, 50MB/s)
Closes IDF-10294, IDF-11447, and IDF-8886
See merge request espressif/esp-idf!34441
2024-11-13 11:05:10 +08:00
Armando
9e3b7e4558
feat(sdmmc): supported UHS-I SDR50 (100Mhz) and DDR50 mode
2024-11-13 09:47:45 +08:00