openocd.git
14 years agoMichael Bruck <mbruck@digenius.de>: sys/select.h must preceed windows.h.
zwelch [Thu, 30 Apr 2009 00:59:46 +0000 (00:59 +0000)]
Michael Bruck <mbruck@digenius.de>: sys/select.h must preceed windows.h.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1573 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoMichael Bruck <mbruck@digenius.de>: use HAVE_UNISTD_H for environ decl.
zwelch [Thu, 30 Apr 2009 00:57:58 +0000 (00:57 +0000)]
Michael Bruck <mbruck@digenius.de>: use HAVE_UNISTD_H for environ decl.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1572 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoClear FLASH_SR error flags after flash errors to avoid reset befor further flash...
mlu [Wed, 29 Apr 2009 21:08:39 +0000 (21:08 +0000)]
Clear FLASH_SR error flags after flash errors to avoid reset befor further flash operations.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1571 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoAdd udev rules for USB ICEbear interface.
zwelch [Wed, 29 Apr 2009 18:26:11 +0000 (18:26 +0000)]
Add udev rules for USB ICEbear interface.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1570 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoMore error logging for DAP errors
mlu [Wed, 29 Apr 2009 18:17:51 +0000 (18:17 +0000)]
More error logging for DAP errors

git-svn-id: svn://svn.berlios.de/openocd/trunk@1569 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- add missing svn props from svn 1565 commit
ntfreak [Wed, 29 Apr 2009 13:24:05 +0000 (13:24 +0000)]
- add missing svn props from svn 1565 commit

git-svn-id: svn://svn.berlios.de/openocd/trunk@1568 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agocomments and debug code
oharboe [Wed, 29 Apr 2009 11:37:33 +0000 (11:37 +0000)]
comments and debug code

git-svn-id: svn://svn.berlios.de/openocd/trunk@1567 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoSten <debian@sansys-electronic.com>: add support for Olimex LPC2378STK eval board.
zwelch [Wed, 29 Apr 2009 07:40:07 +0000 (07:40 +0000)]
Sten <debian@sansys-electronic.com>: add support for Olimex LPC2378STK eval board.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1566 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoSten <debian@sansys-electronic.com>: add support for ICEbear FDTI-based interface.
zwelch [Wed, 29 Apr 2009 07:38:35 +0000 (07:38 +0000)]
Sten <debian@sansys-electronic.com>: add support for ICEbear FDTI-based interface.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1565 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoFix jlink usb_bulk_with_retries to return actual error codes.
zwelch [Wed, 29 Apr 2009 06:30:44 +0000 (06:30 +0000)]
Fix jlink usb_bulk_with_retries to return actual error codes.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1564 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoRemove vestigial last_tms variable from jlink driver.
zwelch [Wed, 29 Apr 2009 05:22:14 +0000 (05:22 +0000)]
Remove vestigial last_tms variable from jlink driver.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1563 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoAdd -Wredundant-decls to prevent unwanted duplicate declarations.
zwelch [Wed, 29 Apr 2009 03:28:12 +0000 (03:28 +0000)]
Add -Wredundant-decls to prevent unwanted duplicate declarations.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1562 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoFix jlink for Debian/Ubuntu (by Ben Dooks <ben-openocd@fluff.org>).
zwelch [Wed, 29 Apr 2009 02:18:50 +0000 (02:18 +0000)]
Fix jlink for Debian/Ubuntu (by Ben Dooks <ben-openocd@fluff.org>).

git-svn-id: svn://svn.berlios.de/openocd/trunk@1561 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoRemove redundant declarations to allow building with -Wredundant-decls.
zwelch [Wed, 29 Apr 2009 01:43:01 +0000 (01:43 +0000)]
Remove redundant declarations to allow building with -Wredundant-decls.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1560 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoAdd missing header files to fix C99 compatibility.
zwelch [Wed, 29 Apr 2009 00:33:35 +0000 (00:33 +0000)]
Add missing header files to fix C99 compatibility.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1559 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agomore docs on jtag_add_pathmove()
oharboe [Tue, 28 Apr 2009 20:59:52 +0000 (20:59 +0000)]
more docs on jtag_add_pathmove()

