| Commit message (Expand) | Author | Age | Files | Lines |
* | rename CEIL as DIV_ROUND_UP | Zachary T Welch | 2009-11-16 | 1 | -1/+1 |
* | flash_command_get_bank_by_num: make COMMAND_HELPER | Zachary T Welch | 2009-11-16 | 1 | -1/+1 |
* | 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 | -11/+11 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | 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 |
* | armv4_5_algorithm_t -> struct armv4_5_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 |
* | mem_param_t -> struct mem_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | lpc2000_flash_bank_t -> struct lpc2000_flash_bank | Zachary T Welch | 2009-11-13 | 1 | -7/+7 |
* | 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 | -4/+4 |
* | 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/lpc2???.c: remove useless declarations | Zachary T Welch | 2009-11-09 | 1 | -37/+28 |
* | Improve lpc2000.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -8/+5 |
* | Audrius Urmanavičius [didele.deze@gmail.com]: | ntfreak | 2009-08-13 | 1 | -78/+180 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -7/+7 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -7/+7 |
* | Transform 'u32' to 'uint32_t' in src/flash. | zwelch | 2009-06-18 | 1 | -21/+21 |
* | Transform 'u8' to 'uint8_t' in src/flash | zwelch | 2009-06-18 | 1 | -4/+4 |
* | Add target_run_algorithm wrapper: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | Audit and eliminate redundant #include directives in src/flash sources. | zwelch | 2009-05-11 | 1 | -7/+0 |
* | Print out warning when LPC calc_checksum will cause verification to fail. | oharboe | 2009-04-30 | 1 | -0/+9 |
* | no change | oharboe | 2009-04-30 | 1 | -62/+63 |
* | 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 | -25/+25 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -1/+1 |
* | Laurentiu Cocanu - memory read/write and exit() error path fixes | oharboe | 2008-10-15 | 1 | -1/+5 |
* | fixed not halted error messages | oharboe | 2008-08-17 | 1 | -0/+4 |
* | - str9 driver remove the duplicate target_free_working_area and reformat spac... | ntfreak | 2008-06-03 | 1 | -30/+26 |
* | Fredrik Hederstierna: fix leak + clean up return codes | oharboe | 2008-06-03 | 1 | -15/+32 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -17/+17 |
* | Pavel Chromy cleaned up checks for halted, error messages, etc. | oharboe | 2008-02-28 | 1 | -2/+10 |
* | dos2unix fix. | oharboe | 2008-02-25 | 1 | -682/+682 |
* | - using ERROR_COMMAND_SYNTAX_ERROR to print syntax in a couple of places | oharboe | 2008-02-25 | 1 | -7/+1 |
* | - "flash write_binary" is now "flash write_bank" to clarify the focus of the | oharboe | 2008-02-25 | 1 | -699/+689 |
* | - fix programming issue with lpc2101/2 | ntfreak | 2008-02-14 | 1 | -4/+12 |
* | - added autoprobe functionality | mifi | 2008-01-27 | 1 | -1/+2 |
* | - renamed M5960 USB JTAG to "flyswatter" | drath | 2007-08-10 | 1 | -21/+12 |
* | - add missing parentheses around macro parameters (thanks to Matthias Bauch f... | drath | 2007-02-03 | 1 | -1/+1 |
* | - merged several changes from XScale | drath | 2007-01-31 | 1 | -0/+3 |
* | - correctly enter debug state on a "soft_reset_halt" command | drath | 2006-11-05 | 1 | -0/+7 |