esp-idf/components/driver
Ivan Grokhotkov b38186dc43 sdmmc: use periph_ctrl to enable peripheral when initializing the host 2017-09-04 22:43:52 +08:00
..
include/driver driver: add periph_ctrl support for SDMMC, SDIO slave, CAN, EMAC 2017-09-04 22:43:51 +08:00
test fix(spi_master): fix the command field to make it more intuitive to use. 2017-08-21 20:37:57 +08:00
component.mk
gpio.c feature(gpio): add APIs to set and get pad drive capability. RTC pads use RTC registers to contol drive capability. 2017-07-19 11:23:41 +08:00
i2c.c
i2s.c Merge branch 'bugfix/i2s_dac_channel' into 'master' 2017-08-31 10:45:30 +08:00
ledc.c bugfix(ledc): fix integer divided by zero in function ledc_set_fade_with_time 2017-07-21 19:06:44 +08:00
mcpwm.c
pcnt.c
periph_ctrl.c driver: add periph_ctrl support for SDMMC, SDIO slave, CAN, EMAC 2017-09-04 22:43:51 +08:00
rmt.c
rtc_module.c esp_adc_cal: Added ADC calibration component 2017-08-29 18:43:14 +08:00
sdmmc_host.c sdmmc: use periph_ctrl to enable peripheral when initializing the host 2017-09-04 22:43:52 +08:00
sdmmc_private.h
sdmmc_transaction.c sdmmc: introduce is_app_cmd flag, check it along with opcode 2017-08-16 18:59:04 +08:00
sdspi_crc.c driver: SD protocol driver for SPI peripheral 2017-07-20 13:43:07 +08:00
sdspi_crc.h driver: SD protocol driver for SPI peripheral 2017-07-20 13:43:07 +08:00
sdspi_host.c driver: SD protocol driver for SPI peripheral 2017-07-20 13:43:07 +08:00
sdspi_private.h driver: SD protocol driver for SPI peripheral 2017-07-20 13:43:07 +08:00
sdspi_transaction.c driver: SD protocol driver for SPI peripheral 2017-07-20 13:43:07 +08:00
sigmadelta.c
spi_common.c fix(spi_master): this fix the SPI MOSI output missing bug. 2017-09-04 22:43:51 +08:00
spi_master.c fix(spi_master): this fix the SPI MOSI output missing bug. 2017-09-04 22:43:51 +08:00
spi_slave.c
timer.c
uart.c Fix off-by-one in 5MBaud arg checking; propagate errors better 2017-09-01 12:15:28 +08:00