Saurabh Kumar Bansal 490f9ebd50 Merge branch 'feature/usb_device_msc_sdcard' into 'master' před 3 roky
..
adc 5333ac81bf adc: support ADC on esp32c6 (driver/test/example) před 3 roky
dac de1b4e0a1b Fix small typos in signal_generator/README.md před 3 roky
dedicated_gpio 623bffaab8 Dedicated GPIO: add examples implementing software I2C, UART and SPI on RISC-V targets. před 3 roky
gpio 94120b82c2 esp32h2: add build test před 3 roky
i2c dfa78f244e I2C: Fix doc about pull-up, před 3 roky
i2s f95c2274b8 i2s: fix some typos před 3 roky
lcd 7e661b3f7f lcd: Add SH1107 controller into I2C oled example. před 3 roky
ledc c158ec579b ledc: move callback to IRAM, it's called from an ISR před 3 roky
mcpwm 592673b052 mcpwm: support non-varg version of generator functions před 3 roky
pcnt 58bde0f665 fix pcnt sdm pre-commit failure před 3 roky
rmt 32cd193ddf rmt: support pll clock source on esp32c6 před 3 roky
sdio 720b86a886 example/sdio: add support for ESP32-S3 as host (via SD) před 3 roky
secure_element 7c28b44950 examples/secure_element: add component manifest file for cryptoauthlib před 3 roky
sigma_delta 58bde0f665 fix pcnt sdm pre-commit failure před 3 roky
spi_master 3aeedc2ad3 spi: bringup c6 spi master & slave driver support před 3 roky
spi_slave 3aeedc2ad3 spi: bringup c6 spi master & slave driver support před 3 roky
spi_slave_hd 3aeedc2ad3 spi: bringup c6 spi master & slave driver support před 3 roky
temp_sensor 7466ddfa8c ci: Make consistence between pytest_*.py and .build-test-rules.yml for esp32c6 (i.e. to pass check_test_scripts_build_test_rules.py) před 3 roky
timer_group 94120b82c2 esp32h2: add build test před 3 roky
touch_sensor 763b472958 example: update format string in touch related examples před 3 roky
twai a25123f703 twai: bringup on esp32c6 před 3 roky
uart 94120b82c2 esp32h2: add build test před 3 roky
usb 490f9ebd50 Merge branch 'feature/usb_device_msc_sdcard' into 'master' před 3 roky
.build-test-rules.yml 94120b82c2 esp32h2: add build test před 3 roky
README.md a67d5d89e0 Replace all DOS line endings with Unix před 7 roky

README.md

Peripherals Examples

This section provides examples how to configure and use ESP32’s 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.