esp-idf/examples/peripherals
morris 8760e6d2a7 Merge branch 'refactor/i2s_dma_buffer_allocation' into 'master'
refactor(i2s): clean up DMA buffer allocation

Closes IDF-9636

See merge request espressif/esp-idf!31282
2024-06-03 21:26:04 +08:00
..
adc
analog_comparator fix(gpio_etm): allow one GPIO binds to multiple ETM tasks 2024-04-23 20:37:34 +08:00
camera/camera_dsi feat(isp): added isp dvp driver 2024-05-31 18:47:27 +08:00
dac
dedicated_gpio feat(fast_gpio): support CPU controlled fast GPIO driver on esp32p4 2024-03-22 17:13:19 +08:00
gpio Merge branch 'feature/esp32c5_mp_gpio_support' into 'master' 2024-05-11 22:50:23 +08:00
i2c refactor(i2c): Use new I2C drivers for I2C exmaple 2024-01-16 10:05:08 +08:00
i2s fix(i2s): temporary disable debug log in example pytest script 2024-05-22 17:29:48 +08:00
isp/auto_focus feat(isp): added isp dvp driver 2024-05-31 18:47:27 +08:00
jpeg feat(jpeg): update example use ldo for sd card 2024-04-18 10:40:48 +08:00
lcd feat(i80_lcd): add help function to allocate draw buffer with proper alignment 2024-05-30 18:33:31 +08:00
ledc
mcpwm feat(mcpwm): driver support on esp32-c5 2024-05-26 22:55:03 +08:00
parlio refactor(i2s): clean up DMA buffer allocation 2024-06-03 16:13:13 +08:00
pcnt/rotary_encoder
rmt feat(rmt): Add simple callback encoder 2024-04-11 15:54:52 +08:00
sdio feat(sdio): add sdio over sdmmc support for esp32p4 2024-01-14 01:05:00 +08:00
sigma_delta
spi_master
spi_slave
spi_slave_hd
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
touch_sensor
twai change(driver/twai): Update TWAI message object initialization examples 2024-02-27 11:52:51 +08:00
uart ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
usb refactor(enum): Curved out Enumeration process from Hub Driver 2024-06-03 10:27:37 +02:00
usb_serial_jtag/usb_serial_jtag_echo feature(usb_serial_jtag): add usb serial jtag support for esp32p4 2024-05-11 14:16:57 +08:00
.build-test-rules.yml example(isp): added isp af example 2024-05-17 12:39:15 +08:00
README.md

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.