esp-idf/examples/peripherals
Armando (Dou Yiwen) ee034d5b6a Merge branch 'feature/support_spi_on_h2' into 'master'
spi: support spi on h2

Closes IDF-3796 and IDF-4226

See merge request espressif/esp-idf!17191
2022-03-30 19:59:31 +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 i2c: update legacy name ESP8684 to ESP32C2 2022-03-07 14:59:56 +08:00
i2s freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
lcd lcd: add rgb isr iram safe callback test 2022-03-24 21:23:01 +08:00
ledc ledc: Add ledc_fade_stop API to support stopping the fade operation. 2022-01-25 11:19:20 +08:00
mcpwm example: migrate to use pulse_cnt driver 2022-03-03 22:38:32 +08:00
pcnt/rotary_encoder CI: rename some tests to avoid duplicated test names 2022-03-11 18:38:41 +08:00
rmt G0: target component (components/esp32*) doesn't depend on driver anymore 2022-03-02 04:21:00 +00:00
sdio freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
secure_element/atecc608_ecdsa mbedtls-3.X: Update the esp-cryptoauthlib submodule 2022-03-03 01:37:10 +05:30
sigmadelta Build & config: Remove leftover files from the unsupported "make" build system 2021-11-11 15:32:36 +01:00
spi_master examples/spi_master: Fixed SPI read (keeping CS active) in SPI master example 2022-03-29 08:43:16 +02:00
spi_slave spi: support spi on h2 2022-03-29 11:54:08 +08:00
spi_slave_hd spi: support spi on h2 2022-03-29 11:54:08 +08:00
temp_sensor Temperature_sensor: Create new temperature sensor API 2022-03-04 18:13:35 +08:00
timer_group example: migrate to use pulse_cnt driver 2022-03-03 22:38:32 +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 uart: Provide support for esp32c2 and esp32h2 2022-03-02 11:29:13 +08:00
usb usb_host: Update MSC test for fatfs 0.14b 2022-03-21 18:34:25 +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.