f6015c29d5
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 |
||
---|---|---|
.. | ||
component.mk | ||
test_adc2.c | ||
test_gpio.c | ||
test_ledc.c | ||
test_rmt.c | ||
test_sdmmc_sdspi_init.cpp | ||
test_sigmadelta.c | ||
test_spi_master.c | ||
test_spi_slave.c | ||
test_timer.c | ||
test_uart.c |