esp-idf/components/driver
michael 41e58bc419 spi: add new test for timing and mode
New unit tests added
------------------------

**Local:** Local test uses the GPIO matrix to connect the master and the
slave on the same board. When the master needs the iomux, the master
uses the GPIOs of its own, the slave connect to the pins by GPIO matrix;
When the slave needs the iomux, the slave uses the GPIOs of its own, the
master connects to the pins by GPIO matrix.

- Provide a new unit test which performs freq scanning in mode 0. It
scans frequency of 1M, 8M, 9M and all frequency steps up to the maximum
frequency allowed.

**M & S**: Master & slave tests performs the test with two boards. The
master and slave use iomux or gpio matrix according to the config.

- Provide a new unit test which performs freq scanning in mode 0. It
scans frequency of 1M, 8M, 9M and all frequency steps up to the maximum
frequency allowed.

- Provide a new unit test which performs mode test with significant
frequencies. It tests mode 0,1,2,3 with low frequency, and the maximum
frequency allowed.
2019-01-26 00:10:41 +08:00
..
include/driver Merge branch 'feat/spi_check_length_buffer' into 'master' 2018-12-04 11:48:32 +08:00
test spi: add new test for timing and mode 2019-01-26 00:10:41 +08:00
CMakeLists.txt
Kconfig spi: fix the crash when callbacks are not in the IRAM 2018-11-20 13:07:13 +08:00
adc1_i2s_private.h
can.c
component.mk
gpio.c
i2c.c bugfix(i2c): reduce speed of I2C master bus reset routine and release SDA 2018-11-30 10:08:28 +08:00
i2s.c i2s: add (optional) support to clear tx descriptor in underflow case 2018-11-23 14:31:09 +05:30
ledc.c
mcpwm.c
pcnt.c
periph_ctrl.c aes/sha/mpi: Bugfix a use of shared registers. 2018-11-05 04:22:47 +00:00
rmt.c driver(rmt): Add API get rmt channel's status. 2018-11-28 07:20:45 +00:00
rtc_module.c
sdio_slave.c
sdmmc_host.c
sdmmc_private.h
sdmmc_transaction.c
sdspi_crc.c
sdspi_crc.h
sdspi_host.c
sdspi_private.h
sdspi_transaction.c
sigmadelta.c
spi_common.c spi: shown owner of spi host explicitly 2018-10-29 20:22:44 +08:00
spi_master.c spi_master: fix the timing a little so that can assign delay half clock manually 2019-01-26 00:10:41 +08:00
spi_slave.c spi_slave: improve the timing configuration 2019-01-26 00:10:41 +08:00
timer.c driver(timer_group): fixed bug that init hw_timer caused cresh after system soft reset 2018-12-18 13:10:15 +08:00
uart.c driver(uart): fixed uart read error bug when using dual core. 2018-11-27 20:53:26 +08:00