mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-22 04:53:44 +10:00
Currently the board/redbee-*.cfg files incorrectly include the interface definition. Move the interfaces to interface/, and create a single board/redbee.cfg that is common to both boards. Intended usage is now: openocd -f interface/redbee-econotag.cfg -f board/redbee.cfg
7 lines
214 B
INI
7 lines
214 B
INI
# The redbee-econotag has an onboard ft2232h with
|
|
# ft2232h channel A wired to mc13224v JTAG
|
|
# ft2232h channel B wired to mc13224v UART1
|
|
interface ft2232
|
|
ft2232_layout redbee-econotag
|
|
ft2232_vid_pid 0x0403 0x6010
|