| Commit message (Expand) | Author | Age | Files | Lines |
* | debug: debug entry error propagation | Øyvind Harboe | 2010-07-19 | 1 | -1/+1 |
* | arm7/9: remove unused post_restore_context | Øyvind Harboe | 2010-03-17 | 1 | -1/+0 |
* | ADIv5 share DAP command support | David Brownell | 2010-03-05 | 1 | -1/+1 |
* | rename "swjdp_common" as "adiv5_dap" | David Brownell | 2010-03-04 | 1 | -1/+1 |
* | ARMv7-M: start using "struct arm" | David Brownell | 2010-02-21 | 1 | -1/+3 |
* | ARMv7-M: make DAP commands verify target is an ARMv7-M | David Brownell | 2010-02-04 | 1 | -0/+5 |
* | ARMV7M: handle bkpt instruction on resume/step | Spencer Oliver | 2010-01-20 | 1 | -0/+2 |
* | Cortex-M3: improved core exception handling | David Brownell | 2010-01-13 | 1 | -2/+7 |
* | target files shouldn't #include <target/...h> | David Brownell | 2009-12-13 | 1 | -2/+2 |
* | target: move 'extern' decls to *.h files | David Brownell | 2009-12-08 | 1 | -0/+6 |
* | ARM: use <target/arm.h> not armv4_5.h | David Brownell | 2009-12-07 | 1 | -1/+1 |
* | ARM: move opcode macros to <target/arm_opcodes.h> | David Brownell | 2009-12-07 | 1 | -79/+0 |
* | change #include "armv4_5.h" to <target/armv4_5.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | change #include "arm_adi_v5.h" to <target/arm_adi_v5.h> | Zachary T Welch | 2009-12-03 | 1 | -1/+1 |
* | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 1 | -1/+2 |
* | ARM: only use one set of dummy FPA registers | David Brownell | 2009-11-17 | 1 | -0/+1 |
* | armv7m: make core reg read/write use unsigned | Zachary T Welch | 2009-11-16 | 1 | -2/+2 |
* | 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 | -1/+1 |
* | reg_cache_t -> struct reg_cache | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | armv7m_core_reg_t -> struct armv7m_core_reg | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | armv7m_algorithm_t -> struct armv7m_algorithm | Zachary T Welch | 2009-11-13 | 1 | -2/+2 |
* | armv7m_common_t -> struct armv7m_common | Zachary T Welch | 2009-11-13 | 1 | -5/+5 |
* | swjdp_common_t -> struct swjdp_common | 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 |
* | src/target: remove 'extern' and wrap headers | Zachary T Welch | 2009-11-09 | 1 | -13/+20 |
* | Cortex-M3: use the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -3/+0 |
* | target: provide container_of() | David Brownell | 2009-11-05 | 1 | -0/+6 |
* | ARMv7M: add docs, remove exports | David Brownell | 2009-11-05 | 1 | -1/+1 |
* | debug interface: get rid of unused pre_debug fn | Øyvind Harboe | 2009-11-05 | 1 | -1/+0 |
* | David Brownell <david-b@pacbell.net>: | ntfreak | 2009-07-21 | 1 | -4/+24 |
* | David Brownell <david-b@pacbell.net>: | ntfreak | 2009-07-21 | 1 | -10/+4 |
* | Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ... | zwelch | 2009-07-16 | 1 | -4/+10 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -16/+16 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 1 | -4/+4 |
* | Transform 'u32' to 'uint32_t' in src/target/arm* | zwelch | 2009-06-18 | 1 | -6/+6 |
* | Audit and eliminate redundant #include directives in arm target files. | zwelch | 2009-05-11 | 1 | -3/+0 |
* | Remove redundant declarations to allow building with -Wredundant-decls. | zwelch | 2009-04-29 | 1 | -1/+0 |
* | Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp. | mlu | 2009-04-27 | 1 | -0/+3 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -0/+3 |
* | - removed duplicate cortex_m3_register_commands | ntfreak | 2008-06-16 | 1 | -2/+0 |
* | - moved flash erase_check target code to target.c | ntfreak | 2008-05-27 | 1 | -0/+1 |
* | - added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab... | ntfreak | 2008-04-26 | 1 | -0/+5 |
* | - single core context used, removed debug context as thought unnecessary. | ntfreak | 2008-04-10 | 1 | -24/+5 |
* | - 16 and 32 bit unaligned accesses supported | ntfreak | 2008-03-11 | 1 | -31/+2 |
* | Uwe Hermann tightned up comments, etc. to follow OpenOCD policy | oharboe | 2008-03-02 | 1 | -3/+5 |