| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Audit and eliminate redundant #include directives in arm target files. | zwelch | 2009-05-11 | 1 | -10/+1 |
* | Change reg_s value field from u8 * to void *; it must always be cast. | zwelch | 2009-05-06 | 1 | -1/+1 |
* | Added dap baseaddr and dap apid commands | mlu | 2009-04-27 | 1 | -4/+75 |
* | Changed armv7m and cortexm3 to use nev arm_adi_v5 instead of cortex_swjdp. | mlu | 2009-04-27 | 1 | -0/+48 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 1 | -2/+2 |
* | Slight improvement in run_algorithm register restore. | mlu | 2009-04-03 | 1 | -4/+9 |
* | - preserve cortex_m3 C_MASKINTS during resume/step | ntfreak | 2008-11-20 | 1 | -3/+2 |
* | - remove build warnings | ntfreak | 2008-11-06 | 1 | -1/+0 |
* | Øyvind Harboe and Rick Altherr <kc8apf@kc8apf.net> - handle failed run algor... | oharboe | 2008-11-02 | 1 | -32/+42 |
* | - remove build warnings | ntfreak | 2008-10-14 | 1 | -6/+6 |
* | Laurentiu Cocanu - more error handling fixes | oharboe | 2008-10-14 | 1 | -6/+21 |
* | hontor <hontor@126.com> - ARMV7_GDB_HACKS compilation error fix | oharboe | 2008-10-13 | 1 | -86/+88 |
* | Fixes SEGFAULT when setting registers from GDB. | oharboe | 2008-10-07 | 1 | -20/+4 |
* | fixed crash in dummy register handling | oharboe | 2008-10-07 | 1 | -0/+26 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -0/+3 |
* | duan ellis target tcl work in progress | oharboe | 2008-08-24 | 1 | -1/+1 |
* | fix BUG: keep_alive() error messages | oharboe | 2008-08-20 | 1 | -20/+15 |