esp-idf/examples/peripherals
Darian Leung 57fd78f5ba freertos: Remove legacy data types
This commit removes the usage of all legacy FreeRTOS data types that
are exposed via configENABLE_BACKWARD_COMPATIBILITY. Legacy types can
still be used by enabling CONFIG_FREERTOS_ENABLE_BACKWARD_COMPATIBILITY.
2022-02-09 23:05:45 +08:00
..
adc esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
gpio freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
i2c freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
i2s freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
lcd lcd: add i2c oled example with lvgl port 2022-01-21 11:21:38 +08:00
ledc ledc: Add ledc_fade_stop API to support stopping the fade operation. 2022-01-25 11:19:20 +08:00
mcpwm freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
pcnt freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
rmt esp_rom: extract int matrix route and cpu ticks getter 2022-02-09 13:52:20 +08:00
sdio freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
secure_element/atecc608_ecdsa atecc608a_example: Update esp-cryptoauthlib submodule pointer 2021-11-26 12:38:32 +08:00
sigmadelta Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
spi_master freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
spi_slave freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
spi_slave_hd esp8684: rename target to esp32c2 2022-01-19 11:08:57 +08:00
temp_sensor freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
timer_group freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
touch_sensor freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
twai soc: don't expose unstable soc header files in public api 2022-01-06 23:10:22 +08:00
uart freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
usb Bugfix: omit MSC reset during initialization 2022-01-27 10:03:40 +01:00
wave_gen examples: replace legacy timer group with gptimer 2022-01-07 14:59:09 +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.