| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> I noticed there are a few c... | oharboe | 2009-07-24 | 1 | -10/+5 |
* | David Brownell <david-b@pacbell.net> thumb2 disassembly for Load halfword | oharboe | 2009-07-23 | 1 | -1/+86 |
* | David Brownell <david-b@pacbell.net> thumb2 disassembly for Load byte, memory... | oharboe | 2009-07-23 | 1 | -0/+170 |
* | Ferdinand Postema <ferdinand@postema.eu> fix cygwin warnings | oharboe | 2009-07-23 | 3 | -6/+6 |
* | David Brownell <david-b@pacbell.net> fix warnings | oharboe | 2009-07-23 | 1 | -44/+50 |
* | David Brownell <david-b@pacbell.net>: | ntfreak | 2009-07-21 | 1 | -3/+10 |
* | David Brownell <david-b@pacbell.net>: | ntfreak | 2009-07-21 | 3 | -104/+152 |
* | David Brownell <david-b@pacbell.net>: | ntfreak | 2009-07-21 | 1 | -11/+18 |
* | David Brownell <david-b@pacbell.net>: | ntfreak | 2009-07-21 | 4 | -75/+32 |
* | - fix issue with reading device id, bug appeared when flash_address code was ... | ntfreak | 2009-07-20 | 1 | -3/+4 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 67 | -70/+70 |
* | microscopic whitespace cleanup | oharboe | 2009-07-16 | 1 | -15/+0 |
* | microscopic white space fixes | oharboe | 2009-07-16 | 1 | -16/+0 |
* | Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ... | zwelch | 2009-07-16 | 3 | -88/+148 |
* | Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ... | zwelch | 2009-07-16 | 4 | -35/+84 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -0/+78 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -0/+105 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -0/+168 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -0/+53 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -0/+73 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -0/+96 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -3/+12 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -7/+15 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -0/+99 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -1/+143 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -4/+263 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -37/+77 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 3 | -17/+295 |
* | print errno when parport fails to open. | oharboe | 2009-07-15 | 1 | -2/+3 |
* | 1.54 snapshot | oharboe | 2009-07-14 | 1 | -1/+1 |
* | Gary Carlson <gcarlson@carlson-minot.com> | ntfreak | 2009-07-13 | 1 | -43/+92 |
* | Magnus Lundin Thc cortex_m3_poll function does not identify that a target is... | oharboe | 2009-07-12 | 1 | -9/+12 |
* | Simple warning fix | duane | 2009-07-11 | 1 | -2/+2 |
* | Fix SEGFAULTs and broken error handling for flash programming w/working area | oharboe | 2009-07-08 | 1 | -15/+31 |
* | typo in comment | oharboe | 2009-07-08 | 1 | -2/+2 |
* | fix return value for "reset" and "runtest" command. Found by code inspection. | oharboe | 2009-07-07 | 1 | -7/+3 |
* | delete long retired commented out code (daemon_startup) | oharboe | 2009-07-07 | 1 | -4/+0 |
* | - change sleep to usleep - fixes issue under win32 build | ntfreak | 2009-07-06 | 1 | -1/+1 |
* | - fix build when using a cross compiler - do not try and run any host tools | ntfreak | 2009-07-06 | 1 | -0/+2 |
* | more debug output for translation of arm mode number to enum | oharboe | 2009-07-06 | 1 | -1/+1 |
* | a bit more debug output for translation of invalid mode numbers | oharboe | 2009-07-06 | 1 | -1/+1 |
* | Fix certain arm926ejs targets(e.g. i.MX27) which report an unknown MOE(method... | oharboe | 2009-07-06 | 1 | -5/+6 |
* | Fix regression in "step" command introduced in 2190 | oharboe | 2009-07-06 | 1 | -2/+5 |
* | revert svn 1679 - fixes cp15 read/write timeout. Single stepping still broken. | oharboe | 2009-07-06 | 1 | -25/+20 |
* | Ferdinand Postema <ferdinand@postema.eu>: | zwelch | 2009-07-06 | 1 | -2/+2 |
* | Gary Carlson <gcarlson@carlson-minot.com>: | zwelch | 2009-07-06 | 1 | -15/+27 |
* | 10ms timeout check on cp15 read/write | oharboe | 2009-07-06 | 1 | -6/+33 |
* | simplify debug_reason check | oharboe | 2009-07-06 | 1 | -11/+3 |
* | try to use tabs instead of spaces | oharboe | 2009-07-06 | 1 | -3/+3 |
* | human readable error message upon invalid arguments | oharboe | 2009-07-06 | 1 | -1/+13 |