Wan Lei
f2c8b32075
Merge branch 'feat/spi_slave_pm_add_api' into 'master'
...
feat(spi_slave): add api for pm lock control
See merge request espressif/esp-idf!30766
2025-02-18 11:30:44 +08:00
Kevin (Lao Kaiyao)
1bd8fabf5e
Merge branch 'feature/i2s_support_change_freq_in_runtime' into 'master'
...
feat(i2s): support tuning rate dynamically
Closes IDF-11679
See merge request espressif/esp-idf!36537
2025-02-18 00:27:50 +08:00
wanlei
923255d7a7
feat(spi_slave): add api for pm lock control
2025-02-17 20:33:55 +08:00
laokaiyao
d2c5724873
feat(i2s): add i2s usb example with tuning feature
2025-02-17 17:11:01 +08:00
laokaiyao
ad623893d4
feat(i2s): support tuning rate dynamically
2025-02-17 16:20:24 +08:00
Song Ruo Jing
c465b75ed6
docs(uart): aligned the config order in the programming guide with examples
...
Closes https://github.com/espressif/esp-idf/issues/13182
2025-02-17 15:28:16 +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
laokaiyao
7727de5337
docs(i2s): fix some i2s capabilities in programming guide
2025-02-10 15:41:30 +08:00
Song Ruo Jing
19fec9f455
fix(ledc): updated docs for esp32h2 eco5 bugfix
2025-02-07 20:39:26 +08:00
Marius Vikhammer
85ec6a41f9
Merge branch 'feature/build_docs_h21' into 'master'
...
docs(build): add support for building H21 docs
Closes IDF-12105
See merge request espressif/esp-idf!36632
2025-02-06 11:25:36 +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
Marius Vikhammer
1e72b10b26
docs(build): add support for building H21 docs
2025-01-26 11:44:28 +08:00
C.S.M
847780da3e
fix(i2c_master): Enhance i2c delete device and bus logic,
...
Closes https://github.com/espressif/esp-idf/issues/15171
2025-01-21 15:56:25 +08:00
Chen Ji Chang
e3cf10564d
Merge branch 'feat/allow_setting_rmt_group_prescale' into 'master'
...
refactor(rmt): set group clock prescale dynamically
Closes IDFGH-13921
See merge request espressif/esp-idf!34640
2025-01-17 14:40:28 +08:00
Chen Jichang
555bfd8f5c
refactor(rmt): set group clock prescale dynamically
...
Closes https://github.com/espressif/esp-idf/issues/14760
2025-01-16 11:11:13 +08:00
morris
8de8558841
fix(bitscrambler): example timeout in the bsasm
...
also added example pytest
2025-01-13 22:58:27 +08:00
Kevin (Lao Kaiyao)
0da23b800d
Merge branch 'revert/i2s_apll_pm_type' into 'master'
...
fix(i2s): lock APB when using apll with DFS feature
Closes IDFGH-13860
See merge request espressif/esp-idf!36096
2025-01-13 16:52:04 +08:00
Kevin (Lao Kaiyao)
57a893d269
Merge branch 'feature/touch_driver_ng_on_32' into 'master'
...
feat(touch): support touch v1 in new touch driver
Closes IDF-10183 and IDF-11423
See merge request espressif/esp-idf!34781
2025-01-13 10:23:25 +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
laokaiyao
805d6e4e73
fix(i2s): lock APB when using apll with DFS feature
...
Closes https://github.com/espressif/esp-idf/issues/14707
Append to the commit ad9021a844
.
2025-01-10 20:28:36 +08:00
laokaiyao
805d2ffb34
docs(touch): update touch sensor docs for the new driver
2025-01-10 16:42:36 +08:00
Ren Peiying
90fbd41701
Merge branch 'docs/add_note_about_h2_rtc_gpio' into 'master'
...
docs: Update note about h2 rtc gpio
See merge request espressif/esp-idf!36049
2025-01-10 14:13:53 +08:00
Shen Meng Jing
e44c525da2
Merge branch 'docs/update_cn_spi_flash_override_driver' into 'master'
...
docs: Update the CN translation for spi_flash_override_driver.rst
Closes DOC-9720
See merge request espressif/esp-idf!35631
2025-01-09 15:00:40 +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
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
C.S.M
a245a316a5
Merge branch 'feat/customize_i2c_operation_transaction' into 'master'
...
feat(i2c): Add api for customize i2c transaction interface for un-standard i2c device
See merge request espressif/esp-idf!35926
2025-01-06 11:32:09 +08:00
gaoxu
25648c6890
docs(adc): add ADC calibration docs on ESP32P4
2025-01-06 11:19:50 +08:00
morris
c8d4e1b094
Merge branch 'feature/bitscrambler_support' into 'master'
...
feature(driver): BitScrambler loopback support
See merge request espressif/esp-idf!31236
2025-01-03 16:08:52 +08:00
renpeiying
9b1ccb589e
docs: Update note about h2 rtc gpio
2025-01-02 15:31:42 +08:00
C.S.M
5989756113
docs(i2c): Add document for customize i2c transaction interface for un-standard i2c device
2024-12-30 15:20:03 +08:00
Jeroen Domburg
a88e719e33
feat(driver): BitScrambler support
...
This adds an assembler for the BitScrambler assembly language,
plus unit tests for it. It also adds the loopback driver,
which can do BitScrambler operations on memory-to-memory
transfers. Documentation is also included.
2024-12-30 09:39:23 +08:00
laokaiyao
678ddba550
feat(touch): allow RTC power down during the deep sleep
2024-12-26 19:14:12 +08:00
shenmengjing
9e40885210
docs: Update the CN translation for spi_flash_override_driver.rst
2024-12-26 17:33:11 +08:00
morris
45df38a012
Merge branch 'refactor/mipi_lcd_iram_safe' into 'master'
...
test(rmt): the IO level can keep at low level after channel delete
Closes IDFGH-14255
See merge request espressif/esp-idf!34186
2024-12-24 17:15:04 +08:00
Song Ruo Jing
c05603d4a0
fix(isp): isp_dvp raw->rgb needs a workaround
2024-12-23 21:43:43 +08:00
morris
1f015c0509
change(rmt): rename isr iram safe to cache safe
2024-12-20 17:06:51 +08:00
Armando
b963c0f013
feat(adc): supported adc calibration on esp32c5
2024-12-19 12:12:30 +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
wanckl
fe48cbc3c0
feat(twai): c5 twaifd low level support and deprecate old types header
2024-12-18 19:23:25 +08:00
Song Ruo Jing
90a396b44a
Merge branch 'contrib/github_pr_15031' into 'master'
...
docs: Fix `gpio_dump_io_configuration` typo in docs (GitHub PR)
Closes IDFGH-14235
See merge request espressif/esp-idf!35673
2024-12-17 17:55:41 +08:00
Alex Bethel
30a050e9ae
docs: Fix gpio_dump_io_configuration
typo in docs
...
The mentioned `gpio_dump_all_io_configuration` function doesn't exist,
the correct function is `gpio_dump_io_configuration`.
2024-12-14 13:05:24 -07:00
laokaiyao
b48b43880a
feat(ana_cmpr): support analog comparator on C5
2024-12-12 10:27:05 +08:00
Song Ruo Jing
aae5321c4a
Merge branch 'bugfix/ledc_get_freq_calc' into 'master'
...
fix(ledc): fix ledc_get_freq calculation err due to overflow
Closes IDF-11714, IDF-11762, IDFGH-14067, and IDFGH-14070
See merge request espressif/esp-idf!35451
2024-12-11 11:59:15 +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
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