morris
|
794f5b04a9
|
docs(touch): build the touch element doc for esp32s3
Closes https://github.com/espressif/esp-idf/issues/15755
|
2025-04-14 14:49:42 +08:00 |
|
morris
|
7fe190313c
|
Merge branch 'feat/p4_adc_calibration' into 'release/v5.4'
Feature/esp32 p4 adc calibration (backport v5.4)
See merge request espressif/esp-idf!36179
|
2025-04-02 11:04:46 +08:00 |
|
morris
|
ff8c836be3
|
Merge branch 'feat/allow_setting_rmt_group_prescale_v5.4' into 'release/v5.4'
refactor(rmt): set group clock prescale dynamically (v5.4)
See merge request espressif/esp-idf!36737
|
2025-04-02 10:15:16 +08:00 |
|
morris
|
a125701444
|
Merge branch 'bugfix/uart_async_rxtxtasks_example_stack_overflow_v5.4' into 'release/v5.4'
fix(uart): enlarged task stack size for uart_async_rxtxtasks example (v5.4)
See merge request espressif/esp-idf!37590
|
2025-04-01 18:48:00 +08:00 |
|
gaoxu
|
221da3fbb4
|
docs(adc): add ADC calibration docs on ESP32P4
|
2025-04-01 15:08:04 +08:00 |
|
morris
|
57a83359d5
|
Merge branch 'bugfix/clear_ledc_gamma_ram_v5.4' into 'release/v5.4'
fix(ledc): left-off gamma ram registers should be cleared (v5.4)
See merge request espressif/esp-idf!37572
|
2025-04-01 11:13:32 +08:00 |
|
morris
|
321fd07663
|
Merge branch 'docs/add_note_about_twai_instance_install_v5.4' into 'release/v5.4'
docs: Add a note about TWAI multiple instances install (v5.4)
See merge request espressif/esp-idf!37965
|
2025-04-01 10:03:02 +08:00 |
|
morris
|
80be2e9dac
|
Merge branch 'fix/usb_host_docs_host_num_chan_reference_backport_v5.4' into 'release/v5.4'
fix(usb_host): Fixing reference to OTG_NUM_HOST_CHAN in docs backport to v5.4
See merge request espressif/esp-idf!37384
|
2025-04-01 10:02:31 +08:00 |
|
Zhang Shuxian
|
50b5db12e3
|
docs: Add a note about TWAI multiple instances install
|
2025-03-24 10:54:29 +08:00 |
|
armando
|
a446e78469
|
refactor(cam): rename IRAM-Safe to Cache-Safe
|
2025-03-10 10:34:32 +08:00 |
|
Song Ruo Jing
|
24747868dd
|
docs(uart): aligned the config order in the programming guide with examples
Closes https://github.com/espressif/esp-idf/issues/13182
|
2025-03-07 21:01:16 +08:00 |
|
Song Ruo Jing
|
351e11ebd2
|
fix(ledc): updated docs for esp32h2 eco5 bugfix
|
2025-03-07 17:22:39 +08:00 |
|
peter.marcisovsky
|
aae16c1cfd
|
fix(usb_host): Fixing dererence to OTG_NUM_HOST_CHAN in docs
|
2025-02-28 09:21:27 +01:00 |
|
Chen Jichang
|
fc5d2e1bae
|
refactor(rmt): set group clock prescale dynamically
Closes https://github.com/espressif/esp-idf/issues/14760
|
2025-02-26 14:17:12 +08:00 |
|
laokaiyao
|
4ecb1cec3c
|
docs(i2s): fix some i2s capabilities in programming guide
|
2025-02-20 21:41:33 +08:00 |
|
morris
|
a043a96abb
|
Merge branch 'revert/i2s_apll_pm_type_v5.4' into 'release/v5.4'
fix(i2s): lock APB when using apll with DFS feature (v5.4)
See merge request espressif/esp-idf!37144
|
2025-02-20 21:33:39 +08:00 |
|
laokaiyao
|
409397f181
|
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-02-20 10:22:49 +08:00 |
|
C.S.M
|
3299b654b9
|
docs(i2c): Add document for customize i2c transaction interface for un-standard i2c device
|
2025-02-19 17:43:50 +08:00 |
|
wanckl
|
6c6454357c
|
feat(driver_spi): support using SPI_DEVICE_STD_TIMING to adjust master rx in standard timing
|
2025-01-17 10:51:47 +08:00 |
|
Alex Bethel
|
441effd499
|
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`.
Merges https://github.com/espressif/esp-idf/pull/15031
|
2025-01-08 20:40:53 +08:00 |
|
morris
|
8379cd7b92
|
Merge branch 'feature/isp_dvp_example_v5.4' into 'release/v5.4'
feat(dvp_isp_dsi_example): add new option to connect a DVP camera sensor (ov2640) through ISP_DVP (v5.4)
See merge request espressif/esp-idf!35973
|
2025-01-07 10:45:23 +08:00 |
|
morris
|
c670044eab
|
Merge branch 'feature/uart_sleep_retention_support_c5_c61_v5.4' into 'release/v5.4'
feat(uart): support uart sleep retention on C5/C61 (v5.4)
See merge request espressif/esp-idf!35400
|
2025-01-07 10:29:23 +08:00 |
|
Song Ruo Jing
|
31d7a2056c
|
fix(ledc): fix ledc_get_freq calculation err due to overflow
Closes https://github.com/espressif/esp-idf/pull/14882
|
2024-12-26 19:12:07 +08:00 |
|
Song Ruo Jing
|
706b5b483e
|
fix(isp): isp_dvp raw->rgb needs a workaround
|
2024-12-26 12:12:17 +08:00 |
|
Song Ruo Jing
|
2830a44495
|
feat(dvp_isp_dsi_example): add an example shows DVP-ISP-DSI combination
|
2024-12-26 12:11:21 +08:00 |
|
Michael (XIAO Xufeng)
|
944329fff4
|
Merge branch 'fix/enhance_i2c_slave_test_stability_v5.4' into 'release/v5.4'
fix(i2c): Fix i2c read from fifo issue when enabling bt/wifi/uart, etc... (backport v5.4)
See merge request espressif/esp-idf!35434
|
2024-12-12 11:16:24 +08:00 |
|
Michael (XIAO Xufeng)
|
0f1bec184d
|
Merge branch 'bugfix/warn_rc32k_use_in_kconfig_v5.4' into 'release/v5.4'
fix(clk): add an inevitable kconfig option to be selected to use rc32k (v5.4)
See merge request espressif/esp-idf!35285
|
2024-12-11 23:39:34 +08:00 |
|
Chen Jichang
|
9b112e2a70
|
docs(pcnt): add pullup and pulldown documentation
Closes https://github.com/espressif/esp-idf/issues/14277
|
2024-12-09 20:23:06 +08:00 |
|
C.S.M
|
37101f5e0f
|
fix(i2c): Fix some issue in programming guide,
Closes https://github.com/espressif/esp-idf/issues/14794
|
2024-12-05 13:22:51 +08:00 |
|
Song Ruo Jing
|
cfcedfe42d
|
feat(uart): support uart sleep retention on C5/C61
|
2024-12-03 17:17:14 +08:00 |
|
Song Ruo Jing
|
623351e791
|
fix(clk): add an inevitable kconfig option to be selected to use rc32k
|
2024-12-02 11:15:17 +08:00 |
|
lsita
|
fa3cdccb18
|
fix(gptimer): race condition between start and stop
Merges https://github.com/espressif/esp-idf/pull/14767
|
2024-11-22 18:22:47 +08:00 |
|
Armando
|
37d8e97a9d
|
doc(lp_vad): lp vad programming guide
|
2024-11-22 10:46:43 +08:00 |
|
Armando
|
e4a9243517
|
doc(lp_i2s): lp i2s programming guide
|
2024-11-22 10:46:39 +08:00 |
|
Roman Leonov
|
adb468bade
|
docs(ext_port): Maintainers Notes for the External Port Driver
|
2024-11-21 12:49:32 +01:00 |
|
morris
|
dfe11ebb47
|
Merge branch 'doc/isp_lsc_doc_v5.4' into 'release/v5.4'
isp: lsc doc (v5.4)
See merge request espressif/esp-idf!35021
|
2024-11-20 10:12:19 +08:00 |
|
laokaiyao
|
3ea47a6cf3
|
docs(i2s): update i2s cap overview
|
2024-11-19 15:57:26 +08:00 |
|
Armando
|
b873befcd8
|
doc(isp): isp lsc programming guide
|
2024-11-19 14:33:55 +08:00 |
|
C.S.M
|
32adbe72b6
|
docs(i2c_slave): Update i2c slave programming guide for new changes
|
2024-11-14 18:04:25 +08:00 |
|
morris
|
3b2eb13199
|
Merge branch 'feat/sdmmc_uhs_tuning_v5.4' into 'release/v5.4'
sdmmc: UHS-I support for SDR50 (100MHz, 50MB/s), DDR50 (50MHz, 50MB/s) (v5.4)
See merge request espressif/esp-idf!34867
|
2024-11-14 11:13:45 +08:00 |
|
Chen Jichang
|
2e44cb9387
|
feat(mcpwm): support sleep retention
|
2024-11-13 11:13:34 +08:00 |
|
Armando
|
c1a8efaf09
|
doc(sdmmc): aadd UHS1 support for DDR50 / SDR50
|
2024-11-13 11:12:19 +08:00 |
|
morris
|
49fbe54bc4
|
feat(lcd): support color conversion for mipi dsi driver
|
2024-11-08 15:23:06 +08:00 |
|
Chen Jichang
|
7946eb51e0
|
fix(mcpwm): add warning about generator deadtime
Closes https://github.com/espressif/esp-idf/issues/14773
|
2024-11-07 10:56:57 +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 |
|