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 9e063b1784c github/workflow: Fix the PR Labeling for Build System
     new be66d395521 serial/uart_rpmsg: use config option for console 
registration
     new 65207ae1c53 serial/uart_rpmsg: add _raw version of driver

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:
 arch/arm/src/common/arm_internal.h                 |   3 +
 arch/arm64/src/common/arm64_internal.h             |   3 +
 arch/tricore/src/common/tricore_internal.h         |   3 +
 drivers/drivers_initialize.c                       |   7 +-
 drivers/serial/CMakeLists.txt                      |   4 +
 drivers/serial/Kconfig                             |  24 ++
 drivers/serial/Make.defs                           |   4 +
 drivers/serial/uart_rpmsg.c                        |   2 +
 drivers/serial/uart_rpmsg_raw.c                    | 380 +++++++++++++++++++++
 include/nuttx/drivers/drivers.h                    |  10 +
 .../serial/{uart_rpmsg.h => uart_rpmsg_raw.h}      |  14 +-
 11 files changed, 446 insertions(+), 8 deletions(-)
 create mode 100644 drivers/serial/uart_rpmsg_raw.c
 copy include/nuttx/serial/{uart_rpmsg.h => uart_rpmsg_raw.h} (83%)

Reply via email to