From ba15523c6f48342cc80a80f947a4048d53e30af8 Mon Sep 17 00:00:00 2001 From: Bhanu prakash Kondoju Date: Thu, 23 Oct 2025 14:11:02 +0530 Subject: [PATCH] Adds ml_profiler debug message type. --- silabs-pti/debug-message-type.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/silabs-pti/debug-message-type.json b/silabs-pti/debug-message-type.json index 4c9ed02..fb8244c 100644 --- a/silabs-pti/debug-message-type.json +++ b/silabs-pti/debug-message-type.json @@ -393,6 +393,12 @@ "longDescription": "Configuration over SWO", "status": "" }, + "ML_PROFILER": { + "code": "0x0090", + "shortDescription": "ml_profiler", + "longDescription": "Machine learning model profiler statistics", + "status": "" + }, "USER_COMMAND": { "code": "0xFFFE", "shortDescription": "UserCmd",