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

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


    from c00d477671 Doc: add maskable nested interrupt description
     new ee306d47fd drivers/serial: Add 16550_DLF_SIZE option for DesignWare 
UART.
     new 94cc99d01b serial: fix cu ctrl+c crash
     new 80079f35e4 signal: add sig_tgkill() kenrnel version support
     new 0a70235b0c serial/pl011: fix can't up_putc() after setup
     new 39449c6069 sched/sched.h: add nxsched_lock/unlock_irq() function
     new bbb7f436d4 serial.c: should protect the fds when calling poll_notify
     new 092bdec20b drivers/serial: support force panic only when repeat the 
panic char

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:
 drivers/serial/Kconfig            |  7 ++++
 drivers/serial/Kconfig-16550      |  7 ++++
 drivers/serial/serial.c           | 76 ++++++++++++++++++++++++++++-----------
 drivers/serial/serial_dma.c       |  1 -
 drivers/serial/serial_io.c        |  1 -
 drivers/serial/uart_16550.c       | 18 ++++++++--
 drivers/serial/uart_pl011.c       | 15 ++++++--
 include/nuttx/sched.h             |  7 ++++
 include/nuttx/serial/serial.h     |  5 ++-
 include/nuttx/serial/uart_16550.h | 43 ++++++++++++++--------
 include/nuttx/signal.h            | 30 ++++++++++++++++
 sched/signal/sig_tgkill.c         | 54 ++++++++++++++++++++++------
 12 files changed, 211 insertions(+), 53 deletions(-)

Reply via email to