From daa96526f76fa052be60c5668fba6123c1186993 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 8 Sep 2014 16:00:26 -0600 Subject: Update CC3200 OpenOCD config --- nuttx/configs/cc3200-launchpad/tools/cc3200.cfg | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'nuttx/configs') diff --git a/nuttx/configs/cc3200-launchpad/tools/cc3200.cfg b/nuttx/configs/cc3200-launchpad/tools/cc3200.cfg index eb8b8256f..7657935a7 100644 --- a/nuttx/configs/cc3200-launchpad/tools/cc3200.cfg +++ b/nuttx/configs/cc3200-launchpad/tools/cc3200.cfg @@ -22,10 +22,12 @@ # POSSIBILITY OF SUCH DAMAGE. # -interface ft2232 -ft2232_layout luminary_icdi -ft2232_device_desc "USB <-> JTAG/SWD" -ft2232_vid_pid 0x0451 0xc32a +interface ftdi +ftdi_device_desc "USB <-> JTAG/SWD" +ftdi_vid_pid 0x0451 0xc32a +ftdi_layout_init 0x00a8 0x00eb +ftdi_layout_signal nSRST -noe 0x0020 + adapter_khz 1000 set _ENDIAN little -- cgit v1.2.3