2009-04-02 17:44:28 +00:00
|
|
|
#
|
|
|
|
# Segger J-Link
|
|
|
|
#
|
|
|
|
# http://www.segger.com/jlink.html
|
|
|
|
#
|
|
|
|
|
2008-05-14 14:13:38 +00:00
|
|
|
interface jlink
|
|
|
|
|
2015-01-31 12:00:12 +00:00
|
|
|
|
|
|
|
# The serial number can be used to select a specific interface in case more than one
|
|
|
|
# is connected to the host.
|
|
|
|
#
|
|
|
|
# Segger software omits leading zeros in serial number displays,
|
|
|
|
# OpenOCD requires them.
|
|
|
|
#
|
|
|
|
# Example: Select J-Link with serial 123456789
|
|
|
|
#
|
|
|
|
# jlink serial 000123456789
|
|
|
|
|