| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 5 | -20/+20 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-23 | 6 | -14/+14 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 12 | -154/+154 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -5/+9 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -14/+18 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -28/+55 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -1/+1 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -3/+3 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -4/+4 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -4/+4 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -12/+20 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -4/+4 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -23/+45 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -11/+11 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -2/+2 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -2/+2 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -7/+7 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -1/+1 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -19/+19 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -26/+33 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -4/+4 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -41/+46 |
* | Transform 'u32' to 'uint32_t' in src/flash. | zwelch | 2009-06-18 | 39 | -586/+586 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 25 | -109/+109 |
* | Transform 'u8' to 'uint8_t' in src/flash | zwelch | 2009-06-18 | 35 | -349/+349 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-06-12 | 2 | -191/+240 |
* | Fix make maintainer-clean for out-of-tree builds. | zwelch | 2009-06-09 | 1 | -1/+1 |
* | - Replace 'jtag_tap_by_abs_position' with 'jtag_tap_by_position'. | zwelch | 2009-06-09 | 1 | -1/+1 |
* | remove unused include file: inttypes.h | oharboe | 2009-06-05 | 2 | -5/+0 |
* | Eliminate MixedCaps symbol from public JTAG TAP API: | zwelch | 2009-06-05 | 1 | -1/+1 |
* | Rename jtag_add_end_state to jtag_set_end_state since "add" implies that | oharboe | 2009-06-04 | 1 | -8/+8 |
* | Introduce jtag_get_end_state() fn to clarify code a bit. | oharboe | 2009-06-04 | 1 | -5/+5 |
* | no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ... | oharboe | 2009-06-04 | 1 | -8/+8 |
* | remove TAP_INVALID as argument to jtag_add_xxx() fn's | oharboe | 2009-06-04 | 1 | -5/+5 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-01 | 7 | -578/+505 |
* | Whitespace-only updates to automake input files: | zwelch | 2009-05-31 | 1 | -9/+51 |
* | Add target_bulk_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -2/+1 |
* | Add target_run_algorithm wrapper: | zwelch | 2009-05-31 | 10 | -11/+11 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 9 | -81/+81 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 5 | -16/+16 |
* | Add documentation to flash.h: | zwelch | 2009-05-29 | 1 | -12/+245 |
* | Fix potentialyl unaligned memory accesses in mflash driver. | zwelch | 2009-05-27 | 1 | -2/+3 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-05-27 | 2 | -23/+66 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-05-27 | 2 | -11/+501 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-05-27 | 2 | -14/+0 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-05-27 | 2 | -27/+5 |
* | unsik Kim <donari75@gmail.com>: | zwelch | 2009-05-27 | 1 | -13/+13 |
* | Author: Raúl Sánchez Siles <rsanchezs@infoglobal.es> | kc8apf | 2009-05-25 | 1 | -2/+4 |
* | David Brownell <david-b@pacbell.net>: minor davinci_nand bugfix | zwelch | 2009-05-24 | 1 | -2/+4 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-24 | 1 | -34/+75 |