incubator-nuttx/drivers/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
..
CMakeLists.txt support gdbstub use serial. 2023-12-11 08:43:26 -08:00
Kconfig support gdbstub use serial. 2023-12-11 08:43:26 -08:00
Kconfig-16550 serial/uart_16550: Wait before setting Line Control Register (Synopsys DesignWare 8250) 2023-08-03 08:38:07 +02:00
Kconfig-lpuart
Kconfig-pl011 arch/arm64: merge serial_pl011.c and qemu_serial.c 2023-05-10 09:06:59 +02:00
Kconfig-sci
Kconfig-uart
Kconfig-usart
Make.defs support gdbstub use serial. 2023-12-11 08:43:26 -08:00
ptmx.c enable O_CLOEXEC explicit 2023-09-22 13:51:00 +08:00
pty.c enable O_CLOEXEC explicit 2023-09-22 13:51:00 +08:00
pty.h
serial.c support gdbstub use serial. 2023-12-11 08:43:26 -08:00
serial_dma.c drivers/serial: unmodify head and tail pointers 2023-09-19 09:41:07 +08:00
serial_gdbstub.c support gdbstub use serial. 2023-12-11 08:43:26 -08:00
serial_io.c tty:support tty c_cc VMIN & VTIME 2023-04-29 13:48:52 +08:00
serial_pl011.c refine: move BIT Macro to nuttx/bits.h 2023-10-12 14:52:56 +08:00
uart_16550.c serial/uart_16550: Wait before setting Line Control Register (Synopsys DesignWare 8250) 2023-08-03 08:38:07 +02:00
uart_bth4.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
uart_bth5.c poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
uart_ram.c drivers/serial: add ram uart driver 2023-09-19 09:41:07 +08:00
uart_rpmsg.c drivers/serial: check the remote device before get name 2023-11-07 18:27:05 +08:00