Skip to content

Commit e207470

Browse files
authored
Regen new type. (#11)
Regenerate files based on this new type.
1 parent 11dce6c commit e207470

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

silabs-pti/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.13.0
1+
1.13.1

silabs-pti/src/main/java/com/silabs/pti/debugchannel/DebugMessageType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

silabs-pti/src/main/resources/debugMessageType.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ CPU_USAGE.long=cpu_usage
130130
CPU_USAGE=cpu_usage
131131
CONFIG_OVER_SWO.long=Configuration over SWO
132132
CONFIG_OVER_SWO=CfgOverSWO
133+
ML_PROFILER.long=Machine learning model profiler statistics
134+
ML_PROFILER=ml_profiler
133135
USER_COMMAND.long=User command
134136
USER_COMMAND=UserCmd
135137
USER_RESPONSE.long=User response

0 commit comments

Comments
 (0)