nuttx/libs
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
..
libc support gdbstub use serial. 2023-12-11 08:43:26 -08:00
libdsp Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
libm libm: Fix an issue that public header files are not exported 2023-11-23 16:32:53 +01:00
libnx semaphore/_SEM_XX: Remove the _SEM redirection macros as unnecessary 2023-11-27 04:52:54 -08:00
libxx libcxx: fix build error. 2023-12-06 07:56:17 -08:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00