summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Gary Carlson <gcarlson@carlson-minot.com>ntfreak2009-07-131-43/+92
* Magnus Lundin Thc cortex_m3_poll function does not identify that a target is...oharboe2009-07-121-9/+12
* Simple warning fixduane2009-07-111-2/+2
* Fix SEGFAULTs and broken error handling for flash programming w/working areaoharboe2009-07-081-15/+31
* typo in commentoharboe2009-07-081-2/+2
* fix return value for "reset" and "runtest" command. Found by code inspection.oharboe2009-07-071-7/+3
* delete long retired commented out code (daemon_startup)oharboe2009-07-071-4/+0
* - change sleep to usleep - fixes issue under win32 buildntfreak2009-07-061-1/+1
* - fix build when using a cross compiler - do not try and run any host toolsntfreak2009-07-061-0/+2
* more debug output for translation of arm mode number to enumoharboe2009-07-061-1/+1
* a bit more debug output for translation of invalid mode numbersoharboe2009-07-061-1/+1
* Fix certain arm926ejs targets(e.g. i.MX27) which report an unknown MOE(method...oharboe2009-07-061-5/+6
* Fix regression in "step" command introduced in 2190oharboe2009-07-061-2/+5
* revert svn 1679 - fixes cp15 read/write timeout. Single stepping still broken.oharboe2009-07-061-25/+20
* Ferdinand Postema <ferdinand@postema.eu>:zwelch2009-07-061-2/+2
* Gary Carlson <gcarlson@carlson-minot.com>:zwelch2009-07-061-15/+27
* 10ms timeout check on cp15 read/writeoharboe2009-07-061-6/+33
* simplify debug_reason checkoharboe2009-07-061-11/+3
* try to use tabs instead of spacesoharboe2009-07-061-3/+3
* human readable error message upon invalid argumentsoharboe2009-07-061-1/+13
* zy1000 now listens for port 1234. Upon accepting connection reboot zy1000.oharboe2009-07-061-1/+61
* Fix FTD2XX build for CygWin.zwelch2009-07-021-1/+1
* zy1000 1.53 snapshotoharboe2009-07-021-2/+2
* David Brownell <david-b@pacbell.net>:zwelch2009-07-021-1/+1
* Add missing copyright header to target_type.h.zwelch2009-07-011-0/+25
* Add missing copyright header and fix @page direction in membuf.h.zwelch2009-07-011-3/+21
* - correct stm32 connectivity line programming as per latest manualntfreak2009-07-011-7/+12
* Remove at91sam3.h from flash.c; use extern like other drivers.zwelch2009-06-301-1/+1
* - remove cygwin build warnings in at91sam3.cntfreak2009-06-301-3/+3
* Marcel Jost <marcel.jost@bfh.ch>:zwelch2009-06-301-0/+10
* David Brownell <david-b@pacbell.net>:zwelch2009-06-301-3/+28
* Fix doxygen 'undocumented parameter' warnings in membuf.h.zwelch2009-06-301-1/+2
* Fix search and replace casualty in flash.h doxygen block.zwelch2009-06-301-1/+1
* Fix doxygen warning in jtag.h caused by a changed parameter name.zwelch2009-06-301-1/+1
* Fix doxygen warnings in new at91sam3 source file; normalize style.zwelch2009-06-301-46/+37
* Fix @file documentation blocks in new interfaces source files.zwelch2009-06-302-7/+7
* Make bug reporting output at program start-ups use fewer new lines:zwelch2009-06-301-2/+3
* David Brownell <david-b@pacbell.net>:zwelch2009-06-292-2/+19
* David Brownell <david-b@pacbell.net>:zwelch2009-06-293-17/+26
* Move JTAG interface list to new files.zwelch2009-06-294-125/+204
* Remove extra newline from debug log messageduane2009-06-281-1/+1
* A bit more log detail about connections comming and goingduane2009-06-281-0/+8
* Refactor code, create target_state_name()duane2009-06-287-24/+43
* Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane2009-06-275-21/+100
* Change from alloca() to malloc()duane2009-06-271-14/+32
* Switch to strotk() grr....duane2009-06-271-2/+4
* zy1000 rev C workoharboe2009-06-261-0/+44
* - fix issue when using gdb_port cmdntfreak2009-06-251-3/+1
* Oleksandr Tymoshenko <gonzo@bluezbox.com> simple watchpoint supportoharboe2009-06-252-4/+116
* Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"duane2009-06-252-1/+2