esp-idf/examples/peripherals
C.S.M 86aa012c26 Merge branch 'feature/bringup_i2c_esp32c6' into 'master'
I2C: Add i2c support for ESP32C6

Closes IDF-5326 and IDF-5327

See merge request espressif/esp-idf!20905
2022-11-08 11:56:15 +08:00
..
adc
dac Fix small typos in signal_generator/README.md 2022-11-06 21:57:35 -08:00
gpio ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
i2c I2C: Add i2c support for ESP32C6 2022-11-07 14:12:53 +08:00
i2s i2s: support 4 line pdm rx on esp32s3 2022-11-04 15:46:34 +08:00
lcd
ledc
mcpwm ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +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 ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
sdio
secure_element/atecc608_ecdsa
sigma_delta ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
spi_master
spi_slave
spi_slave_hd
temp_sensor Fixed typo 2022-10-31 17:31:40 +01:00
timer_group ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
touch_sensor
twai twai: bringup on esp32c6 2022-11-04 17:40:29 +08:00
uart ci: Enable esp32c6 example, test_apps, and unit tests CI build stage 2022-11-01 11:23:21 +08:00
usb tinyusb: Use TinyUSB from component registry 2022-11-02 08:24:43 +01:00
.build-test-rules.yml Merge branch 'feature/bringup_i2c_esp32c6' into 'master' 2022-11-08 11:56:15 +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.