esp-idf/examples/peripherals
Armando ded528e188 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 02:06:03 +00:00
..
adc adc: no longer support adc2 oneshot mode on esp32c3 2022-12-16 02:06:03 +00:00
dac
dedicated_gpio
gpio
i2c
i2s i2s: Add BSP support for es8311 example 2022-12-05 08:42:16 +01:00
lcd lcd: Add SH1107 controller into I2C oled example. 2022-12-07 09:04:17 +01:00
ledc ledc: Add basic support for esp32c6 2022-12-07 18:40:50 +08:00
mcpwm ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) 2022-11-28 11:58:30 +08:00
pcnt/rotary_encoder
rmt Merge branch 'bugfix/step_motor_example_check_curve_step' into 'master' 2022-11-30 14:58:59 +08:00
sdio
secure_element/atecc608_ecdsa
sigma_delta ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) 2022-11-28 11:58:30 +08:00
spi_master
spi_slave
spi_slave_hd
temp_sensor ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) 2022-11-28 11:58:30 +08:00
timer_group etm: update etm event task new API 2022-12-07 15:43:20 +08:00
touch_sensor
twai
uart uart: support examples and tests on esp32c6 2022-11-24 16:07:24 +08:00
usb usb_host: hid example 2022-12-09 17:02:44 +01:00
.build-test-rules.yml ledc: Add basic support for esp32c6 2022-12-07 18:40:50 +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.