| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fix end-of-line style properties on newly added files. | zwelch | 2009-06-24 | 4 | -379/+379 |
* | Add support for ATMEL AT91SAM3U - CortexM3 Family | duane | 2009-06-24 | 4 | -0/+2521 |
* | Add quick target - full cygwin builds take a long long long time, this shorte... | duane | 2009-06-24 | 1 | -0/+10 |
* | Add a growable sprintf memory buffer library | duane | 2009-06-24 | 3 | -0/+358 |
* | Remove whitespace at end of lines, step 2. | zwelch | 2009-06-23 | 20 | -368/+368 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 37 | -858/+858 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-23 | 11 | -254/+254 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 72 | -1017/+1017 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 69 | -1002/+1002 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 38 | -148/+148 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 34 | -124/+124 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 52 | -443/+443 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 72 | -658/+658 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 39 | -150/+150 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 35 | -218/+218 |
* | - Fixes '>>' whitespace | zwelch | 2009-06-23 | 12 | -58/+58 |
* | - Fixes '<=' whitespace | zwelch | 2009-06-23 | 4 | -8/+8 |
* | - Fixes '>=' whitespace | zwelch | 2009-06-23 | 11 | -17/+17 |
* | - Fixes '&&' whitespace | zwelch | 2009-06-23 | 11 | -23/+23 |
* | - Fixes '[*]=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |