| Commit message (Expand) | Author | Age | Files | Lines |
* | flash_command_get_bank_by_num: make COMMAND_HELPER | Zachary T Welch | 2009-11-16 | 1 | -4/+4 |
* | 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 | -20/+20 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -13/+13 |
* | working_area_t -> struct working_area | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | mips_ejtag_t -> struct mips_ejtag | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | mips32_common_t -> struct mips32_common | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | armv7m_algorithm_t -> struct armv7m_algorithm | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | pic32mx_flash_bank_t -> struct pic32mx_flash_bank | Zachary T Welch | 2009-11-13 | 1 | -8/+8 |
* | 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 | -1/+1 |
* | 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 | -5/+5 |
* | {pic32m,stm32}x.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -50/+35 |
* | Improve pic32mx.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -30/+19 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -7/+7 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -24/+24 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -22/+22 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -8/+8 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '>>' whitespace | zwelch | 2009-06-23 | 1 | -7/+7 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -35/+35 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -12/+20 |
* | Transform 'u32' to 'uint32_t' in src/flash. | zwelch | 2009-06-18 | 1 | -35/+35 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -6/+6 |
* | Transform 'u8' to 'uint8_t' in src/flash | zwelch | 2009-06-18 | 1 | -5/+5 |
* | Add target_run_algorithm wrapper: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | Audit and eliminate redundant #include directives in src/flash sources. | zwelch | 2009-05-11 | 1 | -9/+0 |
* | Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ... | zwelch | 2009-05-07 | 1 | -15/+9 |
* | Zach Welch <zw@superlucidity.net> fix at91sam7 uninitialized variable warnings | oharboe | 2009-04-21 | 1 | -2/+2 |
* | Zach Welch <zw@superlucidity.net> fix signed/unsigned comparisons | oharboe | 2009-04-19 | 1 | -1/+1 |
* | The following patches was applied: | mifi | 2009-04-18 | 1 | -34/+38 |
* | Holger Schurig <hs4233@mail.mn-solutions.de> fix warnings | oharboe | 2009-02-18 | 1 | -1/+5 |
* | John McCarthy <jgmcc@magma.ca> pic32mx flash fixups and speedups | oharboe | 2009-01-05 | 1 | -45/+87 |
* | eol-style native | oharboe | 2009-01-03 | 1 | -902/+902 |
* | John McCarthy <jgmcc@magma.ca> pic32mx flash wip | oharboe | 2009-01-02 | 1 | -0/+902 |