esp-idf/examples/peripherals
Kevin (Lao Kaiyao) 4c6f4b39f1 Merge branch 'feature/support_i2s_on_p4' into 'master'
feat(i2s): support i2s on esp32p4

Closes IDF-6508

See merge request espressif/esp-idf!24280
2023-09-29 00:50:04 +08:00
..
adc refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
analog_comparator refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
dac refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
dedicated_gpio refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
gpio refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
i2c refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
i2s Merge branch 'feature/support_i2s_on_p4' into 'master' 2023-09-29 00:50:04 +08:00
lcd refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
ledc refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
mcpwm refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
parlio/simple_rgb_led_matrix parlio: add simple rgb led matrix example 2023-03-01 00:43:14 +00:00
pcnt/rotary_encoder feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
rmt refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
sdio refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
secure_element/atecc608_ecdsa refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
sigma_delta fix pcnt sdm pre-commit failure 2023-01-17 15:28:27 +08:00
spi_master refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
spi_slave refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
spi_slave_hd refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
temperature_sensor refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
timer_group refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
touch_sensor refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
twai refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
uart refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
usb refactor(examples): reformat peripheral examples with astyle_py 2023-09-28 10:08:04 +08:00
.build-test-rules.yml feat(i2s): supported getting the tx sync count and specify interrupt flags 2023-09-28 15:03:27 +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.