git-svn-id: svn://svn.berlios.de/openocd/trunk@1558 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoDick Hollenbeck <dick@softplc.com> and Jeff Williams tap_get_tms_path_len()
oharboe [Tue, 28 Apr 2009 19:02:29 +0000 (19:02 +0000)]
Dick Hollenbeck <dick@softplc.com> and Jeff Williams tap_get_tms_path_len()

git-svn-id: svn://svn.berlios.de/openocd/trunk@1557 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoCorrectedout buffer size and missing jlink_tap_init() call.
mlu [Tue, 28 Apr 2009 17:40:02 +0000 (17:40 +0000)]
Correctedout  buffer size and missing jlink_tap_init() call.
Expanded JLink adapter info at startup.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1556 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- fix win32 build
ntfreak [Tue, 28 Apr 2009 13:40:06 +0000 (13:40 +0000)]
- fix win32 build

git-svn-id: svn://svn.berlios.de/openocd/trunk@1555 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agofix checksum memory. By failing the fallback code will handle checksum calculation
oharboe [Tue, 28 Apr 2009 08:42:09 +0000 (08:42 +0000)]
fix checksum memory. By failing the fallback code will handle checksum calculation

git-svn-id: svn://svn.berlios.de/openocd/trunk@1554 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> fix gw16012 with --enable-parport_ppdev
oharboe [Tue, 28 Apr 2009 07:34:43 +0000 (07:34 +0000)]
Zach Welch <zw@superlucidity.net> fix gw16012 with --enable-parport_ppdev

git-svn-id: svn://svn.berlios.de/openocd/trunk@1553 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoconvert some LOG_INFO()'s during stepping into LOG_DEBUG()
oharboe [Tue, 28 Apr 2009 07:33:50 +0000 (07:33 +0000)]
convert some LOG_INFO()'s during stepping into LOG_DEBUG()

git-svn-id: svn://svn.berlios.de/openocd/trunk@1552 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoMichael Bruck <mbruck@digenius.de> macros for error handling
oharboe [Tue, 28 Apr 2009 07:29:18 +0000 (07:29 +0000)]
Michael Bruck <mbruck@digenius.de> macros for error handling

git-svn-id: svn://svn.berlios.de/openocd/trunk@1551 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoeol-style native
oharboe [Tue, 28 Apr 2009 06:29:32 +0000 (06:29 +0000)]
eol-style native

git-svn-id: svn://svn.berlios.de/openocd/trunk@1550 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoeol-style native
oharboe [Tue, 28 Apr 2009 06:28:39 +0000 (06:28 +0000)]
eol-style native

git-svn-id: svn://svn.berlios.de/openocd/trunk@1549 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoSimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and some...
oharboe [Mon, 27 Apr 2009 19:35:31 +0000 (19:35 +0000)]
SimonQian <simonqian@simonqian.com> fix warnings(which stops compilation) and some bugs

git-svn-id: svn://svn.berlios.de/openocd/trunk@1548 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoAdded dap baseaddr and dap apid commands
mlu [Mon, 27 Apr 2009 16:08:25 +0000 (16:08 +0000)]
Added dap baseaddr and dap apid commands

git-svn-id: svn://svn.berlios.de/openocd/trunk@1547 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoDick Hollenbeck <dick@softplc.com> Collect some macros, add DIM()
oharboe [Mon, 27 Apr 2009 16:03:39 +0000 (16:03 +0000)]
Dick Hollenbeck <dick@softplc.com> Collect some macros, add DIM()

git-svn-id: svn://svn.berlios.de/openocd/trunk@1546 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoSimonQian <simonqian@simonqian.com> patch for error compiling vsllink if --enable...
oharboe [Mon, 27 Apr 2009 13:00:29 +0000 (13:00 +0000)]
SimonQian <simonqian@simonqian.com> patch for error compiling vsllink if --enable-verbose-jtag-io is set

git-svn-id: svn://svn.berlios.de/openocd/trunk@1545 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoclean up debug/info output to be in line with other targets
oharboe [Mon, 27 Apr 2009 12:12:44 +0000 (12:12 +0000)]
clean up debug/info output to be in line with other targets

git-svn-id: svn://svn.berlios.de/openocd/trunk@1544 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agomore error handling
oharboe [Mon, 27 Apr 2009 12:02:07 +0000 (12:02 +0000)]
more error handling

