You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ag...@apache.org on 2021/05/31 11:54:25 UTC

[incubator-nuttx] branch master updated (1d1dd85 -> 8914646)

This is an automated email from the ASF dual-hosted git repository.

aguettouche pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from 1d1dd85  esp32&esp32c3/wifi: Support specific channel and bssid scan
     add 7e15d89  risc-v/esp32c3: Add driver for SPI Slave controller
     add 8914646  board/esp32c3-devkit: Add support for SPI Slave chardev driver

No new revisions were added by this update.

Summary of changes:
 arch/risc-v/src/esp32c3/Kconfig                    |   17 +-
 arch/risc-v/src/esp32c3/Make.defs                  |    3 +
 arch/risc-v/src/esp32c3/esp32c3_spi.h              |   33 +
 arch/risc-v/src/esp32c3/esp32c3_spi_slave.c        | 1289 ++++++++++++++++++++
 boards/risc-v/esp32c3/esp32c3-devkit/src/Makefile  |    4 +
 .../esp32c3/esp32c3-devkit/src/esp32c3-devkit.h    |   19 +
 .../{esp32c3_i2c.c => esp32c3_board_spislavedev.c} |   42 +-
 .../esp32c3/esp32c3-devkit/src/esp32c3_bringup.c   |   11 +-
 8 files changed, 1397 insertions(+), 21 deletions(-)
 create mode 100644 arch/risc-v/src/esp32c3/esp32c3_spi_slave.c
 copy boards/risc-v/esp32c3/esp32c3-devkit/src/{esp32c3_i2c.c => esp32c3_board_spislavedev.c} (68%)