krzychb 421592a8eb LEDC Driver: Added back original definitions of 'duty_resolution' and 'clock_divider'. This update is to provide backward compatibility with ESP-IDF 2.1. 8 年之前
..
include 421592a8eb LEDC Driver: Added back original definitions of 'duty_resolution' and 'clock_divider'. This update is to provide backward compatibility with ESP-IDF 2.1. 8 年之前
test 13d38f10ee test(spi): internal connection test master with slave for address and command field. 8 年之前
component.mk 208e83def7 build system: Refactor component.mk to not need component_common.mk 9 年之前
gpio.c ada33fe3dd Add GPIO input and output disable option 8 年之前
i2c.c ed1e32f583 bugfix(i2c): add I2C hardware reset if the hw FSM get stuck 8 年之前
i2s.c f039aac1e5 Merge branch 'bugfix/i2s_bck_polariy' into 'master' 8 年之前
ledc.c c672fc54fd Merge branch 'feature/ledc_more_meaningful_parameter_names' into 'master' 8 年之前
mcpwm.c 2008f4d88c feature: add Motor Control PWM(mcpwm) driver 8 年之前
pcnt.c 769944b067 PCNT: fix for pcnt_set_pin API, it can now use all pcnt channels 8 年之前
periph_ctrl.c 42cefc173f refractor WiFi clock setting 8 年之前
rmt.c ab1abff080 bugfix(rmt): fix event thresh check issue 8 年之前
rtc_module.c 866b84b9f8 Typo fix. Closes https://github.com/espressif/esp-idf/issue/1323 8 年之前
sdmmc_host.c b38186dc43 sdmmc: use periph_ctrl to enable peripheral when initializing the host 8 年之前
sdmmc_private.h edd924f273 sdmmc: add peripheral driver and protocol layer 9 年之前
sdmmc_transaction.c 330b6bd668 sdmmc: lock APB frequency while in transaction 8 年之前
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 1b91cb7be0 fix(sdspi): fix issues causing the sdspi driver to work low efficiently with DMA. 8 年之前
sdspi_private.h e5bb45f381 driver: SD protocol driver for SPI peripheral 8 年之前
sdspi_transaction.c e5bb45f381 driver: SD protocol driver for SPI peripheral 8 年之前
sigmadelta.c 349a77cb55 components/driver: 'const' all config calls. 8 年之前
spi_common.c 0dd9b899b7 periph_ctrl: Refactor to add periph_module_reset(), avoid potential race in SPI DMA workaround 8 年之前
spi_master.c 02573a8dc9 fix(spi_master): release temporary memory when queue new trans timeout. 8 年之前
spi_slave.c 842292523f fix(spi_slave): add interrupt free into bus free process. 8 年之前
timer.c 9b7d5d76a7 Timer API docs update, refactored example 8 年之前
uart.c 4052803e16 bugfix(uart): workaround for uart fifo reset issue 8 年之前