esp-idf/examples/peripherals
Armando bb074904b4 adc: no longer support adc2 oneshot mode on esp32c3
Due to HW limitation, we don't support this anymore. On c3, ADC2 under oneshot mode is not stable.

However, you can enable CONFIG_ADC_ONESHOT_FORCE_USE_ADC2_ON_C3 to force use
ADC2.

Refer to errata to know more details:
https://www.espressif.com/sites/default/files/documentation/esp32-s3_errata_en.pdf
https://www.espressif.com/sites/default/files/documentation/esp32-c3_errata_en.pdf
2022-12-16 12:07:38 +08:00
..
adc adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 12:07:38 +08:00
gpio driver: remove -Wno-format flag 2022-08-18 10:57:12 +08:00
i2c doc: redirect console page 2022-11-02 16:11:24 +08:00
i2s i2s: fixed typo 'philip' 2022-11-22 15:59:51 +08:00
lcd lcd: support multi framebuffers for RGB LCD driver 2022-12-07 17:55:19 +08:00
ledc docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
mcpwm pcnt: support accumulate count value 2022-11-21 15:17:55 +08:00
pcnt/rotary_encoder pcnt: add const qualifier to event data 2022-07-20 14:59:50 +08:00
rmt rmt: const callback event data 2022-07-22 00:12:36 +00:00
sdio example: fixed spi_slave_hd and sdio hosts should pull essl package of compatible versions 2022-09-29 07:39:45 +00:00
secure_element/atecc608_ecdsa examples/secure_element: add component manifest file for cryptoauthlib 2022-08-18 20:15:18 +05:30
sigma_delta sdm: refactor example with new driver 2022-07-20 14:59:50 +08:00
spi_master examples: support spi master examples on esp32cxx 2022-10-25 12:04:22 +08:00
spi_slave example: remove build disable rules of spi_xxx example for c2 in build-test-rules.yml 2022-10-25 12:04:22 +08:00
spi_slave_hd example: remove build disable rules of spi_xxx example for c2 in build-test-rules.yml 2022-10-25 12:04:22 +08:00
temp_sensor Fixed typo 2022-11-01 14:36:44 +08:00
timer_group esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
touch_sensor build system: re-add -Wno-format as private flag for some example components 2022-08-03 16:42:47 +04:00
twai driver: remove -Wno-format flag 2022-08-18 10:57:12 +08:00
uart QA: Check driver installation status 2022-07-18 09:25:22 +00:00
usb tinyusb: Use TinyUSB from component registry 2022-10-25 06:44:56 +02:00
wave_gen tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
.build-test-rules.yml examples: support spi master examples on esp32cxx 2022-10-25 12:04:22 +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.