This is an automated email from the ASF dual-hosted git repository.
gnutt pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from cf56e4113a arch: remove unnecessary sem_setprotocol code
new b63994b7f7 drivers/serial: Always support c_oflag, c_iflag and c_lflag
in termios
new d9a8d5f2ee usb/cdcacm: Remove the process for tc_iflag, tc_oflag and
tc_lflag
new 75cf216861 sim/adb: Enable CONFIG_NSH_CONSOLE_LOGIN
The 3 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:
boards/sim/sim/sim/configs/adb/defconfig | 1 +
boards/z80/ez80/z20x/src/w25_main.c | 2 --
drivers/sensors/wtgahrs2.c | 8 +++---
drivers/serial/Kconfig | 7 +++---
drivers/serial/pty.c | 8 ------
drivers/serial/serial.c | 43 +-------------------------------
drivers/usbdev/cdcacm.c | 15 +++--------
include/nuttx/serial/serial.h | 2 --
include/pty.h | 4 +--
libs/libc/libc.csv | 10 ++++----
libs/libc/termios/Make.defs | 3 ---
libs/libc/termios/lib_cfmakeraw.c | 2 ++
libs/libc/termios/lib_isatty.c | 2 --
13 files changed, 23 insertions(+), 84 deletions(-)