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 system: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Kconfig system: Change DRIVER_NOTExxx to DRIVERS_NOTExxx 2023-02-20 14:30:57 +08:00
Make.defs system: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
Makefile system: migrate to SPDX identifier 2024-12-30 18:02:50 +08:00
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