X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farmv7m_trace.h;h=61142b1e3a63f93c28a061a6414f810641f40192;hp=cdf79e74cb344694445f7a3e9770411b390c6009;hb=f9509c92dba370be363f5641d3fefe2250bee10c;hpb=faaa42283f5c06830fe997b80d6c64f6469c6cf0 diff --git a/src/target/armv7m_trace.h b/src/target/armv7m_trace.h index cdf79e74cb..61142b1e3a 100644 --- a/src/target/armv7m_trace.h +++ b/src/target/armv7m_trace.h @@ -78,6 +78,8 @@ struct armv7m_trace_config { bool itm_async_timestamps; /** Enable synchronisation packet transmission (for sync port only) */ bool itm_synchro_packets; + /** Config ITM after target examine */ + bool itm_deferred_config; /** Current frequency of TRACECLKIN (usually matches HCLK) */ unsigned int traceclkin_freq;