This is an automated email from the ASF dual-hosted git repository.
acassis pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.
from e29da14 arch/riscv/src/esp32c3/esp32c3_rt_timer: Fix typos and
re-word some comments.
add 57723ea drivers/spi: Add SPI Slave character device driver
No new revisions were added by this update.
Summary of changes:
drivers/spi/Kconfig | 68 ++++-
drivers/spi/Make.defs | 4 +
drivers/spi/spi_slave_driver.c | 629 +++++++++++++++++++++++++++++++++++++++++
include/nuttx/spi/slave.h | 31 ++
4 files changed, 728 insertions(+), 4 deletions(-)
create mode 100644 drivers/spi/spi_slave_driver.c