| commit | 9cc190770660c6a2269490e4a5d9c26e31b2cfea | [log] [tgz] |
|---|---|---|
| author | Andy Ross <andrew.j.ross@intel.com> | Tue Dec 14 20:28:30 2021 -0800 |
| committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 05 15:01:45 2022 -0500 |
| tree | 7c77d9c7c129a4498e7c4cadbb3fe9147ff27faa | |
| parent | dec55855ce99bfc038cc8e4c8cd82cd6f5922aaf [diff] |
soc/intel_adsp: Add SIMCALL output to the trace_out driver When running under a simulator, it's difficult to extract output from the window (it's difficult with hardware too!). Add "SIMCALL" output to stderr (it's literally just 3 extra instructions) as an optional feature so this subsystem itself can be debugged without herculean effort. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>