walnux/include/nuttx/serial
anjiahao bf03bb557f support gdbstub use serial.
we can use uart to debug nuttx,like debugger:

1. read/write memory
2. Use watchpoint,breakpoint,single step.
    use up_debugpoint api

3. Ctrl+c to stop, continue, or single step.
    hold uart send and receive

4. register a panic event, when crash or assert/panic, we use uart to
   debug.

Signed-off-by: anjiahao <anjiahao@xiaomi.com>
2023-12-11 08:43:26 -08:00
..
mxser.h
pty.h serial/pty: Decouple SUSv1 style from pseudo fs operation 2022-02-09 20:35:59 +08:00
serial.h support gdbstub use serial. 2023-12-11 08:43:26 -08:00
tioctl.h nuttx: Add "#include <nuttx/fs/ioctl.h>" to tioctl.h 2022-04-01 16:35:24 +08:00
uart_16550.h serial/uart_16550: Wait before setting Line Control Register (Synopsys DesignWare 8250) 2023-08-03 08:38:07 +02:00
uart_bth4.h
uart_bth5.h serial/uart/h5: add bt h5 uart serial driver 2023-08-25 17:17:37 +08:00
uart_pl011.h include/nuttx/serial: remove unrelated comments 2023-05-19 02:40:38 +08:00
uart_ram.h drivers/serial: add ram uart driver 2023-09-19 09:41:07 +08:00
uart_rpmsg.h Fix the minor style issue 2022-02-15 15:26:38 +01:00