| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: only use one set of dummy FPA registers | David Brownell | 2009-11-17 | 1 | -35/+2 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -7/+7 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -2/+2 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -2/+2 |
* | target: simplify register get/set ops | David Brownell | 2009-11-17 | 1 | -11/+5 |
* | ARMv7-M: no exit() calls | David Brownell | 2009-11-16 | 1 | -4/+4 |
* | move ARRAY_SIZE macro to types.h | Zachary T Welch | 2009-11-16 | 1 | -9/+6 |
* | armv7m: make core reg read/write use unsigned | Zachary T Welch | 2009-11-16 | 1 | -4/+4 |
* | #include "target.h" less wildly | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | target: no implicit #includes of "register.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | target: don't implicitly include "algorithm.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | target: don't implicitly include "breakpoint.h" | David Brownell | 2009-11-16 | 1 | -0/+1 |
* | target: remove unused "bitfield" infrastructure | David Brownell | 2009-11-13 | 1 | -9/+26 |
* | 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 |
* | target_t -> struct target | Zachary T Welch | 2009-11-13 | 1 | -19/+19 |
* | reg_t -> struct reg | Zachary T Welch | 2009-11-13 | 1 | -10/+10 |
* | working_area_t -> struct working_area | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | reg_cache_t -> struct reg_cache | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | armv7m_core_reg_t -> struct armv7m_core_reg | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | armv7m_algorithm_t -> struct armv7m_algorithm | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | armv7m_common_t -> struct armv7m_common | Zachary T Welch | 2009-11-13 | 1 | -16/+16 |
* | swjdp_common_t -> struct swjdp_common | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | reg_param_t -> struct reg_param | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | mem_param_t -> struct mem_param | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | arm_adi,armv7[am]: use COMMAND_HELPER for helpers | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -10/+5 |
* | Cortex-M3: use the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -27/+25 |
* | Improve armv7m command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -11/+20 |
* | ARMv7M: add docs, remove exports | David Brownell | 2009-11-05 | 1 | -28/+62 |
* | David Brownell <david-b@pacbell.net> | oharboe | 2009-09-12 | 1 | -4/+4 |
* | David Brownell <david-b@pacbell.net> Several of the ARMv7M registers are 8 bi... | oharboe | 2009-08-18 | 1 | -29/+30 |
* | - fix segfault introduced during cortex reg cleanup | ntfreak | 2009-08-07 | 1 | -2/+2 |
* | David Brownell <david-b@pacbell.net>: | ntfreak | 2009-07-21 | 1 | -3/+10 |
* | David Brownell <david-b@pacbell.net>: | ntfreak | 2009-07-21 | 1 | -56/+69 |
* | David Brownell <david-b@pacbell.net>: | ntfreak | 2009-07-21 | 1 | -20/+11 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ... | zwelch | 2009-07-16 | 1 | -79/+53 |
* | Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ... | zwelch | 2009-07-16 | 1 | -13/+28 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -7/+7 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -3/+3 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -8/+8 |
* | Transform 'u32' to 'uint32_t' in src/target/arm* | zwelch | 2009-06-18 | 1 | -18/+18 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -6/+6 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -4/+4 |
* | - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp... | ntfreak | 2009-06-02 | 1 | -4/+24 |
* | Add target_run_algorithm wrapper: | zwelch | 2009-05-31 | 1 | -2/+2 |