Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | arm11: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -35/+62 | |
* | remove nand_controller->register_callbacks | Zachary T Welch | 2009-11-24 | 12 | -41/+8 | |
* | remove flash_driver->register_callbacks | Zachary T Welch | 2009-11-24 | 17 | -105/+25 | |
* | tms470: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -7/+32 | |
* | str9xpec: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -38/+81 | |
* | str9x: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -8/+21 | |
* | str7x: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -8/+20 | |
* | stm32x: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -21/+44 | |
* | stellaris: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -7/+20 | |
* | 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 |