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 57c7e47a6b2 arch/risc-v: fix up_backtrace() bugs and rework stack
splicing
new f8d61600220 arch/arm/rtl8721dx: add shared Ameba UART driver.
new d76c2a3efec arch/arm/rtl8721dx: move Ameba UART per-chip wiring into a
chip header
The 2 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:
.../arm/rtl8721dx/boards/pke8721daf/index.rst | 22 +
arch/arm/src/common/ameba/Kconfig | 33 ++
arch/arm/src/common/ameba/ameba_gpio.h | 2 +
arch/arm/src/common/ameba/ameba_uart.c | 655 +++++++++++++++++++++
.../common/ameba/{ameba_gpio.h => ameba_uart.h} | 51 +-
arch/arm/src/rtl8721dx/CMakeLists.txt | 4 +
arch/arm/src/rtl8721dx/Make.defs | 4 +
arch/arm/src/rtl8721dx/ameba_board.mk | 9 +
arch/arm/src/rtl8721dx/ameba_uart_chip.h | 84 +++
.../pke8721daf/configs/{gpio => uart}/defconfig | 8 +-
boards/arm/rtl8721dx/pke8721daf/src/CMakeLists.txt | 8 +-
boards/arm/rtl8721dx/pke8721daf/src/Makefile | 9 +
.../rtl8721dx/pke8721daf/src/rtl8721dx_bringup.c | 10 +
.../pke8721daf/src/rtl8721dx_pke8721daf.h | 14 +
.../src/{rtl8721dx_gpio.c => rtl8721dx_uart.c} | 53 +-
tools/nxstyle.c | 3 +
16 files changed, 915 insertions(+), 54 deletions(-)
create mode 100644 arch/arm/src/common/ameba/ameba_uart.c
copy arch/arm/src/common/ameba/{ameba_gpio.h => ameba_uart.h} (59%)
create mode 100644 arch/arm/src/rtl8721dx/ameba_uart_chip.h
copy boards/arm/rtl8721dx/pke8721daf/configs/{gpio => uart}/defconfig (86%)
copy boards/arm/rtl8721dx/pke8721daf/src/{rtl8721dx_gpio.c =>
rtl8721dx_uart.c} (58%)