laokaiyao f95c2274b8 i2s: fix some typos há 3 anos atrás
..
adc 5333ac81bf adc: support ADC on esp32c6 (driver/test/example) há 3 anos atrás
dac de1b4e0a1b Fix small typos in signal_generator/README.md há 3 anos atrás
dedicated_gpio 623bffaab8 Dedicated GPIO: add examples implementing software I2C, UART and SPI on RISC-V targets. há 3 anos atrás
gpio 8677216576 esp32h2: renaming esp32h2 to esp32h4 há 3 anos atrás
i2c 8677216576 esp32h2: renaming esp32h2 to esp32h4 há 3 anos atrás
i2s f95c2274b8 i2s: fix some typos há 3 anos atrás
lcd 7e661b3f7f lcd: Add SH1107 controller into I2C oled example. há 3 anos atrás
ledc c158ec579b ledc: move callback to IRAM, it's called from an ISR há 3 anos atrás
mcpwm 7466ddfa8c ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) há 3 anos atrás
pcnt 2557e24a28 ci: Enable esp32c6 example, test_apps, and unit tests CI build stage há 3 anos atrás
rmt 32cd193ddf rmt: support pll clock source on esp32c6 há 3 anos atrás
sdio 720b86a886 example/sdio: add support for ESP32-S3 as host (via SD) há 3 anos atrás
secure_element 7c28b44950 examples/secure_element: add component manifest file for cryptoauthlib há 3 anos atrás
sigma_delta 7466ddfa8c ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) há 3 anos atrás
spi_master 3aeedc2ad3 spi: bringup c6 spi master & slave driver support há 3 anos atrás
spi_slave 3aeedc2ad3 spi: bringup c6 spi master & slave driver support há 3 anos atrás
spi_slave_hd 3aeedc2ad3 spi: bringup c6 spi master & slave driver support há 3 anos atrás
temp_sensor 7466ddfa8c ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) há 3 anos atrás
timer_group bc2a2d3cde gptimer: support RC_FAST clock source há 3 anos atrás
touch_sensor 763b472958 example: update format string in touch related examples há 3 anos atrás
twai a25123f703 twai: bringup on esp32c6 há 3 anos atrás
uart 888ca08cb2 uart: support examples and tests on esp32c6 há 3 anos atrás
usb 4a7a6bf35b usb_host: hid example há 3 anos atrás
.build-test-rules.yml 4a86240b6e Merge branch 'feature/support_adc_on_c6' into 'master' há 3 anos atrás
README.md a67d5d89e0 Replace all DOS line endings with Unix há 7 anos atrás

README.md

Peripherals Examples

This section provides examples how to configure and use ESP32’s 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.