2009-04-02 12:44:28 -05:00
|
|
|
#
|
|
|
|
# Segger J-Link
|
|
|
|
#
|
|
|
|
# http://www.segger.com/jlink.html
|
|
|
|
#
|
|
|
|
|
2008-05-14 09:13:38 -05:00
|
|
|
interface jlink
|
|
|
|
|
2015-01-31 06:00:12 -06: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
|
|
|
|
|