esp-idf/examples/peripherals
Djordje Nedic facab8c5a7 tools: Increase the minimal supported CMake version to 3.16
This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system.
This is the version that provides most new features and also the one we use in our latest docker image for CI.
2022-06-01 06:35:02 +00:00
..
adc tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
gpio tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
i2c tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
i2s tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
lcd tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
ledc tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
mcpwm tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
pcnt/rotary_encoder tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
rmt tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
sdio tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
secure_element/atecc608_ecdsa tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
sigmadelta tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
spi_master tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
spi_slave tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
spi_slave_hd tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
temp_sensor tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
timer_group tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
touch_sensor tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
twai tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
uart tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
usb tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
wave_gen tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00: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.