esp-idf/examples/peripherals
Wang Yuan Ze dac24d5ea4 Merge branch 'example/i2s_es7210_tdm_record' into 'master'
example: add es7210 4-ch tdm i2s record example

Closes IDF-5774 and IDF-5852

See merge request espressif/esp-idf!19593
2022-08-24 10:56:58 +08:00
..
adc esp_adc: add adc ulp mode disable enum 2022-08-22 11:00:28 +08:00
gpio driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
i2c driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
i2s example: add es7210 4-ch tdm i2s record example 2022-08-23 17:53:59 +08:00
lcd examples/tjpgd: Use esp_jpeg component in tjpgd example. 2022-08-17 14:42:10 +02:00
ledc docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
mcpwm mcpwm: don't use keyword operator 2022-08-17 06:31:50 +00: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 driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
secure_element/atecc608_ecdsa examples/secure_element: add component manifest file for cryptoauthlib 2022-08-12 11:24:03 +05:30
sigma_delta sdm: refactor example with new driver 2022-07-20 14:59:50 +08:00
spi_master examples/tjpgd: Use esp_jpeg component in tjpgd example. 2022-08-17 14:42:10 +02:00
spi_slave docs: changes docs supported targets tables 2022-07-14 08:26:32 +08:00
spi_slave_hd driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
temp_sensor driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
timer_group esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
touch_sensor touch_element: move unit tests to test_app 2022-08-08 19:12:56 +08:00
twai driver: remove -Wno-format flag 2022-08-08 08:30:09 +00:00
uart QA: Check driver installation status 2022-07-18 09:25:22 +00:00
usb tinyusb: Add TinyUSB example tests 2022-08-10 14:51:18 +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 example: add es7210 4-ch tdm i2s record example 2022-08-23 17:53:59 +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.