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
Song Ruo Jing
0d68aa8585
Merge branch 'feature/isp_dvp_example' into 'master'
...
feat(dvp_isp_dsi_example): add new option to connect a DVP camera sensor (ov2640) through ISP_DVP
Closes IDF-10032
See merge request espressif/esp-idf!31796
2024-12-09 11:20:28 +08:00
laokaiyao
0cae6d526c
feat(ana_cmpr): support analog comparator on C61
2024-12-09 10:33:21 +08:00
morris
b79c7f0f53
Merge branch 'feat/add_pcnt_gpio_input_config' into 'master'
...
docs(pcnt): add gpio input mode documentation
Closes IDFGH-13364
See merge request espressif/esp-idf!33182
2024-12-06 18:47:18 +08:00
Song Ruo Jing
1cd5736e75
refactor(ledc): deprecate ledc_timer_set API
...
Closes https://github.com/espressif/esp-idf/issues/14884
2024-12-05 19:02:33 +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
99013d25a4
Merge branch 'contrib/github_pr_14315' into 'master'
...
feat(example): Add a I2C Simple example (GitHub PR)
Closes IDFGH-13408 and IDFGH-14090
See merge request espressif/esp-idf!35273
2024-12-05 11:34:05 +08:00
morris
0d7e589a71
Merge branch 'change/deprecate_gpspi_old_name' into 'master'
...
spi: don't use sdkconfig.h in hal driver
See merge request espressif/esp-idf!35361
2024-12-05 11:31:47 +08:00
Vinícius de Assis Madruga Prestes
2f5fcf276c
feat(example): Add a I2C Simple example
...
Merges https://github.com/espressif/esp-idf/pull/14315
Closes https://github.com/espressif/esp-idf/issues/14902
2024-12-05 10:32:42 +08:00
morris
1316d7b741
refactor(spi): hal driver doesn't depend on sdkconfig.h
2024-12-04 19:10:57 +08:00
Chen Jichang
e890b4bd7e
feat(lcd): support parlio lcd interface
2024-12-04 14:50:16 +08:00
Shen Meng Jing
c593cfaa69
Merge branch 'docs/update_cn_peripheral_docs' into 'master'
...
docs: Update CN translation for three docs in peripherals
Closes DOC-9610
See merge request espressif/esp-idf!35243
2024-12-02 18:22:09 +08:00
shenmengjing
843290fffd
docs: Update CN translation for three docs in peripherals
2024-12-02 17:02:42 +08:00
Song Ruo Jing
3abfd17004
feat(uart): support uart sleep retention on C5/C61
2024-11-28 14:59:05 +08:00
Song Ruo Jing
aa35807198
fix(clk): add an inevitable kconfig option to be selected to use rc32k
2024-11-26 21:20:32 +08:00
Wan Lei
b0be36de1d
Merge branch 'feat/spi_slave_sleep_retention' into 'master'
...
feat(driver_spi): spi slave driver sleep retention
Closes IDF-9746 and IDF-8467
See merge request espressif/esp-idf!33858
2024-11-26 14:44:54 +08:00
morris
4b9d9a19b9
Merge branch 'contrib/github_pr_14767' into 'master'
...
fix(gptimer): race on FSM state in gptimer_start() (GitHub PR)
Closes IDFGH-13929
See merge request espressif/esp-idf!34410
2024-11-22 18:21:30 +08:00
wanckl
ff78ea91cd
feat(driver_spi): slave hd driver sleep retention support
2024-11-22 16:41:48 +08:00
wanckl
9b7bbb1f0c
feat(driver_spi): slave driver support sleep retention
2024-11-22 16:41:30 +08:00
Kevin (Lao Kaiyao)
56349e6d65
Merge branch 'feature/support_i2s_pdm_data_format_option' into 'master'
...
feat(i2s): support to select PDM data format
Closes IDF-10511
See merge request espressif/esp-idf!28602
2024-11-21 21:58:00 +08:00
laokaiyao
9b779d8b3c
feat(i2s): support to select PDM data format
2024-11-21 19:04:55 +08:00
Armando
0cbcd652a3
doc(lp_vad): lp vad programming guide
2024-11-21 11:08:11 +08:00
Chen Jichang
4ace614ef3
docs(pcnt): add pullup and pulldown documentation
...
Closes https://github.com/espressif/esp-idf/issues/14277
2024-11-19 17:45:11 +08:00
lsita
0f8e6f68c3
fix(gptimer): race condition between start and stop
...
Merges https://github.com/espressif/esp-idf/pull/14767
2024-11-18 19:10:46 +08:00
laokaiyao
978896a09d
docs(i2s): update i2s cap overview
2024-11-18 18:38:30 +08:00
C.S.M
6a9e7f61e8
docs(i2c_slave): Update i2c slave programming guide for new changes
2024-11-14 11:40:44 +08:00
Armando
727825663b
doc(sdmmc): aadd UHS1 support for DDR50 / SDR50
2024-11-13 09:47:45 +08:00
Roman Leonov
dccbd16750
Merge branch 'docs/usb_host_ext_port_driver' into 'master'
...
docs(ext_port): Maintainers Notes for the External Port Driver
Closes IDF-11106
See merge request espressif/esp-idf!33350
2024-11-11 17:34:00 +08:00
gaoxu
efd04b7709
feat(adc): support ADC oneshot and continuous on C61
2024-11-08 17:13:26 +08:00
Chen Ji Chang
6b54dfc636
Merge branch 'feat/mcpwm_sleep_rentention' into 'master'
...
feat(mcpwm): support sleep retention
Closes IDF-9752 and IDF-8473
See merge request espressif/esp-idf!33839
2024-11-08 15:39:58 +08:00
Wan Lei
1a30fd0c39
Merge branch 'fix/c61_gpio_num_hardware_update' into 'master'
...
fix(esp_driver_gpio): esp32c61 gpio number update 22 -> 25
See merge request espressif/esp-idf!34747
2024-11-08 14:21:09 +08:00
wanckl
a50c095df1
fix(esp_driver_gpio): esp32c61 gpio number update 22 -> 25
2024-11-08 10:36:20 +08:00
morris
0ed4c19c5e
feat(lcd): support color conversion for mipi dsi driver
2024-11-07 17:02:54 +08:00
Chen Jichang
8e4ff8bcba
feat(mcpwm): support sleep retention
2024-11-07 12:06:31 +08:00
C.S.M
280b3d9e62
fix(i2c): Fix some issue in programming guide,
...
Closes https://github.com/espressif/esp-idf/issues/14794
2024-11-06 18:48:11 +08:00
Shen Meng Jing
d1991b5b46
Merge branch 'docs/translate_isp' into 'master'
...
Docs/Provide CN translation for isp.rst
Closes DOC-8335
See merge request espressif/esp-idf!32051
2024-11-01 15:36:55 +08:00
Chen Jichang
dd8c545423
fix(mcpwm): add warning about generator deadtime
...
Closes https://github.com/espressif/esp-idf/issues/14773
2024-10-30 19:35:04 +08:00
Roman Leonov
4685405a3f
docs(ext_port): Added maintainers notes for External Port Driver
2024-10-30 18:41:56 +08:00
Zhang Xiao Yan
9b270c4c7d
Merge branch 'docs/add_adc_zero_crossing_detection_description_code' into 'master'
...
docs: Add description and code example for ADC zero-crossing detection
See merge request espressif/esp-idf!34475
2024-10-30 16:40:45 +08:00
Linda
29513cfe09
docs: Add description and code example for ADC zero-crossing detection
2024-10-30 11:33:47 +08:00
laokaiyao
c007ec5f17
feat(touch): update doc and example for touch version 2
2024-10-30 10:02:49 +08:00
shenmengjing
31b665c628
docs: Provide CN translation for isp.rst
2024-10-29 14:41:35 +08:00
Kevin (Lao Kaiyao)
b918a31b7b
Merge branch 'bugfix/fix_i2s_apll_corrupted_with_dfs' into 'master'
...
fix(i2s): fix the crackle using apll with DFS feature
Closes IDFGH-13860
See merge request espressif/esp-idf!34139
2024-10-28 14:36:53 +08:00
laokaiyao
ad9021a844
fix(i2s): fix the crackle using apll with DFS feature
...
Closes: https://github.com/espressif/esp-idf/issues/14707
2024-10-28 10:25:13 +08:00
Linda
b02d7060f0
docs: update code example for I2C slave write
2024-10-25 14:26:13 +08:00
C.S.M
9ac6e10a1b
Merge branch 'fix/fix_gpio_config_option' into 'master'
...
fix(i2c): Fix i2c gpio configuration and move i2c_platform public
Closes IDF-11117
See merge request espressif/esp-idf!34366
2024-10-25 13:42:49 +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
wanckl
ef7406257a
feat(driver_spi): spi master support sleep retention(recovery)
2024-10-24 12:47:32 +08:00
Song Ruo Jing
92d335548f
Merge branch 'feature/ledc_sleep_retention_support' into 'master'
...
feat(ledc): support ledc sleep mode selection
Closes IDFGH-12713, IDF-9740, IDF-9769, IDF-9909, IDF-10372, IDF-10394, IDF-8472, and IDFCI-2450
See merge request espressif/esp-idf!34097
2024-10-24 11:43:11 +08:00
C.S.M
d7e090476c
fix(i2c): Fix i2c gpio configuration and move i2c_platform public
2024-10-24 11:38:32 +08:00