aboutsummaryrefslogtreecommitdiff
path: root/debug/targets.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug/targets.py')
-rw-r--r--debug/targets.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/debug/targets.py b/debug/targets.py
index 63994db..b5b7f7b 100644
--- a/debug/targets.py
+++ b/debug/targets.py
@@ -79,6 +79,9 @@ class Target(object):
# hardware will every do that.
implements_custom_test = False
+ # Target uses the DTM Version 0.13 for memory accesses
+ uses_dtm_version_013 = False
+
# Internal variables:
directory = None
temporary_files = []