Skip to content
Closed
Changes from 1 commit
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
3 changes: 3 additions & 0 deletions src/debug/telemetry/telemetry2_slot.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@

#include <stdint.h>

// HACK: This should be in zephyr/soc/intel/intel_adsp/common/include/adsp_debug_window.h
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So if the payload is application specific we should be in SOF header, but RTOS specific in Zephyr header - if it s both then we cant keep in in application header.

#define ADSP_DW_SLOT_TELEMETRY2 0x4c455500

#define TELEMETRY2_PAYLOAD_MAGIC 0x1ED15EED

#define TELEMETRY2_PAYLOAD_V0_0 0
Expand Down