esp-idf/examples/peripherals
Michael (XIAO Xufeng) 1903c51d07 Merge branch 'feat/support_p4_sdmmc_io' into 'master'
feat(sdio): add sdio over sdmmc support for esp32p4

See merge request espressif/esp-idf!28207
2024-01-17 11:28:42 +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 refactor(ana_cmpr): make analog comparator driver as component 2023-11-17 10:05:22 +08:00
dac refactor(dac): make dac driver as component 2023-11-23 12:04:06 +08:00
dedicated_gpio refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
gpio refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
i2c refactor(i2c): Use new I2C drivers for I2C exmaple 2024-01-16 10:05:08 +08:00
i2s refactor(i2s): make i2s driver as component 2023-11-17 21:29:17 +08:00
lcd feat(ssd1306): support 128x32 resolution 2023-11-08 09:58:50 +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 ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +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 ci(p4): enable esp32p4 target test 2024-01-04 09:34:55 +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 feat(twai): support legacy twai(can) driver for esp32p4 2023-10-26 16:20:45 +08:00
uart refactor(uart_vfs): Move uart implementation of vfs to esp_driver_uart 2023-12-15 17:14:55 +08:00
usb feat(usb/device): Add esp32p4 prerequisites to examples 2024-01-12 13:04:38 +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 Merge branch 'refactor/i2c_example' into 'master' 2024-01-16 12:52:12 +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.