| Commit message (Expand) | Author | Age | Files | Lines |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -6/+6 |
* | rename flash and nand command helpers | Zachary T Welch | 2009-11-19 | 1 | -5/+5 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -26/+26 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -3/+3 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -6/+6 |
* | flash_command_get_bank_by_num: make COMMAND_HELPER | Zachary T Welch | 2009-11-16 | 1 | -5/+5 |
* | target: don't implicitly include "algorithm.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | 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 | -17/+17 |
* | working_area_t -> struct working_area | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | armv7m_algorithm_t -> struct armv7m_algorithm | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | reg_param_t -> struct reg_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | stm32x_flash_bank_t -> struct stm32x_flash_bank | Zachary T Welch | 2009-11-13 | 1 | -14/+14 |
* | 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 | -6/+6 |
* | {pic32m,stm32}x.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -48/+38 |
* | Improve stm32x.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -35/+20 |
* | Enhancement: stm32 flash protection error message | dbrownell | 2009-09-20 | 1 | -1/+1 |
* | - correct stm32 connectivity line programming as per latest manual | ntfreak | 2009-07-01 | 1 | -7/+12 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -31/+31 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -32/+32 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -9/+9 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 1 | -6/+6 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -4/+4 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -25/+25 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -4/+4 |
* | Transform 'u32' to 'uint32_t' in src/flash. | zwelch | 2009-06-18 | 1 | -24/+24 |
* | 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 | -10/+10 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-01 | 1 | -210/+210 |
* | 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 | -8/+0 |
* | Fix stm32x and pic32mx flash pointer cast alignment warnings, simplify their ... | zwelch | 2009-05-07 | 1 | -12/+8 |
* | Clear FLASH_SR error flags after flash errors to avoid reset befor further fl... | mlu | 2009-04-29 | 1 | -1/+10 |
* | 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 | -38/+40 |
* | Improved (for humans) error reporting for flash programming errors. | mlu | 2009-04-14 | 1 | -1/+21 |
* | Cortex-M3 cleanup and performance patch | mlu | 2009-04-02 | 1 | -1/+1 |
* | - stm32x flash driver - add support for stm32105/107 (connectivity line) | ntfreak | 2009-02-26 | 1 | -1/+33 |
* | - stm32x flash driver: add support for low density devices | ntfreak | 2008-11-27 | 1 | -1/+33 |
* | 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/+10 |
* | - more fixes to high density stm32x flash driver | ntfreak | 2008-07-23 | 1 | -10/+114 |
* | - fix bug with stm32 high density write protection | ntfreak | 2008-07-22 | 1 | -7/+35 |