| .. |
|
include
|
c9f8470fdf
Merge branch 'feature/rmt_translator' into 'master'
|
7 年之前 |
|
test
|
0dca2d4c68
driver(uart): Fix uart_get_baudrate incorrect return value when using ref_tick
|
7 年之前 |
|
Kconfig
|
cef8baf424
bugfix(rtc): make sure peripherals (DAC, HALL) are turned off before conversion.
|
7 年之前 |
|
adc1_i2s_private.h
|
451f69cc2e
driver(i2s): fix broken i2s adc mode
|
8 年之前 |
|
component.mk
|
208e83def7
build system: Refactor component.mk to not need component_common.mk
|
9 年之前 |
|
gpio.c
|
1f085b1a3b
feat(gpio): add function allowing switching input source from GPIO back to IOMUX
|
7 年之前 |
|
i2c.c
|
f6f9f93a9d
driver(i2c, rmt):Add intr_flag setting to ESP_INTR_FLAG_IRAM support when enable psram.
|
7 年之前 |
|
i2s.c
|
9deb58859c
fix i2s mix result and error code
|
7 年之前 |
|
ledc.c
|
1bebec05c6
driver(ledc): fix duty and fade issues and add thread-safe version APIs.
|
7 年之前 |
|
mcpwm.c
|
2008f4d88c
feature: add Motor Control PWM(mcpwm) driver
|
8 年之前 |
|
pcnt.c
|
2236249555
driver(pcnt): Add some APIs to support each unit can have it's own interrupt handler.
|
7 年之前 |
|
periph_ctrl.c
|
22e21b38f7
component/bt: implement bluetooth modem sleep mode, one mode for BLE only and another for dual mode bluetooth
|
7 年之前 |
|
rmt.c
|
5bc8ae3b3a
driver(rmt):Add API supports sending uint8_t type data.
|
7 年之前 |
|
rtc_module.c
|
09181b7d94
driver(touchpad): improve touchpad filter mode and update examples.
|
7 年之前 |
|
sdio_slave.c
|
f613859e29
feat(sdio_slave): add new driver for sdio_slave
|
7 年之前 |
|
sdmmc_host.c
|
85ab4fc83e
sdmmc host: add handling of CD and WP pins
|
7 年之前 |
|
sdmmc_private.h
|
edd924f273
sdmmc: add peripheral driver and protocol layer
|
9 年之前 |
|
sdmmc_transaction.c
|
9379d7b9f9
sdmmc: wait for command done event even if data transfer is over
|
7 年之前 |
|
sdspi_crc.c
|
e5bb45f381
driver: SD protocol driver for SPI peripheral
|
8 年之前 |
|
sdspi_crc.h
|
e5bb45f381
driver: SD protocol driver for SPI peripheral
|
8 年之前 |
|
sdspi_host.c
|
2699bb49ae
sdspi: handle delayed responses for data write commands
|
7 年之前 |
|
sdspi_private.h
|
c6829fa5b8
sdmmc: improve error handling during SPI mode init
|
7 年之前 |
|
sdspi_transaction.c
|
c6829fa5b8
sdmmc: improve error handling during SPI mode init
|
7 年之前 |
|
sigmadelta.c
|
349a77cb55
components/driver: 'const' all config calls.
|
8 年之前 |
|
spi_common.c
|
197f594b06
fix(spi): fix the issue when bus flag not set, dual mode cannot be used.
|
7 年之前 |
|
spi_master.c
|
45f8bcf3f8
fix(spi): allow using MISO on GPIO34-39
|
7 年之前 |
|
spi_slave.c
|
45f8bcf3f8
fix(spi): allow using MISO on GPIO34-39
|
7 年之前 |
|
timer.c
|
9b7d5d76a7
Timer API docs update, refactored example
|
8 年之前 |
|
uart.c
|
35d148256b
Merge branch 'bugfix/fix_uart_buffer_full_flg_error_bug' into 'master'
|
7 年之前 |