nuttx/arch/arm
Nathan Hartman 5d2e1d40dc arch/tiva: Fix inability to control serial CTS/RTS via termios
* arch/arm/src/tiva/common/tiva_serial.c:
  (up_ioctl): PR #8406 (commit 1edec0aaa1) added support for
   configuring the serial port's CTS/RTS flow control at runtime using
   termios when built with CONFIG_SERIAL_TERMIOS and either or both of
   CONFIG_SERIAL_OFLOWCONTROL and CONFIG_SERIAL_IFLOWCONTROL. However,
   a runtime sanity check left over from before prevented this from
   working: When processing ioctl TCSETS, we would return -EINVAL if
   one or both of CCTS_OFLOW and CRTS_IFLOW were requested, which was
   not deserved if the requested features were in fact supported.
   Fixing the sanity check so it depends on features actually
   configured.
2023-02-08 10:31:11 +08:00
..
include sched/addrenv: Remove up_addrenv_restore 2023-02-08 02:51:23 +08:00
src arch/tiva: Fix inability to control serial CTS/RTS via termios 2023-02-08 10:31:11 +08:00
Kconfig arm/unwinder: set default unwinder type to arm exidx/extab 2023-01-31 00:38:42 +08:00