esp-idf/examples/peripherals
morris 7064b668c6 Merge branch 'feature/etm_api_update' into 'master'
etm: introduce config structure for event/task new functions

See merge request espressif/esp-idf!21483
2022-12-12 13:12:09 +08:00
..
adc esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
dac Fix small typos in signal_generator/README.md 2022-11-06 21:57:35 -08:00
dedicated_gpio Dedicated GPIO: add examples implementing software I2C, UART and SPI on RISC-V targets. 2022-11-22 14:17:40 +08:00
gpio esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
i2c esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
i2s i2s: Add BSP support for es8311 example 2022-12-05 08:42:16 +01:00
lcd lcd: Add SH1107 controller into I2C oled example. 2022-12-07 09:04:17 +01:00
ledc ledc: Add basic support for esp32c6 2022-12-07 18:40:50 +08:00
mcpwm ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) 2022-11-28 11:58:30 +08:00
pcnt/rotary_encoder ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
rmt Merge branch 'bugfix/step_motor_example_check_curve_step' into 'master' 2022-11-30 14:58:59 +08:00
sdio example/sdio: add support for ESP32-S3 as host (via SD) 2022-11-21 14:03:41 +08:00
secure_element/atecc608_ecdsa examples/secure_element: add component manifest file for cryptoauthlib 2022-08-12 11:24:03 +05:30
sigma_delta ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) 2022-11-28 11:58:30 +08:00
spi_master spi: bringup c6 spi master & slave driver support 2022-11-18 15:54:14 +08:00
spi_slave spi: bringup c6 spi master & slave driver support 2022-11-18 15:54:14 +08:00
spi_slave_hd spi: bringup c6 spi master & slave driver support 2022-11-18 15:54:14 +08:00
temp_sensor ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) 2022-11-28 11:58:30 +08:00
timer_group etm: update etm event task new API 2022-12-07 15:43:20 +08:00
touch_sensor example: update format string in touch related examples 2022-08-24 12:10:59 +08:00
twai twai: bringup on esp32c6 2022-11-04 17:40:29 +08:00
uart uart: support examples and tests on esp32c6 2022-11-24 16:07:24 +08:00
usb usb_host: Extend VCP example with more devices 2022-12-07 11:33:48 +00:00
.build-test-rules.yml ledc: Add basic support for esp32c6 2022-12-07 18:40:50 +08:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

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.