git-svn-id: svn://svn.berlios.de/openocd/trunk@1543 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoa little bit more error handling in ARM11
oharboe [Mon, 27 Apr 2009 11:24:01 +0000 (11:24 +0000)]
a little bit more error handling in ARM11

git-svn-id: svn://svn.berlios.de/openocd/trunk@1542 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoSimonQian <simonqian@simonqian.com> AVR wip
oharboe [Mon, 27 Apr 2009 10:32:13 +0000 (10:32 +0000)]
SimonQian <simonqian@simonqian.com> AVR wip

git-svn-id: svn://svn.berlios.de/openocd/trunk@1540 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoSimonQian <simonqian@simonqian.com> AVR support
oharboe [Mon, 27 Apr 2009 10:16:16 +0000 (10:16 +0000)]
SimonQian <simonqian@simonqian.com> AVR support

git-svn-id: svn://svn.berlios.de/openocd/trunk@1539 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoDeleted depreciated files ( new versions are arm_adi_v5.c/h )
mlu [Mon, 27 Apr 2009 10:05:15 +0000 (10:05 +0000)]
Deleted depreciated files ( new versions are arm_adi_v5.c/h )

git-svn-id: svn://svn.berlios.de/openocd/trunk@1538 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoSome devices such as AVR will return 0xffffffff instead of the TDI
oharboe [Mon, 27 Apr 2009 09:12:18 +0000 (09:12 +0000)]
Some devices such as AVR will return 0xffffffff instead of the TDI
data at the end of the chain. Added kludge to handle this.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1537 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoChanged armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.
mlu [Mon, 27 Apr 2009 08:29:28 +0000 (08:29 +0000)]
Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp.
Added support for accessport ROM table identification, dap command.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1536 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoAdded arm_adi_v5.c/h, to replace cortex_swjdp.c/h. Better conformance to ARM Debug...
mlu [Mon, 27 Apr 2009 08:21:35 +0000 (08:21 +0000)]
Added arm_adi_v5.c/h, to replace cortex_swjdp.c/h. Better conformance to ARM Debug Interface rev 5 documentation and remoed code specific to the Cortex-M3 targets.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1535 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoPhilippe Vachon <philippe@cowpig.ca> 64 bit host fixes
oharboe [Mon, 27 Apr 2009 05:40:52 +0000 (05:40 +0000)]
Philippe Vachon <philippe@cowpig.ca> 64 bit host fixes

git-svn-id: svn://svn.berlios.de/openocd/trunk@1534 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> add -Wcast-align and -Wbad-function-cast
oharboe [Mon, 27 Apr 2009 05:30:15 +0000 (05:30 +0000)]
Zach Welch <zw@superlucidity.net> add -Wcast-align and -Wbad-function-cast

git-svn-id: svn://svn.berlios.de/openocd/trunk@1533 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> wrap _GNU_SOURCE defines
oharboe [Mon, 27 Apr 2009 05:29:30 +0000 (05:29 +0000)]
Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE defines

git-svn-id: svn://svn.berlios.de/openocd/trunk@1532 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> fix typo
oharboe [Sun, 26 Apr 2009 20:05:08 +0000 (20:05 +0000)]
Zach Welch <zw@superlucidity.net> fix typo

git-svn-id: svn://svn.berlios.de/openocd/trunk@1531 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoR.Doss <doss@gmx.de> AT91SAM9260
oharboe [Sun, 26 Apr 2009 20:03:41 +0000 (20:03 +0000)]
R.Doss <doss@gmx.de> AT91SAM9260

git-svn-id: svn://svn.berlios.de/openocd/trunk@1530 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro
oharboe [Sun, 26 Apr 2009 20:02:15 +0000 (20:02 +0000)]
Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro

git-svn-id: svn://svn.berlios.de/openocd/trunk@1529 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoCorrected statement order
mlu [Sat, 25 Apr 2009 02:53:07 +0000 (02:53 +0000)]
Corrected statement order

git-svn-id: svn://svn.berlios.de/openocd/trunk@1528 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoFix ft2232 TX buffer overflow
mlu [Sat, 25 Apr 2009 00:58:49 +0000 (00:58 +0000)]
Fix ft2232 TX buffer overflow

