Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion silabs-pti/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.13.0
1.13.1
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public enum DebugMessageType {
LOGIC_ANALYZER(0x0066),
CPU_USAGE(0x0070),
CONFIG_OVER_SWO(0x0080),
ML_PROFILER(0x0090),
USER_COMMAND(0xFFFE),
USER_RESPONSE(0xFFFF),

Expand Down
2 changes: 2 additions & 0 deletions silabs-pti/src/main/resources/debugMessageType.properties
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ CPU_USAGE.long=cpu_usage
CPU_USAGE=cpu_usage
CONFIG_OVER_SWO.long=Configuration over SWO
CONFIG_OVER_SWO=CfgOverSWO
ML_PROFILER.long=Machine learning model profiler statistics
ML_PROFILER=ml_profiler
USER_COMMAND.long=User command
USER_COMMAND=UserCmd
USER_RESPONSE.long=User response
Expand Down