Target create, Target get, Target help – Zilog EZ80F916 User Manual
Page 430: Target list, Target create target get target help target list
UM014423-0607
Using the Command Processor
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
410
For example:
target copy NAME="mytarget" SOURCE="Sim3"
target create
The
target create
command creates a new target with the given name and using the
given CPU. The following is the syntax of the
target create
command:
target create NAME="<target name>" CPU="<cpu name>"
For example:
target create NAME="mytarget" CPU="eZ80190"
target get
The
target get
command displays the current value for the given data item for the
active target. The following is the syntax of the
target get
command:
target get "<data item>"
Use the
target setup
command to view available data items and current values.
For example:
target get "cpu"
target help
The
target help
command displays all target commands. The following is the syntax
of the
target help
command:
target help
target list
The
target list
command lists all available targets. The syntax can take one of three
forms:
•
target list
displays the names of all available targets (restricted to the currently configured CPU
family).
•
target list CPU="<cpu name>"
displays the names of all available targets associated with the given CPU name.
•
target list FAMILY="<family name>"
displays the names of all available targets associated with the given CPU family name.
For example:
target list FAMILY="eZ80"