git-svn-id: svn://svn.berlios.de/openocd/trunk@1527 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoBreak ft2232_execute_quie into smaller functions, follows restructure of jlink.c
mlu [Sat, 25 Apr 2009 00:54:21 +0000 (00:54 +0000)]
Break ft2232_execute_quie into smaller functions, follows restructure of jlink.c

git-svn-id: svn://svn.berlios.de/openocd/trunk@1526 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoadd jtag_debug_state_machine
oharboe [Fri, 24 Apr 2009 18:10:04 +0000 (18:10 +0000)]
add jtag_debug_state_machine

git-svn-id: svn://svn.berlios.de/openocd/trunk@1525 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro (1 of 2)
oharboe [Fri, 24 Apr 2009 16:24:55 +0000 (16:24 +0000)]
Zach Welch <zw@superlucidity.net> add TAP_SCAN_BYTES macro (1 of 2)

git-svn-id: svn://svn.berlios.de/openocd/trunk@1524 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> add --enable-maintainer-mode reminder
oharboe [Fri, 24 Apr 2009 16:14:21 +0000 (16:14 +0000)]
Zach Welch <zw@superlucidity.net> add --enable-maintainer-mode reminder

git-svn-id: svn://svn.berlios.de/openocd/trunk@1523 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoUwe Hermann <uwe@hermann-uwe.de> Update udev file
oharboe [Fri, 24 Apr 2009 12:12:36 +0000 (12:12 +0000)]
Uwe Hermann <uwe@hermann-uwe.de> Update udev file

git-svn-id: svn://svn.berlios.de/openocd/trunk@1522 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> use memcpy
oharboe [Fri, 24 Apr 2009 11:05:21 +0000 (11:05 +0000)]
Zach Welch <zw@superlucidity.net> use memcpy

git-svn-id: svn://svn.berlios.de/openocd/trunk@1521 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoNicolas Pitre <nico@cam.org> update SheevaPlug interface cfg file
oharboe [Fri, 24 Apr 2009 06:04:40 +0000 (06:04 +0000)]
Nicolas Pitre <nico@cam.org> update SheevaPlug interface cfg file

git-svn-id: svn://svn.berlios.de/openocd/trunk@1520 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoUwe Hermann <uwe@hermann-uwe.de> drop unecessary BSTAPIDs
oharboe [Fri, 24 Apr 2009 06:02:02 +0000 (06:02 +0000)]
Uwe Hermann <uwe@hermann-uwe.de> drop unecessary BSTAPIDs

git-svn-id: svn://svn.berlios.de/openocd/trunk@1519 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoRemove warning
duane [Fri, 24 Apr 2009 02:13:02 +0000 (02:13 +0000)]
Remove warning

git-svn-id: svn://svn.berlios.de/openocd/trunk@1518 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoMichael Bruck <mbruck@digenius.de> include file fix
oharboe [Thu, 23 Apr 2009 18:55:13 +0000 (18:55 +0000)]
Michael Bruck <mbruck@digenius.de> include file fix

git-svn-id: svn://svn.berlios.de/openocd/trunk@1517 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agostm32.cfg can expect one of 4 id's.
oharboe [Thu, 23 Apr 2009 14:03:42 +0000 (14:03 +0000)]
stm32.cfg can expect one of 4 id's.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1516 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agounbreak zy1000
oharboe [Thu, 23 Apr 2009 13:24:56 +0000 (13:24 +0000)]
unbreak zy1000

git-svn-id: svn://svn.berlios.de/openocd/trunk@1515 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoLaurentiu Cocanu - fix typo
oharboe [Thu, 23 Apr 2009 12:21:39 +0000 (12:21 +0000)]
Laurentiu Cocanu - fix typo

git-svn-id: svn://svn.berlios.de/openocd/trunk@1514 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- fix win32 build after svn 1511 changes
ntfreak [Wed, 22 Apr 2009 19:54:03 +0000 (19:54 +0000)]
- fix win32 build after svn 1511 changes

git-svn-id: svn://svn.berlios.de/openocd/trunk@1513 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoMichael Bruck <mbruck@digenius.de> ARM11 various updates + fix formatting.
oharboe [Wed, 22 Apr 2009 18:39:59 +0000 (18:39 +0000)]
Michael Bruck <mbruck@digenius.de> ARM11 various updates + fix formatting.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1512 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoMichael Bruck <mbruck@digenius.de> signed/unsigned incompatibility warning
oharboe [Wed, 22 Apr 2009 17:36:00 +0000 (17:36 +0000)]
Michael Bruck <mbruck@digenius.de> signed/unsigned incompatibility warning

