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 18be6955c69 arch/xtensa/src/common: Create SoC-specific initialization
routine
new cfd17719811 serial/xlnx_ps: add common Xilinx UART Peripheral System
(XUARTPS) support
new 8c035a24144 drivers/serial/xlnxps: add polling mode support for serial
drivers
new 45c38d8592b drivers/serial/16550: add polling mode support for serial
drivers
new 2306cae9334 serial/xlnx_ps: add help chapter for XUARTPS
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:
drivers/serial/CMakeLists.txt | 4 +
drivers/serial/Kconfig | 19 ++
drivers/serial/Kconfig-16550 | 8 +
drivers/serial/Kconfig-xlnxps | 136 ++++++++
drivers/serial/Make.defs | 4 +
drivers/serial/uart_16550.c | 36 +-
.../zynq_serial.c => drivers/serial/uart_xlnx_ps.c | 367 +++++++++------------
.../nuttx/serial/uart_xlnx_ps.h | 20 +-
8 files changed, 370 insertions(+), 224 deletions(-)
create mode 100644 drivers/serial/Kconfig-xlnxps
copy arch/arm64/src/zynq-mpsoc/zynq_serial.c => drivers/serial/uart_xlnx_ps.c
(84%)
copy arch/arm/src/s32k1xx/s32k1xx_uid.h => include/nuttx/serial/uart_xlnx_ps.h
(82%)