Gabriel Carstoiu 8128bb95ef fix(spi_slave): enable DMA clock when initialization. 8 years ago
..
include 8e31a36562 feat(spi_slave): append trans_len field in trans_desc to show length actually transferred. 8 years ago
test 8128bb95ef fix(spi_slave): enable DMA clock when initialization. 8 years ago
component.mk 208e83def7 build system: Refactor component.mk to not need component_common.mk 9 years ago
gpio.c c30149e4bd feature(gpio): add APIs to set and get pad drive capability. RTC pads use RTC registers to contol drive capability. 8 years ago
i2c.c a89e93fc3d i2c driver: When deleting, disable interrupts before freeing data structures 8 years ago
i2s.c 8e47c355fa Merge branch 'feature/i2s_apll' into 'master' 8 years ago
ledc.c c4f15a0e5d ledc_get_duty return type changed from int to uint32_t, target_duty changed from int to uint32_t 8 years ago
mcpwm.c 2008f4d88c feature: add Motor Control PWM(mcpwm) driver 8 years ago
pcnt.c 769944b067 PCNT: fix for pcnt_set_pin API, it can now use all pcnt channels 8 years ago
periph_ctrl.c 88f602a0e0 fix(periph_ctrl): fix reset function in `periph_ctrl.c` 8 years ago
rmt.c 0eb59844bb bugfix(driver): fix RMT issues from github 8 years ago
rtc_module.c 64d1f947ed driver/rtc: fix copy-paste error in HOLD_FORCE field name for GPIO26 8 years ago
sdmmc_host.c b38186dc43 sdmmc: use periph_ctrl to enable peripheral when initializing the host 8 years ago
sdmmc_private.h edd924f273 sdmmc: add peripheral driver and protocol layer 9 years ago
sdmmc_transaction.c 3cf23ff77d sdmmc: allow command timeouts to be configured 8 years ago
sdspi_crc.c e5bb45f381 driver: SD protocol driver for SPI peripheral 8 years ago
sdspi_crc.h e5bb45f381 driver: SD protocol driver for SPI peripheral 8 years ago
sdspi_host.c 1b91cb7be0 fix(sdspi): fix issues causing the sdspi driver to work low efficiently with DMA. 8 years ago
sdspi_private.h e5bb45f381 driver: SD protocol driver for SPI peripheral 8 years ago
sdspi_transaction.c e5bb45f381 driver: SD protocol driver for SPI peripheral 8 years ago
sigmadelta.c 349a77cb55 components/driver: 'const' all config calls. 8 years ago
spi_common.c 0dd9b899b7 periph_ctrl: Refactor to add periph_module_reset(), avoid potential race in SPI DMA workaround 8 years ago
spi_master.c 8128bb95ef fix(spi_slave): enable DMA clock when initialization. 8 years ago
spi_slave.c 8128bb95ef fix(spi_slave): enable DMA clock when initialization. 8 years ago
timer.c 349a77cb55 components/driver: 'const' all config calls. 8 years ago
uart.c 9107b47deb Updated UART API documentation and examples. Included a fix of #1091 from GitHub 8 years ago