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/nuttx.git


    from 2d56197792 arch/{nrf52|nrf53}: validate if EasyDMA transfer is possible
     new 223cc6d1f4 mpfs/corespi: Add driver for CoreSPI
     new 4b6166548b mpfs/mpfs_corespi: Add Kconfig for instance/irq offsets
     new 8d646fc49c arch/risc-v/src/mpfs/mpfs_corespi.c: Fix the usage of 
MPFS_CORESPI_INSTANCES macro
     new fc5e8ff8f8 mpfs/CoreSPI: Fix bug when waiting for last character to 
arrive
     new 7c2930c3df mpfs/mpfs_corespi: Optimize TX / RX FIFO handling

The 5 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/risc-v/src/mpfs/Kconfig                       |  40 ++
 arch/risc-v/src/mpfs/Make.defs                     |   5 +
 arch/risc-v/src/mpfs/hardware/mpfs_corespi.h       |  73 +++
 .../risc-v/src/mpfs/{mpfs_spi.c => mpfs_corespi.c} | 679 +++++++++++----------
 .../risc-v/src/mpfs/{mpfs_spi.h => mpfs_corespi.h} |  31 +-
 boards/risc-v/mpfs/common/src/mpfs_board_spi.c     |  27 +-
 boards/risc-v/mpfs/icicle/configs/hwtest/defconfig |   2 +
 boards/risc-v/mpfs/icicle/src/mpfs_bringup.c       |   3 +-
 8 files changed, 511 insertions(+), 349 deletions(-)
 create mode 100644 arch/risc-v/src/mpfs/hardware/mpfs_corespi.h
 copy arch/risc-v/src/mpfs/{mpfs_spi.c => mpfs_corespi.c} (74%)
 copy arch/risc-v/src/mpfs/{mpfs_spi.h => mpfs_corespi.h} (79%)

Reply via email to