git-svn-id: svn://svn.berlios.de/openocd/trunk@1511 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoMichael Bruck spotted a typo in help messages
oharboe [Wed, 22 Apr 2009 17:10:12 +0000 (17:10 +0000)]
Michael Bruck spotted a typo in help messages

git-svn-id: svn://svn.berlios.de/openocd/trunk@1510 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> do not pad TMS
oharboe [Wed, 22 Apr 2009 13:54:04 +0000 (13:54 +0000)]
Zach Welch <zw@superlucidity.net> do not pad TMS

git-svn-id: svn://svn.berlios.de/openocd/trunk@1509 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> set speed in init
oharboe [Wed, 22 Apr 2009 11:37:27 +0000 (11:37 +0000)]
Zach Welch <zw@superlucidity.net> set speed in init

git-svn-id: svn://svn.berlios.de/openocd/trunk@1508 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> fix jlink reset
oharboe [Wed, 22 Apr 2009 10:59:23 +0000 (10:59 +0000)]
Zach Welch <zw@superlucidity.net>  fix jlink reset

git-svn-id: svn://svn.berlios.de/openocd/trunk@1507 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> reorder enum tap_state
oharboe [Wed, 22 Apr 2009 10:46:37 +0000 (10:46 +0000)]
Zach Welch <zw@superlucidity.net> reorder enum tap_state

git-svn-id: svn://svn.berlios.de/openocd/trunk@1506 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoFix str_to_buf problem, thanks Andy Chenee
mlu [Wed, 22 Apr 2009 10:09:15 +0000 (10:09 +0000)]
Fix str_to_buf problem, thanks Andy Chenee

git-svn-id: svn://svn.berlios.de/openocd/trunk@1505 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoShrink JLink buffer sizes to specified 2KB courtesy of Jeff Williams <jeffw@gadgetwor...
kc8apf [Wed, 22 Apr 2009 07:34:47 +0000 (07:34 +0000)]
Shrink JLink buffer sizes to specified 2KB courtesy of Jeff Williams <jeffw@gadgetworks.com> and Zach Welch <zw@superlucidity.net>

git-svn-id: svn://svn.berlios.de/openocd/trunk@1504 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoAdd D2XX support for OS X courtesy of Piotr Esden-Tempski <piotr@esden.net>
kc8apf [Wed, 22 Apr 2009 07:32:09 +0000 (07:32 +0000)]
Add D2XX support for OS X courtesy of Piotr Esden-Tempski <piotr@esden.net>

git-svn-id: svn://svn.berlios.de/openocd/trunk@1503 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoFix use of wrong format conversion for size_t (%zu instead of %u)
kc8apf [Wed, 22 Apr 2009 07:31:16 +0000 (07:31 +0000)]
Fix use of wrong format conversion for size_t (%zu instead of %u)

git-svn-id: svn://svn.berlios.de/openocd/trunk@1502 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agofix jtag run/idle state name courtesy of Jeff Williams <jeffw@gadgetworks.com> and...
kc8apf [Wed, 22 Apr 2009 06:56:59 +0000 (06:56 +0000)]
fix jtag run/idle state name courtesy of Jeff Williams <jeffw@gadgetworks.com> and Zach Welch <zw@superlucidity.net>

git-svn-id: svn://svn.berlios.de/openocd/trunk@1501 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agorefactor jlink_execute_queue courtesy of Zach Welch <zw@superlucidity.net>
kc8apf [Wed, 22 Apr 2009 06:55:34 +0000 (06:55 +0000)]
refactor jlink_execute_queue courtesy of Zach Welch <zw@superlucidity.net>

git-svn-id: svn://svn.berlios.de/openocd/trunk@1500 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoUwe Hermann <uwe@hermann-uwe.de> Drop non-A variants of ft2232 targets
oharboe [Wed, 22 Apr 2009 06:16:53 +0000 (06:16 +0000)]
Uwe Hermann <uwe@hermann-uwe.de>  Drop non-A variants of ft2232 targets

