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 067e30e14f3 arch/x86_64: Build fork() children from the caller's
syscall frame.
new b5ec07b19b7 arch/arm/rtl8721f: add UART character driver support
new 9e33dc077ac Documentation/rtl8721f: add rtl8721f_evb board photo
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/rtl8721f/boards/rtl8721f_evb/index.rst | 32 ++++++++++++++--
.../rtl8721f/boards/rtl8721f_evb/rtl8721f_evb.png | Bin 0 -> 95447 bytes
arch/arm/src/rtl8721f/CMakeLists.txt | 12 ++++++
arch/arm/src/rtl8721f/Make.defs | 4 ++
arch/arm/src/rtl8721f/ameba_board.mk | 9 +++++
.../src/{rtl8721dx => rtl8721f}/ameba_uart_chip.h | 42 +++++++++------------
.../rtl8721f_evb}/configs/uart/defconfig | 13 +++----
.../arm/rtl8721f/rtl8721f_evb/src/CMakeLists.txt | 8 +++-
boards/arm/rtl8721f/rtl8721f_evb/src/Makefile | 8 +++-
.../rtl8721f/rtl8721f_evb/src/rtl8721f_bringup.c | 10 +++++
.../rtl8721f_evb/src/rtl8721f_rtl8721f_evb.h | 14 +++++++
.../rtl8721f_evb/src/rtl8721f_uart.c} | 14 +++----
12 files changed, 122 insertions(+), 44 deletions(-)
create mode 100644
Documentation/platforms/arm/rtl8721f/boards/rtl8721f_evb/rtl8721f_evb.png
copy arch/arm/src/{rtl8721dx => rtl8721f}/ameba_uart_chip.h (61%)
copy boards/arm/{rtl8721dx/pke8721daf =>
rtl8721f/rtl8721f_evb}/configs/uart/defconfig (86%)
copy boards/arm/{rtl8721dx/pke8721daf/src/rtl8721dx_uart.c =>
rtl8721f/rtl8721f_evb/src/rtl8721f_uart.c} (91%)