]> git.gag.com Git - fw/openocd/blobdiff - src/target/target.c
armv7m_trace: get rid of the old tpiu code
[fw/openocd] / src / target / target.c
index fe519f2ab7bee0c1808ee283cfb3f3cbc88fb129..eb83daebbc8d00ad3a952943bd4c21049d33ee53 100644 (file)
@@ -4945,6 +4945,11 @@ no_params:
                                }
 
                                if (goi->isconfigure) {
+                                       /* START_DEPRECATED_TPIU */
+                                       if (n->value == TARGET_EVENT_TRACE_CONFIG)
+                                               LOG_INFO("DEPRECATED target event %s", n->name);
+                                       /* END_DEPRECATED_TPIU */
+
                                        bool replace = true;
                                        if (teap == NULL) {
                                                /* create new */