esp-idf/components/driver
michael fcd0f52e21 test(spi_master): add test case for 3 DMA issues with internal connection by gpio mux.
3 issues are:
1. RX buffer not aligned (start and end)
2. not setting rx_buffer
3. setting rx_length != length

also add spi release code here.
2017-09-27 10:44:28 +08:00
..
include/driver Updated sigma delta API documenation and example 2017-09-25 21:31:09 +02:00
test test(spi_master): add test case for 3 DMA issues with internal connection by gpio mux. 2017-09-27 10:44:28 +08:00
component.mk
gpio.c
i2c.c
i2s.c Merge branch 'bugfix/i2s_dac_channel' into 'master' 2017-08-31 10:45:30 +08:00
ledc.c
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 driver/rtc: fix copy-paste error in HOLD_FORCE field name for GPIO26 2017-09-21 12:26:03 +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
sdspi_crc.c
sdspi_crc.h
sdspi_host.c fix(sdspi): fix issues causing the sdspi driver to work low efficiently with DMA. 2017-09-19 19:00:47 +08:00
sdspi_private.h
sdspi_transaction.c
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): fix the heap corruption bug that RX DMA writes over the temporary buffer boundary. 2017-09-19 16:47:14 +08:00
spi_slave.c
timer.c
uart.c uart: Add api call to switch on hardware support for 'software' flow control. 2017-09-05 16:30:21 +10:00