Song Ruo Jing b72d759290 uart: Add support for esp32h2 3 lat temu
..
adc 5333ac81bf adc: support ADC on esp32c6 (driver/test/example) 3 lat temu
dac de1b4e0a1b Fix small typos in signal_generator/README.md 3 lat temu
dedicated_gpio 623bffaab8 Dedicated GPIO: add examples implementing software I2C, UART and SPI on RISC-V targets. 3 lat temu
gpio 4c8fdc31f9 gpio: Add support for esp32h2 3 lat temu
i2c 330149f3a6 i2c: support i2c on esp32h2 3 lat temu
i2s 330149f3a6 i2c: support i2c on esp32h2 3 lat temu
lcd 7e661b3f7f lcd: Add SH1107 controller into I2C oled example. 3 lat temu
ledc ad55230b0a ledc: Add support for esp32h2; Refactor ledc driver clock source selection related code 3 lat temu
mcpwm 15b9352f60 mcpwm: support esp32h2 3 lat temu
pcnt 58bde0f665 fix pcnt sdm pre-commit failure 3 lat temu
rmt 15b9352f60 mcpwm: support esp32h2 3 lat temu
sdio e80e1450ac sdio: c6 doc update 3 lat temu
secure_element 7c28b44950 examples/secure_element: add component manifest file for cryptoauthlib 3 lat temu
sigma_delta 58bde0f665 fix pcnt sdm pre-commit failure 3 lat temu
spi_master 3aeedc2ad3 spi: bringup c6 spi master & slave driver support 3 lat temu
spi_slave 3aeedc2ad3 spi: bringup c6 spi master & slave driver support 3 lat temu
spi_slave_hd 3aeedc2ad3 spi: bringup c6 spi master & slave driver support 3 lat temu
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) 3 lat temu
timer_group 774a05399b soc: fix wrong APB_CLK_FREQ value on esp32c6 3 lat temu
touch_sensor 763b472958 example: update format string in touch related examples 3 lat temu
twai a25123f703 twai: bringup on esp32c6 3 lat temu
uart b72d759290 uart: Add support for esp32h2 3 lat temu
usb bb1e1737d3 usbh: hid change key event handler 3 lat temu
.build-test-rules.yml 330149f3a6 i2c: support i2c on esp32h2 3 lat temu
README.md a67d5d89e0 Replace all DOS line endings with Unix 7 lat temu

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.