esp-idf/examples/peripherals
Tomas Rezucha ba1ce22b6c Merge branch 'fix/usb_uvc_example_p4' into 'master'
USB Host UVC example fixes for P4

Closes IEC-94, IDF-4942, and IDF-6505

See merge request espressif/esp-idf!29560
2024-03-21 17:47:51 +08:00
..
adc fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-06 18:55:49 +08:00
analog_comparator ci(ana_camr): enable example test on p4 2024-03-07 18:36:36 +08:00
dac refactor(dac): make dac driver as component 2023-11-23 12:04:06 +08:00
dedicated_gpio fix(peripheral_drivers/dedicated_gpio): Remove dummy byte from the emulate_uart_send routine 2024-01-23 15:59:13 +08:00
gpio feat(gpio): add gpio support on ESP32C5 2024-02-20 14:57:25 +08:00
i2c refactor(i2c): Use new I2C drivers for I2C exmaple 2024-01-16 10:05:08 +08:00
i2s ci(i2s): enable i2s ci tests on p4 2024-01-19 19:28:33 +08:00
jpeg/jpeg_decode fix(jpeg_decoder): Improve apis for better align strategy and provide buffer size parameter 2024-03-18 18:32:22 +08:00
lcd feat(lcd): update mipi dsi example with lvgl v9 2024-03-01 13:39:11 +08:00
ledc Update ledc_basic_example_main.c 2023-11-02 11:13:20 +01:00
mcpwm fix(mcpwm): enable mcpwm group clock before hal init 2024-01-15 18:13:56 +08:00
parlio refactor(parlio): make parlio driver as component 2024-01-04 14:12:42 +08:00
pcnt/rotary_encoder ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
rmt feat(rmt): added a help function for allocating encoder memory 2024-01-25 18:44:25 +08:00
sdio feat(sdio): add sdio over sdmmc support for esp32p4 2024-01-14 01:05:00 +08:00
sigma_delta ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
spi_master fix(spi_master): fixed lcd example block border pixel issue 2023-12-14 12:18:10 +08:00
spi_slave feat(spi_slave): add p4 hp spi slave driver support 2023-10-30 12:51:56 +08:00
spi_slave_hd feat(spi_slave_hd): p4 update examples and document 2023-11-07 16:01:44 +08:00
temperature_sensor docs(temperature_sensor): Add new documents for temperature sensor ETM on ESP32C6/H2 2024-03-04 11:36:18 +08:00
timer_group ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +08:00
touch_sensor feat(touch): support touch driver on p4 (soc) 2023-11-16 11:13:02 +00:00
twai change(driver/twai): Update TWAI message object initialization examples 2024-02-27 11:52:51 +08:00
uart refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00
usb fix(usb/examples): Fix UVC example crash on non-UVC device connection 2024-03-12 20:19:12 +01:00
usb_serial_jtag/usb_serial_jtag_echo change(usb_serial_jtag): Add a usb_serial_jtag echo example for how to use usb_serial_jtag APIs, 2023-11-30 14:38:06 +08:00
.build-test-rules.yml ci(ana_camr): enable example test on p4 2024-03-07 18:36:36 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

README.md

Peripherals Examples

This section provides examples how to configure and use ESP32s internal peripherals like GPIO, UART, I2C, SPI, timers, counters, ADC / DAC, PWM, etc.

See the README.md file in the upper level examples directory for more information about examples.