Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | pic32mx: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -17/+25 | |
* | nand: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -47/+98 | |
* | mflash: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -17/+54 | |
* | lpc3180_nand_controller: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -5/+21 | |
* | lpc2900: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -34/+55 | |
* | lpc2000: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -8/+20 | |
* | flash: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -50/+117 | |
* | ecos: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -2/+0 | |
* | cfi: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -6/+0 | |
* | avrf: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -8/+20 | |
* | at91sam7: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -9/+21 | |
* | at91sam3: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -27/+35 | |
* | remove register_callbacks from jtag interface | Zachary T Welch | 2009-11-24 | 12 | -112/+33 | |
* | vsllink: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -20/+35 | |
* | jtag: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -67/+119 | |
* | presto: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -3/+12 | |
* | parport: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -20/+37 | |
* | jlink: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -8/+18 | |
* | gw16012: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -5/+12 | |
* | ft2232: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -18/+41 | |
* | at91rm9200: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -3/+10 | |
* | arm-jtag-ew: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -4/+11 | |
* | amt_jtagaccel: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -8/+19 | |
* | pld: use static registration instead of callback | Zachary T Welch | 2009-11-24 | 3 | -12/+12 | |
* | pld: use register_commands() | Zachary T Welch | 2009-11-24 | 2 | -22/+60 | |
* | {,x}svf: use register_commands() | Zachary T Welch | 2009-11-24 | 2 | -10/+27 | |
* | server: use register_commands | Zachary T Welch | 2009-11-24 | 4 | -45/+95 | |
* | log: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -5/+19 | |
* | ioutil: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -17/+45 | |
* | openocd: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -6/+18 | |
* | demonstrate chaining with foo commands | Zachary T Welch | 2009-11-24 | 1 | -12/+7 | |
* | hello: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -16/+36 | |
* | rewrite 'unknown' command dispatching in C | Zachary T Welch | 2009-11-24 | 2 | -17/+65 | |
* | add public API for locating commands | Zachary T Welch | 2009-11-24 | 2 | -0/+15 | |
* | refactor script_command context grabbing | Zachary T Welch | 2009-11-24 | 1 | -12/+16 | |
* | add command registration chaining | Zachary T Welch | 2009-11-24 | 2 | -8/+37 | |
* | more command registration refactoring | Zachary T Welch | 2009-11-24 | 1 | -16/+38 | |
* | command: use register_commands for handlers | Zachary T Welch | 2009-11-24 | 1 | -17/+34 | |
* | add command usage, separate from help | Zachary T Welch | 2009-11-24 | 2 | -14/+52 | |
* | add register_commands for batch registration | Zachary T Welch | 2009-11-24 | 2 | -0/+36 | |
* | add struct command_registration | Zachary T Welch | 2009-11-24 | 2 | -23/+45 | |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 63 | -310/+286 | |
* | add COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -0/+4 | |
* | improve startup tcl scripts | Zachary T Welch | 2009-11-24 | 4 | -19/+20 | |
* | Cortex-A8: avoid DSCR reads | David Brownell | 2009-11-24 | 1 | -48/+103 | |
* | Cortex-A8: hook up DPM | David Brownell | 2009-11-24 | 1 | -323/+35 | |
* | Cortex-A8: implement DPM | David Brownell | 2009-11-24 | 4 | -9/+176 | |
* | Cortex-A8: minor cleanup | David Brownell | 2009-11-24 | 2 | -26/+35 | |
* | improve alloc_vprintf | Andreas Fritiofson | 2009-11-24 | 1 | -27/+16 | |
* | fix doxygen build | Zachary T Welch | 2009-11-24 | 1 | -3/+8 |