mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
Floss-JTAG Added.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@184 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
5e3ffdd7eb
commit
2f48c92a34
@ -339,7 +339,7 @@ OOCD_EXE=openocd
|
||||
# debug level
|
||||
OOCD_CL=-d0
|
||||
# interface and board/target settings (using the OOCD target-library here)
|
||||
OOCD_CL+=-f project/OpenOCD/olimex-arm-usb-tiny-h.cfg -f project/OpenOCD/stm32.cfg
|
||||
OOCD_CL+=-f project/OpenOCD/floss-jtag.cfg -f project/OpenOCD/stm32.cfg
|
||||
# initialize
|
||||
OOCD_CL+=-c init
|
||||
# show the targets
|
||||
|
11
flight/Project/OpenOCD/floss-jtag.cfg
Normal file
11
flight/Project/OpenOCD/floss-jtag.cfg
Normal file
@ -0,0 +1,11 @@
|
||||
#
|
||||
# Olimex ARM-USB-TINY-H
|
||||
#
|
||||
# http://www.olimex.com/dev/arm-usb-tiny-h.html
|
||||
#
|
||||
|
||||
interface ft2232
|
||||
ft2232_device_desc "Dual RS232-HS"
|
||||
ft2232_layout olimex-jtag
|
||||
ft2232_vid_pid 0x0403 0x6010
|
||||
|
Loading…
Reference in New Issue
Block a user