| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix 'nand info' command | Zachary T Welch | 2009-11-27 | 1 | -5/+5 |
| * | zy1000: keep up with changes to log_init() | Øyvind Harboe | 2009-11-27 | 1 | -7/+1 |
| * | minidummy: fix compilation error | Øyvind Harboe | 2009-11-27 | 1 | -2/+2 |
| * | ARM NAND I/O header documentation update. | Dean Glazeski | 2009-11-26 | 1 | -6/+10 |
| * | ARM NAND I/O documentation update. | Dean Glazeski | 2009-11-26 | 1 | -1/+7 |
| * | ARM NAND I/O refactor code copying. | Dean Glazeski | 2009-11-26 | 1 | -40/+47 |
| * | ARM NAND I/O read function. | Dean Glazeski | 2009-11-26 | 2 | -1/+91 |
| * | NAND Flash documentation update. | Dean Glazeski | 2009-11-26 | 1 | -1/+47 |
| * | XScale: add stub {read,write}_phys routines | David Brownell | 2009-11-26 | 1 | -0/+20 |
| * | fix typos in source files | Uwe Hermann | 2009-11-26 | 3 | -8/+8 |
| * | fix 'flash protect' and 'flash erase_sector' | Eric Wetzel | 2009-11-26 | 1 | -3/+3 |
| * | target: create and use target_name() | David Brownell | 2009-11-25 | 5 | -24/+34 |
| * | target: target_get_name() --> target_type_name() | David Brownell | 2009-11-25 | 7 | -17/+26 |
| * | ARM: minor armv4/armv5 cleanup | David Brownell | 2009-11-25 | 1 | -1/+12 |
| * | ARM: comment tweaks in ADIv5 | David Brownell | 2009-11-25 | 1 | -2/+5 |
| * | ARM7/9: shrink run_algorithm_inner() lines | David Brownell | 2009-11-25 | 1 | -2/+10 |
| * | use ARRAY_SIZE macro | Zachary T Welch | 2009-11-25 | 10 | -36/+36 |
| * | support OPENOCD_DEBUG_LEVEL environment setting | Zachary T Welch | 2009-11-25 | 1 | -0/+13 |
| * | log: improve initialization | Zachary T Welch | 2009-11-25 | 3 | -14/+11 |
| * | add 'testee' target type | Zachary T Welch | 2009-11-25 | 3 | -1/+52 |
| * | improve command handling examples | Zachary T Welch | 2009-11-25 | 5 | -5/+62 |
| * | add script_command_run helper | Zachary T Welch | 2009-11-25 | 1 | -26/+19 |
| * | encapsulate and re-use log capture, retval setup | Zachary T Welch | 2009-11-25 | 1 | -49/+43 |
| * | combine help and usage command handlers | Zachary T Welch | 2009-11-25 | 1 | -20/+8 |
| * | improve usage and help command output | Zachary T Welch | 2009-11-24 | 2 | -44/+38 |
| * | allow scripts to update usage information | Zachary T Welch | 2009-11-24 | 2 | -7/+36 |
| * | httpd: use register_commands() | Zachary T Welch | 2009-11-24 | 4 | -20/+51 |
| * | add jim_handler to command_registration | Zachary T Welch | 2009-11-24 | 6 | -83/+146 |
| * | refactor command_new to use command_registration | Zachary T Welch | 2009-11-24 | 1 | -12/+10 |
| * | remove register_commands from etm_capture_driver | Zachary T Welch | 2009-11-24 | 5 | -31/+17 |
| * | remove target_type register_command callback | Zachary T Welch | 2009-11-24 | 31 | -149/+89 |
| * | xscale: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -20/+104 |
| * | trace: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -10/+29 |
| * | target_request: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -8/+21 |
| * | target: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -103/+200 |
| * | oocd_trace: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -10/+32 |
| * | etm_dummy: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -7/+20 |
| * | etm: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -37/+89 |
| * | etb: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -8/+20 |
| * | cortex_m3: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -19/+36 |
| * | cortex_a8: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -17/+25 |
| * | armv7m: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -28/+48 |
| * | armv7a: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -27/+48 |
| * | armv4_5: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -18/+34 |
| * | arm9tdmi: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -12/+21 |
| * | arm966e: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -12/+23 |
| * | arm926ejs: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -14/+22 |
| * | arm920t: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -27/+47 |
| * | arm7_9_common: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -20/+37 |
| * | arm720t: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -15/+23 |
