Vilem Zavodny 2e3c72a5d1 Merge branch 'fix/lcd_spi_example_colors' into 'master' hace 3 años
..
adc 8677216576 esp32h2: renaming esp32h2 to esp32h4 hace 3 años
dac de1b4e0a1b Fix small typos in signal_generator/README.md hace 3 años
dedicated_gpio 623bffaab8 Dedicated GPIO: add examples implementing software I2C, UART and SPI on RISC-V targets. hace 3 años
gpio 8677216576 esp32h2: renaming esp32h2 to esp32h4 hace 3 años
i2c 8677216576 esp32h2: renaming esp32h2 to esp32h4 hace 3 años
i2s 9d79efc3b7 i2s: Add BSP support for es8311 example hace 3 años
lcd 2e3c72a5d1 Merge branch 'fix/lcd_spi_example_colors' into 'master' hace 3 años
ledc c0568611dd docs: changes docs supported targets tables hace 3 años
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) hace 3 años
pcnt 2557e24a28 ci: Enable esp32c6 example, test_apps, and unit tests CI build stage hace 3 años
rmt 234b2fac35 Merge branch 'bugfix/step_motor_example_check_curve_step' into 'master' hace 3 años
sdio 720b86a886 example/sdio: add support for ESP32-S3 as host (via SD) hace 3 años
secure_element 7c28b44950 examples/secure_element: add component manifest file for cryptoauthlib hace 3 años
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) hace 3 años
spi_master 3aeedc2ad3 spi: bringup c6 spi master & slave driver support hace 3 años
spi_slave 3aeedc2ad3 spi: bringup c6 spi master & slave driver support hace 3 años
spi_slave_hd 3aeedc2ad3 spi: bringup c6 spi master & slave driver support hace 3 años
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) hace 3 años
timer_group 1575b9e43a ci: Disable all currently failed target tests for esp32c6 hace 3 años
touch_sensor 763b472958 example: update format string in touch related examples hace 3 años
twai a25123f703 twai: bringup on esp32c6 hace 3 años
uart 888ca08cb2 uart: support examples and tests on esp32c6 hace 3 años
usb fac23b90ae USB: Add MSC example. hace 3 años
.build-test-rules.yml 18545e9abe lcd: support multi framebuffers for RGB LCD driver hace 3 años
README.md a67d5d89e0 Replace all DOS line endings with Unix hace 7 años

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.