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

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


    from 4cf4c5d710f tools/nxstyle: require braces around control statement 
bodies
     new 4d1dc6334a4 boards/stm32h5/nucleo-h563zi: Register SPI1 spidev.
     new a308b207238 arch/arm/stm32h5: Use FIFO for spi exchange.
     new e47b8a7298f arch/arm/stm32h5: Port DMA support to SPI driver.
     new 4b3116df4c3 arch/arm/stm32h5: Support non-DMA and DMA SPI instances 
together.

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/stm32h5/stm32.h                       |   1 +
 arch/arm/src/stm32h5/stm32_spi.c                   | 363 +++++++++++++++------
 boards/arm/stm32h5/nucleo-h563zi/include/board.h   |  13 +
 boards/arm/stm32h5/nucleo-h563zi/src/Make.defs     |   4 +
 .../arm/stm32h5/nucleo-h563zi/src/nucleo-h563zi.h  |  25 ++
 .../arm/stm32h5/nucleo-h563zi/src/stm32_bringup.c  |  12 +
 .../nucleo-h563zi}/src/stm32_spi.c                 |  89 ++---
 7 files changed, 329 insertions(+), 178 deletions(-)
 copy boards/arm/{stm32l4/nucleo-l432kc => 
stm32h5/nucleo-h563zi}/src/stm32_spi.c (76%)

Reply via email to