esp-idf/examples/peripherals
morris 6a57c26469 Merge branch 'feature/esp32c5_mp_gpio_support' into 'master'
esp32c5 mp gpio support

Closes IDF-9649

See merge request espressif/esp-idf!30474
2024-05-11 22:50:23 +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 example(camera): added new camera dsi example 2024-04-24 14:57:58 +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 ci(i2s): enable i2s ci tests on p4 2024-01-19 19:28:33 +08:00
isp/auto_focus/components/isp_af_schemes example(camera): added new camera dsi example 2024-04-24 14:57:58 +08:00
jpeg feat(jpeg): update example use ldo for sd card 2024-04-18 10:40:48 +08:00
lcd feat(mipi_dsi): measure FPS by toggling GPIO 2024-04-11 18:02:09 +08:00
ledc
mcpwm fix(mcpwm): enable mcpwm group clock before hal init 2024-01-15 18:13:56 +08:00
parlio feat(parlio_rx): support parlio rx on p4 2024-05-10 16:55:46 +08:00
pcnt/rotary_encoder
rmt feat(rmt): Add simple callback encoder 2024-04-11 15:54:52 +08:00
sdio
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 fix(ci): Temporarily disable USB device tests on S3 2024-04-17 11:43:10 +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 Merge branch 'feature/esp32c5_mp_gpio_support' into 'master' 2024-05-11 22:50:23 +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.