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

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


    from a2239891e7 mmcsd: Remove the not really used capacity field
     new 89a2b51b96 samv7: add RS-485 mode support to USART driver
     new e3e282bd8a samv7: add DMA API for circular buffers
     new 4484d04a8d samv7: add RX DMA support to serial driver

The 3 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/Kconfig                         |  72 ++-
 arch/arm/src/samv7/sam_serial.c                    | 641 +++++++++++++++++++++
 .../{stm32/stm32_hciuart.h => samv7/sam_serial.h}  | 105 ++--
 arch/arm/src/samv7/sam_xdmac.c                     | 160 ++++-
 arch/arm/src/samv7/sam_xdmac.h                     |  53 ++
 5 files changed, 981 insertions(+), 50 deletions(-)
 copy arch/arm/src/{stm32/stm32_hciuart.h => samv7/sam_serial.h} (50%)

Reply via email to