| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | - moved flash erase_check target code to target.c | ntfreak | 2008-05-27 | 1 | -0/+60 |
* | - added ARMV7_GDB_HACKS define to armv7m.h, enabling all gdb hacks to be enab... | ntfreak | 2008-04-26 | 1 | -1/+17 |
* | Reset wip. Just adding hooks. This is just to reduce the size of the actual c... | oharboe | 2008-04-11 | 1 | -5/+5 |
* | - single core context used, removed debug context as thought unnecessary. | ntfreak | 2008-04-10 | 1 | -123/+45 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -18/+18 |
* | - gdb server was incorrectly sending null terminator on qXfer:features:read: ... | ntfreak | 2008-03-22 | 1 | -7/+19 |
* | - armv7m control register now set as dirty when switching context | ntfreak | 2008-03-21 | 1 | -12/+4 |
* | - 16 and 32 bit unaligned accesses supported | ntfreak | 2008-03-11 | 1 | -4/+4 |
* | - the jtag chain is examined and validated after GDB & telnet servers | oharboe | 2008-03-10 | 1 | -6/+0 |
* | - Improves error handling upon GDB connect | oharboe | 2008-03-07 | 1 | -0/+1 |
* | Uwe Hermann tightned up comments, etc. to follow OpenOCD policy | oharboe | 2008-03-02 | 1 | -4/+6 |
* | Uwe Hermann: | oharboe | 2008-02-29 | 1 | -0/+1 |
* | Michael Bruck spotted an omission in svn 322 | oharboe | 2008-02-25 | 1 | -3/+2 |
* | - added patch to solve problem with AT91SAM9260 (dirty register) | mifi | 2008-02-06 | 1 | -1/+1 |
* | - add verify_image command | ntfreak | 2007-10-22 | 1 | -0/+80 |
* | - flash autoerase <on|off> cmd added, default is off - flash banks are calcul... | ntfreak | 2007-10-01 | 1 | -1/+1 |
* | - Fixed display of sector sizes in flash.c | mlu | 2007-09-10 | 1 | -27/+28 |
* | - corrected stm32x_handle_options_write_command, incorrect options printed | ntfreak | 2007-07-26 | 1 | -13/+12 |
* | - ST STM32x cortex support added | ntfreak | 2007-06-24 | 1 | -33/+23 |