diff options
author | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
---|---|---|
committer | raywu <raywu0301@gmail.com> | 2018-06-15 00:00:50 +0800 |
commit | b7c51c9cf4864df6aabb99a1ae843becd577237c (patch) | |
tree | eebe9b0d0ca03062955223097e57da84dd618b9a /Core/EM/AMIDebugRx/AMIDebugRx.sdl | |
download | zprj-master.tar.xz |
Diffstat (limited to 'Core/EM/AMIDebugRx/AMIDebugRx.sdl')
-rw-r--r-- | Core/EM/AMIDebugRx/AMIDebugRx.sdl | 34 |
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 |