fw/openocd
15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 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

15 years agoZach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe [Sun, 19 Apr 2009 20:51:16 +0000 (20:51 +0000)]
Zach Welch <zw@superlucidity.net> fix -Werror warnings

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

15 years agoPartially fix USBprog and JLink adapters on XScale target
mifi [Sun, 19 Apr 2009 19:15:09 +0000 (19:15 +0000)]
Partially fix USBprog and JLink adapters on XScale target
Thanks to Peter Denison <openwrt(at)marshadder.org>

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

15 years agoAdded functionality to support jtag_khz for the jlink.
mifi [Sun, 19 Apr 2009 14:51:51 +0000 (14:51 +0000)]
Added functionality to support jtag_khz for the jlink.

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

15 years agoMichael Schwingen <rincewind@discworld.dascon.de> enhanced non-CFI flash support
oharboe [Sun, 19 Apr 2009 12:06:49 +0000 (12:06 +0000)]
Michael Schwingen <rincewind@discworld.dascon.de>  enhanced non-CFI flash support

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

15 years agoZach Welch <zw@superlucidity.net> add missing initializers in nand.c
oharboe [Sun, 19 Apr 2009 08:18:46 +0000 (08:18 +0000)]
Zach Welch <zw@superlucidity.net> add missing initializers in nand.c

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

15 years agoZach Welch <zw@superlucidity.net> trim logic in tms470.c
oharboe [Sun, 19 Apr 2009 08:18:01 +0000 (08:18 +0000)]
Zach Welch <zw@superlucidity.net> trim logic in tms470.c

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

15 years agoZach Welch <zw@superlucidity.net> fix signed/unsigned comparisons
oharboe [Sun, 19 Apr 2009 08:16:58 +0000 (08:16 +0000)]
Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons

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

15 years agoZach Welch <zw@superlucidity.net> fix warnings in usbprog
oharboe [Sun, 19 Apr 2009 08:15:32 +0000 (08:15 +0000)]
Zach Welch <zw@superlucidity.net>  fix warnings in usbprog

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

15 years agoZach Welch <zw@superlucidity.net> use tap_state_t
oharboe [Sun, 19 Apr 2009 08:05:54 +0000 (08:05 +0000)]
Zach Welch <zw@superlucidity.net>  use tap_state_t

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

15 years agoZach Welch <zw@superlucidity.net> automake maintainer mode
oharboe [Sun, 19 Apr 2009 08:04:23 +0000 (08:04 +0000)]
Zach Welch <zw@superlucidity.net> automake maintainer mode

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

15 years agoThe following patches was applied:
mifi [Sat, 18 Apr 2009 10:08:13 +0000 (10:08 +0000)]
The following patches was applied:

- openocd-flash-static-keyword-v3.patch
- openocd-lpc2000-fix-erase-obo.patch
- openocd-jlink-fix-sign-ptr-warn.patch
- openocd-wextra-etm.patch
- openocd-wextra-jtag.patch
- openocd-add-new-tap-symbols-v6.patch

Many thanks to  Zach Welch <zw(at)superlucidity.net>

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

15 years agoJesus Sanchez-Palencia <jesus.palencia@openbossa.org>
oharboe [Wed, 15 Apr 2009 15:44:26 +0000 (15:44 +0000)]
Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>

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

15 years agoPiotr Esden-Tempski <piotr@esden.net> Corrected olimex_stm32_h103 board config
oharboe [Wed, 15 Apr 2009 15:19:35 +0000 (15:19 +0000)]
Piotr Esden-Tempski <piotr@esden.net> Corrected olimex_stm32_h103 board config

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

15 years agoNico Coesel <ncoesel@dealogic.nl> Chip width / bus width bug in cfi driver
oharboe [Wed, 15 Apr 2009 15:17:44 +0000 (15:17 +0000)]
Nico Coesel <ncoesel@dealogic.nl> Chip width / bus width bug in cfi driver

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

15 years agoFreddie Chopin <freddie_chopin@op.pl> LPC2378 config file
oharboe [Wed, 15 Apr 2009 15:13:36 +0000 (15:13 +0000)]
Freddie Chopin <freddie_chopin@op.pl> LPC2378 config file

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

15 years agoDick Hollenbeck <dick@softplc.com> work in progress
oharboe [Tue, 14 Apr 2009 19:17:17 +0000 (19:17 +0000)]
Dick Hollenbeck <dick@softplc.com> work in progress

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

15 years agoImproved (for humans) error reporting for flash programming errors.
mlu [Tue, 14 Apr 2009 17:17:38 +0000 (17:17 +0000)]
Improved (for humans) error reporting for flash programming errors.

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

15 years agoSolve problem with single stepping.
mlu [Tue, 14 Apr 2009 16:33:52 +0000 (16:33 +0000)]
Solve problem with single stepping.

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

15 years ago- add openocd coding style to texi
ntfreak [Fri, 3 Apr 2009 12:55:25 +0000 (12:55 +0000)]
- add openocd coding style to texi

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

15 years agoSlight improvement in run_algorithm register restore.
mlu [Fri, 3 Apr 2009 10:10:12 +0000 (10:10 +0000)]
Slight improvement in run_algorithm register restore.
More debug info for cortex swjdp errors.

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

15 years ago- add svn props from previous commit
ntfreak [Fri, 3 Apr 2009 08:16:47 +0000 (08:16 +0000)]
- add svn props from previous commit

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

15 years agoUwe Hermann <uwe@hermann-uwe.de> oocdlink file
oharboe [Fri, 3 Apr 2009 05:36:54 +0000 (05:36 +0000)]
Uwe Hermann <uwe@hermann-uwe.de> oocdlink file

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

15 years agoPiotr Esden-Tempski <piotr@esden.net> added a board file for the Olimex STM32-H103...
oharboe [Fri, 3 Apr 2009 05:36:00 +0000 (05:36 +0000)]
Piotr Esden-Tempski <piotr@esden.net> added a board file for the Olimex STM32-H103 eval board.

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

15 years agoFreddie Chopin <freddie_chopin@op.pl> I attach a config file for LPC2103
oharboe [Fri, 3 Apr 2009 05:33:42 +0000 (05:33 +0000)]
Freddie Chopin <freddie_chopin@op.pl> I attach a config file for LPC2103

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