gaoxu
e4e0a6be4f
fix(cam): fix dvp do not generate clock
2025-07-02 17:46:00 +08:00
gaoxu
061967b55d
feat(cam): add esp32p4 dvp example
2025-07-02 17:45:57 +08:00
gaoxu
fc13f2f5cc
fix(cam): decrease i2c sccb frequency for camera
2025-07-02 17:45:52 +08:00
Tomas Rezucha
8fb0366f70
feat(usb/host): Add option to choose peripheral for USB host library
...
Starting with ESP32-P4 we can have targets that have more than 1 USB-OTG peripheral.
This commit adds an option to choose which peripherals will be used by USB Host lib.
Internally, we will still have only 1 Root HUB but with multiple Root ports.
2025-07-01 10:11:55 +02:00
morris
cde982d67f
Merge branch 'docs/p4_eco1_usb_pins_backport_v5.4' into 'release/v5.4'
...
docs(usb): Update ESP32-P4 USB pins to MP version (backport to v5.4)
See merge request espressif/esp-idf!39903
2025-06-30 10:08:13 +08:00
morris
00c39fbba8
Merge branch 'refactor/migrate_i2c_driver_in_es7210_example_v5.4' into 'release/v5.4'
...
refactor(i2s_es7210): refactor es7210 example (v5.4)
See merge request espressif/esp-idf!40067
2025-06-30 10:07:09 +08:00
laokaiyao
0298a147f8
refactor(i2s_es7210): refactor es7210 example
2025-06-23 20:39:12 +08:00
laokaiyao
50cfbaf573
refactor(i2s_es8311): remove esp-box bsp support
2025-06-23 12:12:38 +08:00
laokaiyao
96366a204a
refactor(i2s_es8311): refactor es8311 example
2025-06-23 12:02:29 +08:00
morris
ee76b46195
fix(onewire): enable internal pull-up resistor by default
...
In case there's no pull-up resistor on the external device
2025-06-17 15:09:40 +08:00
wanckl
ea03622621
ci(esp32c61): remove c61 support from readme on 5.4
2025-06-17 15:09:40 +08:00
Tomas Rezucha
4ccd76343c
docs(usb): Update ESP32-P4 USB pins to MP version
...
Closes https://github.com/espressif/esp-idf/issues/16136
2025-06-16 16:39:19 +02:00
Song Ruo Jing
a46990ff5e
fix(uart): fix nmea0183 example wrong knots to m/s unit conversion
...
Closes https://github.com/espressif/esp-idf/issues/15695
2025-05-27 14:15:33 +08:00
peter.marcisovsky
95bd653ec1
feat(usb_host): Move DMA capable memory to external ram on P4
...
- DWC-OTG internal DMA can access psram on esp32p4
- Move DMA memory buffs to psram, to save internal ram
- HCD tests and MSC example runs in CI with psram enabled
2025-05-13 13:31:17 +02:00
Jiang Jiang Jian
aa1db69a13
Merge branch 'feat/remove_const_from_voltopart_v5.4' into 'release/v5.4'
...
feat(fatfs/diskio): Remove const from PARTITION VolToPart (v5.4)
See merge request espressif/esp-idf!38782
2025-05-09 17:55:57 +08:00
Chen Jichang
0daccd7f30
fix(lcd): fix the infinite wait when lvgl timer is no ready
...
Merges https://github.com/espressif/esp-idf/pull/15853
2025-05-06 14:31:32 +08:00
Decstar77
7cef584834
fix(spi-lcd-touch-example): Fix for an infinite wait caused by UINT32_MAX
2025-05-06 14:14:14 +08:00
laokaiyao
5750b0cc8f
ci(esp32c5): disable c5 target tests on v5.4
2025-04-29 13:44:47 +08:00
laokaiyao
26a7397b35
fix(parlio_rx): remove invalid link in example readme
2025-04-29 13:44:47 +08:00
Adam Múdry
f7054acf46
feat(fatfs/diskio): Remove const from PARTITION VolToPart
...
Closes https://github.com/espressif/esp-idf/issues/14148
2025-04-28 01:21:48 +02: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
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
Song Ruo Jing
602393dfea
fix(uart): enlarged task stack size for uart_async_rxtxtasks example
...
Meanwhile, added CI pytest for some UART examples
Closes https://github.com/espressif/esp-idf/issues/15363
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
morris
fe2bf07209
fix(example): wrong ws2812 reset duration
...
Closes https://github.com/espressif/esp-idf/issues/15498
2025-03-04 11:10:44 +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
Marius Vikhammer
8f756b6a59
docs(examples): fixed broken link in uart example readme
2025-02-20 12:49:21 +08:00
laokaiyao
6f40f19047
docs(i2s): add application notes to es7210 example
2025-02-20 10:22:49 +08:00
morris
473771bc14
Merge branch 'fix/p4_spi_slave_example_not_work_v5.4' into 'release/v5.4'
...
fix(driver_spi): fixed slave (and slave_hd) driver and example error with alignment check (v5.4)
See merge request espressif/esp-idf!36403
2025-01-22 18:57:59 +08:00
Tomas Rezucha
f1fa7b1408
refactor(usb/phy): Merge P4 and S2/S3 PHYs into one module
...
P4 had separate PHY implementation for initial bring-up,
now we can merge it with the original PHY driver.
2025-01-16 10:19:31 +01:00
wanckl
86741aebd4
fix(driver_spi): fixed slave example error on esp32p4
2025-01-15 16:03:12 +08:00
laokaiyao
c61b2c4095
ci(i2s): re-enable example pytest exceptions
2025-01-10 20:20:04 +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
7a04d353b5
Merge branch 'feat/support_i80_lcd_via_parlio_v5.4' into 'release/v5.4'
...
refactor(i80_lcd): adapt example to lvgl9 (v5.4)
See merge request espressif/esp-idf!35519
2025-01-07 10:31:48 +08:00
morris
6011f69d94
Merge branch 'fix/fix_parlio_tx_example_line_address_v5.4' into 'release/v5.4'
...
fix(parlio_tx): fix line address in simple_rgb_martix example (v5.4)
See merge request espressif/esp-idf!36070
2025-01-06 14:55:45 +08:00
Chen Jichang
d3dbbf1351
fix(parlio_tx): fix line address in simple_rgb_martix example
2024-12-30 17:08:43 +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
laokaiyao
3d9f6a1299
refactor(i2s): refactor i2s examples common dependencies
...
Closes https://github.com/espressif/esp-idf/issues/14751
Make the common I2S dependencies as an example common component,
so that to avoid slash & backslash issue on windows
when use absolute include path.
2024-12-24 12:12:31 +08:00
laokaiyao
c828775d8f
docs(example): added troubleshooting for i2s_es8311 example
...
Closes https://github.com/espressif/esp-idf/issues/15047
2024-12-24 12:12:31 +08:00
Chen Jichang
174fa30ade
refactor(i80_lcd): adapt example to lvgl9
2024-12-09 20:35:37 +08:00
Jiang Jiang Jian
34a35b9591
Merge branch 'fix/usb_device_msc_storage_example_backport_v5.4' into 'release/v5.4'
...
fix(tusb_msc): Added SD power supply configuration for p4 (backport v5.4)
See merge request espressif/esp-idf!35102
2024-11-29 13:49:46 +08:00
Jiang Jiang Jian
236affbff2
Merge branch 'fix/tusb_midi_task_stack_overflow_v5.4' into 'release/v5.4'
...
fix(examples): tusb_midi task stack overflow fix (v5.4)
See merge request espressif/esp-idf!34933
2024-11-29 10:42:21 +08:00
Roman Leonov
8fc6dad7ff
fix(tusb_msc): Added SD power supply configuration for p4
2024-11-21 13:10:03 +01:00
morris
0960a602f4
feat(mipi_dsi): enable underrun error interrupt
2024-11-19 21:42:47 +08:00
Adam Múdry
8b1f8cb20e
fix(examples): tusb_midi task stack overflow fix
2024-11-14 16:43:16 +01:00
C.S.M
170d44b75d
feat(i2c_slave): Add new example for making i2c slave as a network sensor
2024-11-14 18:04:11 +08:00
Armando
0f32537b93
fix(i2s): fixed i2s example build warning
2024-11-13 11:12:24 +08:00
morris
49fbe54bc4
feat(lcd): support color conversion for mipi dsi driver
2024-11-08 15:23:06 +08:00
Chen Jichang
b3f733166c
fix(lcd): fix the newest lvgl regression
2024-10-25 18:31:52 +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