esp-idf/examples/peripherals
morris 7c88240e38 feat(rmt): added a help function for allocating encoder memory
The encoder memory location should respect the RMT_MEM_ALLOC_CAPS,
which is affected by some Kconfig options, like ISR_IRAM_SAFE

Closes https://github.com/espressif/esp-idf/issues/13032
2024-02-23 10:29:31 +08:00
..
adc fix(adc): fix adc continuous pytest get result error 2023-12-21 16:58:29 +08:00
gpio driver: remove -Wno-format flag 2022-08-18 10:57:12 +08:00
i2c Update partitions_example.csv 2023-05-29 14:20:29 +08:00
i2s fix(adc): rename ADC_ATTEN_DB_11 to ADC_ATTEN_DB_12 2023-11-07 14:12:50 +08:00
lcd feat(st7789): add data endian config 2023-09-06 17:04:34 +08:00
ledc fix(ledc): fix ledc driver 100% duty cycle configuration 2023-11-22 03:12:38 +00:00
mcpwm mcpwm: fix bldc example force output level inverted 2023-05-12 14:40:19 +08:00
pcnt/rotary_encoder pcnt: add const qualifier to event data 2022-07-20 14:59:50 +08:00
rmt feat(rmt): added a help function for allocating encoder memory 2024-02-23 10:29:31 +08:00
sdio example: fixed spi_slave_hd and sdio hosts should pull essl package of compatible versions 2022-09-29 07:39:45 +00:00
secure_element/atecc608_ecdsa examples/secure_element: add component manifest file for cryptoauthlib 2022-08-18 20:15:18 +05:30
sigma_delta sdm: refactor example with new driver 2022-07-20 14:59:50 +08:00
spi_master fix(spi_master): fixed lcd example block border pixel issue 2023-12-14 17:18:00 +08:00
spi_slave example: remove build disable rules of spi_xxx example for c2 in build-test-rules.yml 2022-10-25 12:04:22 +08:00
spi_slave_hd example: remove build disable rules of spi_xxx example for c2 in build-test-rules.yml 2022-10-25 12:04:22 +08:00
temp_sensor Fixed typo 2022-11-01 14:36:44 +08:00
timer_group esp_hw_support: Remove compare_set.h API 2022-07-22 00:06:06 +08:00
touch_sensor touch: move unit tests to test_app 2023-02-08 12:26:27 +08:00
twai driver: remove -Wno-format flag 2022-08-18 10:57:12 +08:00
uart uart: increase default stack size for nmea example 2023-03-24 12:21:22 +08:00
usb fix(usb/host): Do not abort on string descriptor overflow 2023-11-24 16:25:54 +01: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 refactor(soc): SOC_USB_PERIPH_NUM option 2023-11-24 16:21:07 +01:00
README.md Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00

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.