nuttx-apps/system/trace
yukangzhi 71593dffad apps/system/trace: support binary dump of noteram
This patch adds support for dumping binary contents from noteram via the
`trace dump -b <file>` command. Changes include:

- Add a `binary` parameter to `trace_dump()` and the public header
  `system/trace/trace.h` to indicate binary output mode.
- Update `trace_dump()` to set the noteram read mode to binary using
  `NOTERAM_SETREADMODE` when requested.
- Update `trace dump` CLI parsing in `system/trace/trace.c` to accept
  the `-b` flag and pass it through to `trace_dump()`.
- Update usage/help text to include the new `-b` option.

Signed-off-by: yukangzhi <yukangzhi@xiaomi.com>
2026-01-26 19:32:42 +08:00
..
CMakeLists.txt
Kconfig
Make.defs
Makefile
trace.c apps/system/trace: support binary dump of noteram 2026-01-26 19:32:42 +08:00
trace.h apps/system/trace: support binary dump of noteram 2026-01-26 19:32:42 +08:00
trace_dump.c apps/system/trace: support binary dump of noteram 2026-01-26 19:32:42 +08:00