File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
java/com/silabs/pti/debugchannel Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1- 1.13.0
1+ 1.13.1
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ public enum DebugMessageType {
8686 LOGIC_ANALYZER (0x0066 ),
8787 CPU_USAGE (0x0070 ),
8888 CONFIG_OVER_SWO (0x0080 ),
89+ ML_PROFILER (0x0090 ),
8990 USER_COMMAND (0xFFFE ),
9091 USER_RESPONSE (0xFFFF ),
9192
Original file line number Diff line number Diff line change @@ -130,6 +130,8 @@ CPU_USAGE.long=cpu_usage
130130CPU_USAGE =cpu_usage
131131CONFIG_OVER_SWO.long =Configuration over SWO
132132CONFIG_OVER_SWO =CfgOverSWO
133+ ML_PROFILER.long =Machine learning model profiler statistics
134+ ML_PROFILER =ml_profiler
133135USER_COMMAND.long =User command
134136USER_COMMAND =UserCmd
135137USER_RESPONSE.long =User response
You can’t perform that action at this time.
0 commit comments