| Commit message (Expand) | Author | Age | Files | Lines |
* | Cortex-M3: fix (debug) message priority | David Brownell | 2009-11-08 | 1 | -1/+1 |
* | Cortex-M3: use the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -104/+88 |
* | Improve cortex_m3 command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -6/+2 |
* | watchpoint_add() cleanup | David Brownell | 2009-11-05 | 1 | -1/+1 |
* | Cortex-M3: expose most DWT registers | David Brownell | 2009-11-05 | 1 | -21/+142 |
* | Cortex-M3: minor cleanup | David Brownell | 2009-11-05 | 1 | -10/+4 |
* | Cortex-M3: DWT cleanup/fixes | David Brownell | 2009-11-05 | 1 | -56/+115 |
* | target: add target->type->has_mmu fn. | Øyvind Harboe | 2009-11-05 | 1 | -0/+7 |
* | target: remove unused interface fn that clutters code | Øyvind Harboe | 2009-11-05 | 1 | -6/+0 |
* | debug interface: get rid of unused pre_debug fn | Øyvind Harboe | 2009-11-05 | 1 | -3/+0 |
* | Cortex-M3: remove exports and forward decls | David Brownell | 2009-10-28 | 1 | -161/+144 |
* | - fix a regression when using cortex_m3 emulated dcc channel | ntfreak | 2009-09-01 | 1 | -10/+19 |
* | David Brownell <david-b@pacbell.net> Tweak disassembly commands: | oharboe | 2009-08-25 | 1 | -12/+16 |
* | David Brownell <david-b@pacbell.net> Clean up some Cortex-M3 reset handling. | oharboe | 2009-08-19 | 1 | -17/+39 |
* | David Brownell <david-b@pacbell.net> Add "cortex_m3 vector_catch" command and... | oharboe | 2009-08-18 | 1 | -3/+78 |
* | David Brownell <david-b@pacbell.net>: | ntfreak | 2009-07-21 | 1 | -44/+59 |
* | David Brownell <david-b@pacbell.net>: | ntfreak | 2009-07-21 | 1 | -30/+17 |
* | Magnus Lundin <lundin@mlu.mine.nu>, Oyvind Harboe <oyvind.harboe@zylin.com>, ... | zwelch | 2009-07-16 | 1 | -18/+31 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-07-15 | 1 | -2/+51 |
* | Magnus Lundin Thc cortex_m3_poll function does not identify that a target is... | oharboe | 2009-07-12 | 1 | -9/+12 |
* | Refactor code, create target_state_name() | duane | 2009-06-28 | 1 | -5/+5 |
* | Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea... | duane | 2009-06-27 | 1 | -6/+30 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -12/+12 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -5/+5 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -4/+4 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -4/+4 |
* | - Fixes '<<' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -4/+4 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -21/+21 |
* | Transform 'u32' to 'uint32_t' in src/target | zwelch | 2009-06-18 | 1 | -35/+35 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -1/+1 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -24/+24 |
* | Encapsulate jtag_reset_config using accessors: | zwelch | 2009-06-09 | 1 | -1/+2 |
* | Encapsulate the jtag_trst and jtag_srst variables: | zwelch | 2009-06-09 | 1 | -1/+1 |
* | - add support for different TAR autotincrement sizes as per ARM ADI spec. | ntfreak | 2009-06-04 | 1 | -0/+1 |
* | - change signature for adi_jtag_dp_scan and adi_jtag_dp_scan_u32 to use swjdp... | ntfreak | 2009-06-02 | 1 | -1/+9 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-01 | 1 | -179/+179 |
* | Final step in isolating target_type_s structure: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | First step in hiding target_type_s from public interface: | zwelch | 2009-05-31 | 1 | -0/+1 |
* | Add wrappers for target->type->examined: | zwelch | 2009-05-31 | 1 | -3/+3 |
* | Add target_write_memory wrapper: | zwelch | 2009-05-31 | 1 | -3/+3 |
* | Add target_read_memory wrapper: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | Audit and eliminate redundant #include directives in other target files. | zwelch | 2009-05-11 | 1 | -11/+0 |
* | Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp. | mlu | 2009-04-27 | 1 | -85/+132 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 1 | -1/+1 |
* | - fix issue with cortex_m3 reset run. Thanks Perry Hung | ntfreak | 2009-03-16 | 1 | -1/+9 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -13/+4 |
* | - check cortex_m3 FPB is enabled when setting hardware breakpoint | ntfreak | 2008-12-12 | 1 | -1/+8 |