mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 02:36:11 +08:00
note: add NOTE_DUMP_BINARY support for binary log dumping
Add NOTE_DUMP_BINARY to the note_type_e enum and implement its handling in noteram_dump_one. This enables the recording and dumping of binary logs in hexadecimal format, improving traceability for binary event data. Signed-off-by: yukangzhi <yukangzhi@xiaomi.com>
This commit is contained in:
@@ -271,6 +271,7 @@ enum note_type_e
|
||||
NOTE_DUMP_BEGIN,
|
||||
NOTE_DUMP_END,
|
||||
NOTE_DUMP_MARK,
|
||||
NOTE_DUMP_BINARY,
|
||||
NOTE_DUMP_COUNTER,
|
||||
|
||||
/* Always last */
|
||||
|
||||
Reference in New Issue
Block a user