| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | zy1000 now listens for port 1234. Upon accepting connection reboot zy1000. | oharboe | 2009-07-06 | 1 | -1/+61 |
* | Fix FTD2XX build for CygWin. | zwelch | 2009-07-02 | 1 | -1/+1 |
* | zy1000 1.53 snapshot | oharboe | 2009-07-02 | 1 | -2/+2 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-02 | 1 | -1/+1 |
* | Add missing copyright header to target_type.h. | zwelch | 2009-07-01 | 1 | -0/+25 |
* | Add missing copyright header and fix @page direction in membuf.h. | zwelch | 2009-07-01 | 1 | -3/+21 |
* | - correct stm32 connectivity line programming as per latest manual | ntfreak | 2009-07-01 | 1 | -7/+12 |
* | Remove at91sam3.h from flash.c; use extern like other drivers. | zwelch | 2009-06-30 | 1 | -1/+1 |
* | - remove cygwin build warnings in at91sam3.c | ntfreak | 2009-06-30 | 1 | -3/+3 |
* | Marcel Jost <marcel.jost@bfh.ch>: | zwelch | 2009-06-30 | 1 | -0/+10 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-30 | 1 | -3/+28 |
* | Fix doxygen 'undocumented parameter' warnings in membuf.h. | zwelch | 2009-06-30 | 1 | -1/+2 |
* | Fix search and replace casualty in flash.h doxygen block. | zwelch | 2009-06-30 | 1 | -1/+1 |
* | Fix doxygen warning in jtag.h caused by a changed parameter name. | zwelch | 2009-06-30 | 1 | -1/+1 |
* | Fix doxygen warnings in new at91sam3 source file; normalize style. | zwelch | 2009-06-30 | 1 | -46/+37 |
* | Fix @file documentation blocks in new interfaces source files. | zwelch | 2009-06-30 | 2 | -7/+7 |
* | Make bug reporting output at program start-ups use fewer new lines: | zwelch | 2009-06-30 | 1 | -2/+3 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-29 | 2 | -2/+19 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-29 | 3 | -17/+26 |
* | Move JTAG interface list to new files. | zwelch | 2009-06-29 | 4 | -125/+204 |
* | Remove extra newline from debug log message | duane | 2009-06-28 | 1 | -1/+1 |
* | A bit more log detail about connections comming and going | duane | 2009-06-28 | 1 | -0/+8 |
* | Refactor code, create target_state_name() | duane | 2009-06-28 | 7 | -24/+43 |
* | Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea... | duane | 2009-06-27 | 5 | -21/+100 |
* | Change from alloca() to malloc() | duane | 2009-06-27 | 1 | -14/+32 |
* | Switch to strotk() grr.... | duane | 2009-06-27 | 1 | -2/+4 |
* | zy1000 rev C work | oharboe | 2009-06-26 | 1 | -0/+44 |
* | - fix issue when using gdb_port cmd | ntfreak | 2009-06-25 | 1 | -3/+1 |
* | Oleksandr Tymoshenko <gonzo@bluezbox.com> simple watchpoint support | oharboe | 2009-06-25 | 2 | -4/+116 |
* | Fixes from Oleksandr Tymoshenko "gonzo@bluezbox.com" | duane | 2009-06-25 | 2 | -1/+2 |
* | Minor fixes to new at91sam3 files for x86-32/64 compilation problems. | zwelch | 2009-06-24 | 1 | -22/+49 |
* | Remove whitespace at end of lines, step 2. | zwelch | 2009-06-24 | 3 | -183/+183 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-24 | 2 | -156/+156 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-24 | 3 | -379/+379 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-24 | 3 | -367/+367 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-24 | 1 | -2/+2 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-24 | 1 | -1/+1 |
* | - Fixes '+' whitespace | zwelch | 2009-06-24 | 2 | -5/+5 |
* | - Fixes '=' whitespace | zwelch | 2009-06-24 | 2 | -7/+7 |
* | - Fixes '==' whitespace | zwelch | 2009-06-24 | 2 | -2/+2 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-24 | 2 | -11/+11 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-24 | 1 | -6/+6 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-24 | 1 | -12/+12 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-24 | 2 | -128/+128 |