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

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


    from 901361b  arch/risc-v: Move more files to common
     new a010cb1  serial: Make SIGINT and SIGTSTP work even without 
CONFIG_SERIAL_TERMIOS
     new 8668410  serial: Move tcdrain implementation from drivers/serial to 
libc
     new 077a28e  Fix termios/lib_cfspeed.c:78:5: error: large integer 
implicitly truncated to unsigned type
     new 228442e  arch/renesas: Undefine macro B0 to avoid the confliction
     new 4262b09  libc: Implement terminal api regardless of 
CONFIG_SERIAL_TERMIOS setting
     new 965f764  sched: Remove the condition guard from getppid prototype
     new a698100  sched: Remove the condition guard from environ macro

The 7 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/renesas/include/rx65n/iodefine.h              |  2 +
 drivers/serial/Kconfig                             |  2 -
 drivers/serial/Make.defs                           |  6 --
 drivers/serial/serial.c                            | 38 +++++++---
 drivers/serial/tcdrain.c                           | 86 ----------------------
 include/cxx/cunistd                                |  2 -
 include/nuttx/serial/serial.h                      | 11 ++-
 include/stdlib.h                                   |  4 +-
 include/sys/syscall_lookup.h                       |  3 -
 include/termios.h                                  |  5 +-
 include/unistd.h                                   |  4 -
 libs/libc/termios/Make.defs                        |  6 +-
 libs/libc/termios/{lib_tcflush.c => lib_tcdrain.c} | 11 ++-
 libs/libc/termios/lib_tcgetattr.c                  |  2 +-
 libs/libc/termios/lib_tcsetattr.c                  |  2 +-
 syscall/syscall.csv                                |  1 -
 16 files changed, 46 insertions(+), 139 deletions(-)
 delete mode 100644 drivers/serial/tcdrain.c
 copy libs/libc/termios/{lib_tcflush.c => lib_tcdrain.c} (89%)

Reply via email to