git-svn-id: svn://svn.berlios.de/openocd/trunk@1499 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> refactor
oharboe [Tue, 21 Apr 2009 15:39:49 +0000 (15:39 +0000)]
Zach Welch <zw@superlucidity.net> refactor

git-svn-id: svn://svn.berlios.de/openocd/trunk@1498 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> fix ft2232 usb io format warning
oharboe [Tue, 21 Apr 2009 12:10:29 +0000 (12:10 +0000)]
Zach Welch <zw@superlucidity.net> fix ft2232 usb io format warning

git-svn-id: svn://svn.berlios.de/openocd/trunk@1497 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> add --enable-verbose* options
oharboe [Tue, 21 Apr 2009 12:09:35 +0000 (12:09 +0000)]
Zach Welch <zw@superlucidity.net>  add --enable-verbose* options

git-svn-id: svn://svn.berlios.de/openocd/trunk@1496 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> add --enable-verbose* options
oharboe [Tue, 21 Apr 2009 11:37:15 +0000 (11:37 +0000)]
Zach Welch <zw@superlucidity.net>  add --enable-verbose* options

git-svn-id: svn://svn.berlios.de/openocd/trunk@1495 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoNico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patches
oharboe [Tue, 21 Apr 2009 11:35:58 +0000 (11:35 +0000)]
Nico Coesel <ncoesel@dealogic.nl> MIPS32 speedup patches

git-svn-id: svn://svn.berlios.de/openocd/trunk@1494 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> fix jlink format warning
oharboe [Tue, 21 Apr 2009 11:33:29 +0000 (11:33 +0000)]
Zach Welch <zw@superlucidity.net>  fix jlink format warning

git-svn-id: svn://svn.berlios.de/openocd/trunk@1493 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> factor jlink usb_bulk_*_ex functions
oharboe [Tue, 21 Apr 2009 09:41:41 +0000 (09:41 +0000)]
Zach Welch <zw@superlucidity.net>  factor jlink usb_bulk_*_ex functions

git-svn-id: svn://svn.berlios.de/openocd/trunk@1492 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- vsllink update from SimonQian [simonqian@SimonQian.com]
ntfreak [Tue, 21 Apr 2009 09:08:43 +0000 (09:08 +0000)]
- vsllink update from SimonQian [simonqian@SimonQian.com]

git-svn-id: svn://svn.berlios.de/openocd/trunk@1491 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> improve Linux ftd2xx configure-time support
oharboe [Tue, 21 Apr 2009 09:05:02 +0000 (09:05 +0000)]
Zach Welch <zw@superlucidity.net> improve Linux ftd2xx configure-time support

git-svn-id: svn://svn.berlios.de/openocd/trunk@1490 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- fix signed/unsigned build errors under win32. Thanks Zach Welch <zw@superlucidity...
ntfreak [Tue, 21 Apr 2009 09:02:42 +0000 (09:02 +0000)]
- fix signed/unsigned build errors under win32. Thanks Zach Welch <zw@superlucidity.net>

git-svn-id: svn://svn.berlios.de/openocd/trunk@1489 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- remove environ warning under win32 build
ntfreak [Tue, 21 Apr 2009 08:51:07 +0000 (08:51 +0000)]
- remove environ warning under win32 build

git-svn-id: svn://svn.berlios.de/openocd/trunk@1488 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> add static keywords to at91rm9200
oharboe [Tue, 21 Apr 2009 06:23:47 +0000 (06:23 +0000)]
Zach Welch <zw@superlucidity.net> add static keywords to at91rm9200

git-svn-id: svn://svn.berlios.de/openocd/trunk@1487 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> fix unused return value warnings (2 of 4)
oharboe [Tue, 21 Apr 2009 05:42:18 +0000 (05:42 +0000)]
Zach Welch <zw@superlucidity.net>  fix unused return value warnings (2 of 4)

git-svn-id: svn://svn.berlios.de/openocd/trunk@1486 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> fix at91sam7 uninitialized variable warnings
oharboe [Tue, 21 Apr 2009 05:39:36 +0000 (05:39 +0000)]
Zach Welch <zw@superlucidity.net>  fix at91sam7 uninitialized variable warnings

