summaryrefslogtreecommitdiff
path: root/Core/EM/AMIDebugRx/AMIDebugRx.sdl
diff options
context:
space:
mode:
Diffstat (limited to 'Core/EM/AMIDebugRx/AMIDebugRx.sdl')
-rw-r--r--Core/EM/AMIDebugRx/AMIDebugRx.sdl34
1 files changed, 34 insertions, 0 deletions
diff --git a/Core/EM/AMIDebugRx/AMIDebugRx.sdl b/Core/EM/AMIDebugRx/AMIDebugRx.sdl
new file mode 100644
index 0000000..c3ad8bb
--- /dev/null
+++ b/Core/EM/AMIDebugRx/AMIDebugRx.sdl
@@ -0,0 +1,34 @@
+TOKEN
+ Name = "AMIDEBUG_RX_SUPPORT"
+ Value = "1"
+ Help = "Main switch to enable Ami Debug Rx Module."
+ TokenType = Boolean
+ TargetEQU = Yes
+ TargetMAK = Yes
+ TargetH = Yes
+ Master = Yes
+End
+
+TOKEN
+ Name = "DEBUGGER_MAJOR_VERSION"
+ Value = "2"
+ TokenType = Integer
+ TargetEQU = Yes
+ TargetH = Yes
+End
+
+TOKEN
+ Name = "DEBUGGER_MINOR_VERSION"
+ Value = "04"
+ TokenType = Integer
+ TargetEQU = Yes
+ TargetH = Yes
+End
+
+TOKEN
+ Name = "DEBUGGER_BUILD"
+ Value = "0074"
+ TokenType = Integer
+ TargetEQU = Yes
+ TargetH = Yes
+End