esp-idf/examples/peripherals
Kevin (Lao Kaiyao) 95ab3ccf96 Merge branch 'feature/support_gpio_on_c61' into 'master'
feat(gpio): support GPIO on ESP32C61

Closes IDF-9316

See merge request espressif/esp-idf!30380
2024-04-25 11:00:32 +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 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 refactor(dac): make dac driver as component 2023-11-23 12:04:06 +08:00
dedicated_gpio feat(fast_gpio): support CPU controlled fast GPIO driver on esp32p4 2024-03-22 17:13:19 +08:00
gpio feat(gpio): support GPIO on ESP32C61 2024-04-24 14:27:40 +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 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): 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 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 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 fix(usb_serial_jtag): Increase stack size on serial_jtag example, 2024-03-27 15:47:25 +08:00
.build-test-rules.yml example(camera): added new camera dsi example 2024-04-24 14:57:58 +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.