git-svn-id: svn://svn.berlios.de/openocd/trunk@1485 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> fix str9x type-punned pointer
oharboe [Tue, 21 Apr 2009 05:36:53 +0000 (05:36 +0000)]
Zach Welch <zw@superlucidity.net> fix str9x type-punned pointer

git-svn-id: svn://svn.berlios.de/openocd/trunk@1484 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> add -Wformat-security (4 of 4)
oharboe [Tue, 21 Apr 2009 05:35:51 +0000 (05:35 +0000)]
Zach Welch <zw@superlucidity.net> add -Wformat-security (4 of 4)

git-svn-id: svn://svn.berlios.de/openocd/trunk@1483 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net>fix unused return value warnings (3 of 4)
oharboe [Tue, 21 Apr 2009 05:35:10 +0000 (05:35 +0000)]
Zach Welch <zw@superlucidity.net>fix unused return value warnings (3 of 4)

git-svn-id: svn://svn.berlios.de/openocd/trunk@1482 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)
oharboe [Tue, 21 Apr 2009 05:33:47 +0000 (05:33 +0000)]
Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)

git-svn-id: svn://svn.berlios.de/openocd/trunk@1481 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoMichael Schwingen <rincewind@discworld.dascon.de> add non-CFI SST flashs
oharboe [Tue, 21 Apr 2009 05:31:18 +0000 (05:31 +0000)]
Michael Schwingen <rincewind@discworld.dascon.de> add non-CFI SST flashs

git-svn-id: svn://svn.berlios.de/openocd/trunk@1480 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years agoZach Welch <zw@superlucidity.net> use static keyword in jtag layer and drivers
oharboe [Tue, 21 Apr 2009 05:29:23 +0000 (05:29 +0000)]
Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and drivers

git-svn-id: svn://svn.berlios.de/openocd/trunk@1479 b42882b7-edfa-0310-969c-e2dbd0fdcd60

14 years ago- fix at91rm9200 warning. Thanks Zach Welch <zw@superlucidity.net>
ntfreak [Mon, 20 Apr 2009 22:38:27 +0000 (22:38 +0000)]
- fix at91rm9200 warning. Thanks Zach Welch <zw@superlucidity.net>
- add missing svn props from previous commit

git-svn-id: svn://svn.berlios.de/openocd/trunk@1478 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoHolger Freyther <zecke@selfish.org> Attempt to fix arm7_9 breakpoint handling
oharboe [Mon, 20 Apr 2009 10:52:08 +0000 (10:52 +0000)]
Holger Freyther <zecke@selfish.org> Attempt to fix arm7_9 breakpoint handling

git-svn-id: svn://svn.berlios.de/openocd/trunk@1477 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoZach Welch <zw@superlucidity.net> fix ft2232/presto warnings
oharboe [Mon, 20 Apr 2009 06:40:45 +0000 (06:40 +0000)]
Zach Welch <zw@superlucidity.net> fix ft2232/presto warnings

git-svn-id: svn://svn.berlios.de/openocd/trunk@1476 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoNikolay Shadrin whoney at gmail.com, Zach Welch <zw@superlucidity.net> unstable USB...
oharboe [Sun, 19 Apr 2009 23:30:15 +0000 (23:30 +0000)]
Nikolay Shadrin whoney at gmail.com, Zach Welch <zw@superlucidity.net> unstable USB J-Link in OpenOCD (revised patch provided)

git-svn-id: svn://svn.berlios.de/openocd/trunk@1475 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoZach Welch <zw@superlucidity.net> use ARM4_5_MODE_ANY instead of -1
oharboe [Sun, 19 Apr 2009 23:27:17 +0000 (23:27 +0000)]
Zach Welch <zw@superlucidity.net> use ARM4_5_MODE_ANY instead of -1

git-svn-id: svn://svn.berlios.de/openocd/trunk@1474 b42882b7-edfa-0310-969c-e2dbd0fdcd60

15 years agoZach Welch <zw@superlucidity.net> treat warnings as errors
oharboe [Sun, 19 Apr 2009 21:04:34 +0000 (21:04 +0000)]
Zach Welch <zw@superlucidity.net> treat warnings as errors

git-svn-id: svn://svn.berlios.de/openocd/trunk@1473 b42882b7-edfa-0310-969c-e2dbd0fdcd60

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)