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

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


    from 102c4c2  tools/testbuild.sh: Call makefunc with JOPTION directly
     new 8d3c9a8  arch/arm/src/stm32h7/stm32_spi.h: Split long lines
     new e030047  update to SPI slave intefaces
     new b2a9a8c  arch/arm/src/samv7/sam_spi_slave.c: Change for modified spi 
slave interface
     new 48c88f2  arch/arm/src/stm32h7: Add the spi slave bus control driver

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 arch/arm/src/samv7/sam_spi_slave.c     |   23 +-
 arch/arm/src/stm32h7/Make.defs         |    4 +
 arch/arm/src/stm32h7/stm32_spi.h       |  104 +-
 arch/arm/src/stm32h7/stm32_spi_slave.c | 1806 ++++++++++++++++++++++++++++++++
 include/nuttx/spi/slave.h              |   86 +-
 5 files changed, 1956 insertions(+), 67 deletions(-)
 create mode 100644 arch/arm/src/stm32h7/stm32_spi_slave.c

Reply via email to