OVMS3-idf/components/driver/test
Michael (XIAO Xufeng) f6015c29d5 spi: fix the bug of connecting SPI peripheral to read-only pins
The requirements of pin capabilites is different for spi master and
slave.  The master needs CS, SCLK, MOSI to be output-able, while slave
needs MISO to be output-able.

Previous code is for master only.

This commit allows to place other 3 pins than MISO on input-only pins
for slaves. Refactoring for spi_common is also included.

Resolves https://github.com/espressif/esp-idf/issues/2455
2019-04-02 11:33:53 +08:00
..
component.mk Add SPI Master driver, example, test and docs 2017-01-06 14:20:32 +08:00
test_adc2.c unit tests: Only initialise tcpip_adapter() when needed by the test 2018-12-28 09:56:15 +08:00
test_gpio.c driver(gpio) : Fixed the gpio related bug for release v3.1. 2018-07-18 15:36:57 +08:00
test_ledc.c test: components/driver: ledc case 2018-06-19 02:00:42 +08:00
test_rmt.c test: add driver/rmt test case 2018-06-13 18:10:09 +08:00
test_sdmmc_sdspi_init.cpp sdmmc, sdspi: fix initializers to be C++-compatible, add test 2018-04-23 14:35:13 +08:00
test_sigmadelta.c test: driver/sigmadelta test case 2018-06-13 10:15:06 +08:00
test_spi_master.c spi: fix the bug of connecting SPI peripheral to read-only pins 2019-04-02 11:33:53 +08:00
test_spi_slave.c fix(spi_slave): enable DMA clock when initialization. 2017-10-17 12:20:40 +08:00
test_timer.c test: components/driver: timer case 2018-06-13 01:39:07 +00:00
test_uart.c driver(uart): Fixed uart tx_empty interrupt wdt timeout bug for release/v3.1 2018-08-02 12:45:53 +08:00