| Commit message (Expand) | Author | Age | Files | Lines |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -3/+3 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -16/+16 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -3/+3 |
* | rename CEIL as DIV_ROUND_UP | Zachary T Welch | 2009-11-16 | 1 | -2/+2 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | flash_bank_t -> struct flash_bank | Zachary T Welch | 2009-11-13 | 1 | -24/+24 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -11/+11 |
* | flash_driver_t -> struct flash_driver | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | flash_sector_t -> struct flash_sector | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | at91sam7_flash_bank_t -> struct at91sam7_flash_bank | Zachary T Welch | 2009-11-13 | 1 | -14/+14 |
* | use FLASH_BANK_COMMAND_HANDLER macro | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | flash/at91sam[37].c: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -37/+31 |
* | Improve at91sam7.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -20/+24 |
* | David Brownell <david-b@pacbell.net> start phasing out integers as target IDs | oharboe | 2009-08-30 | 1 | -18/+18 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -21/+21 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -4/+4 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 1 | -12/+12 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -10/+10 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -15/+15 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '>>' whitespace | zwelch | 2009-06-23 | 1 | -21/+21 |
* | - Fixes '<=' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '&&' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -14/+18 |
* | Transform 'u32' to 'uint32_t' in src/flash. | zwelch | 2009-06-18 | 1 | -29/+29 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -15/+15 |
* | Transform 'u8' to 'uint8_t' in src/flash | zwelch | 2009-06-18 | 1 | -11/+11 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | fix naming of at91sam7 driver | oharboe | 2009-05-16 | 1 | -2/+2 |
* | Audit and eliminate redundant #include directives in src/flash sources. | zwelch | 2009-05-11 | 1 | -10/+0 |
* | Zach Welch <zw@superlucidity.net> fix at91sam7 uninitialized variable warnings | oharboe | 2009-04-21 | 1 | -5/+5 |
* | Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons | oharboe | 2009-04-19 | 1 | -1/+2 |
* | The following patches was applied: | mifi | 2009-04-18 | 1 | -37/+39 |
* | Laurentiu Cocanu - memory read/write and exit() error path fixes | oharboe | 2008-10-15 | 1 | -1/+5 |
* | - at91sam7.c remove build warnings | ntfreak | 2008-09-29 | 1 | -1/+1 |
* | - convert spaces to tabs in at91sam7.[ch] | ntfreak | 2008-09-27 | 1 | -1027/+1021 |
* | Gheorghe Guran <roatlasro@yahoo.com> redone at91sam7 driver. Old driver sourc... | oharboe | 2008-09-26 | 1 | -826/+1085 |
* | search and replace usleep(1000) with alive_sleep(1) to avoid GDB timeouts. | oharboe | 2008-08-19 | 1 | -1/+1 |
* | fixed not halted error messages | oharboe | 2008-08-17 | 1 | -0/+5 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -23/+23 |
* | Pavel Chromy: memory leak in at91sam7 flash driver, possible incorrect pointe... | oharboe | 2008-03-05 | 1 | -103/+62 |
* | Pavel Chromy cleaned up checks for halted, error messages, etc. | oharboe | 2008-02-28 | 1 | -5/+20 |
* | dos2unix fix. | oharboe | 2008-02-25 | 1 | -974/+974 |