This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a change to branch releases/12.10
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 215bfbb849 audio/comp: fix build warning caused by invalid return value
new be6a7f7cfb drivers/serial/serial: typo fix in comment
new ea93ddfc08 drivers/serial/serial: fix race condition in flow control
new c241137c51 drivers/serial/serial: prevent race conditions on 8-bit
architectures
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:
arch/Kconfig | 17 ++++++
arch/avr/Kconfig | 1 +
drivers/serial/Kconfig | 9 ++++
drivers/serial/Kconfig-usart | 120 +++++++++++++++++++++++++++++++++++-------
drivers/serial/serial.c | 30 +++++++----
include/nuttx/serial/serial.h | 24 +++++++--
6 files changed, 167 insertions(+), 34 deletions(-)