| Commit message (Expand) | Author | Age | Files | Lines |
* | finish removing deprecated/obsolete commands | David Brownell | 2009-11-09 | 13 | -211/+10 |
* | User's Guide: Flash/NAND doc tweaks | David Brownell | 2009-11-09 | 1 | -3/+12 |
* | src/target: remove 'extern' and wrap headers | Zachary T Welch | 2009-11-09 | 26 | -190/+296 |
* | target.h: remove extern keyword and wrap | Zachary T Welch | 2009-11-09 | 1 | -53/+72 |
* | src/{server,pld,svf,xsvf}: remove 'extern' keyword | Zachary T Welch | 2009-11-09 | 7 | -18/+26 |
* | src/flash: remove 'extern' and wrap headers | Zachary T Welch | 2009-11-09 | 7 | -45/+69 |
* | src/jtag: remove 'extern' and wrap headers. | Zachary T Welch | 2009-11-09 | 4 | -63/+72 |
* | src/helper: wrap and clean headers. | Zachary T Welch | 2009-11-09 | 6 | -63/+95 |
* | User's Guide: bugfix global state info | David Brownell | 2009-11-09 | 2 | -11/+14 |
* | EmbeddedICE: minor cleanups | David Brownell | 2009-11-09 | 1 | -52/+101 |
* | Overhaul time support API | Zachary T Welch | 2009-11-09 | 6 | -215/+153 |
* | Add private header for ARM11 internals. | Zachary T Welch | 2009-11-08 | 4 | -50/+74 |
* | ARM11: remove exports and forward decls | Zachary T Welch | 2009-11-08 | 2 | -164/+138 |
* | ARM: minor simulator cleanup | David Brownell | 2009-11-08 | 1 | -25/+49 |
* | Cortex-M3: fix (debug) message priority | David Brownell | 2009-11-08 | 1 | -1/+1 |
* | target.cfg: remove "-work-area-virt 0" | David Brownell | 2009-11-08 | 45 | -46/+53 |
* | Fix vsllink bulk out endpoint parsing. | Zachary T Welch | 2009-11-07 | 1 | -1/+1 |
* | Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/... | David Brownell | 2009-11-06 | 3 | -535/+498 |
|\ |
|
| * | Simplify nand indentation. | Zachary T Welch | 2009-11-06 | 1 | -314/+287 |
| * | Improve flash indentation. | Zachary T Welch | 2009-11-06 | 1 | -221/+210 |
| * | Fix arm11 vcr command parsing. | Zachary T Welch | 2009-11-06 | 1 | -0/+1 |
* | | target: don't swap MMU/no-MMU work areas | David Brownell | 2009-11-06 | 1 | -16/+17 |
|/ |
|
* | ARM: shrink offsets | David Brownell | 2009-11-05 | 6 | -8/+8 |
* | ARM: other code uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 6 | -104/+78 |
* | Cortex-A8: use the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 4 | -125/+51 |
* | ARM7TDMI uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 2 | -70/+28 |
* | ARM720 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -80/+30 |
* | XScale uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 2 | -190/+118 |
* | ARM9TDMI uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 2 | -109/+33 |
* | ARM966 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -52/+11 |
* | ARM926 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -125/+46 |
* | FA526 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 1 | -26/+7 |
* | ARM920 uses the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 2 | -142/+71 |
* | Cortex-M3: use the new inheritance/nesting scheme | David Brownell | 2009-11-05 | 4 | -135/+113 |
* | target: provide container_of() | David Brownell | 2009-11-05 | 12 | -0/+91 |
* | ARM7TDMI: remove forward decls | David Brownell | 2009-11-05 | 2 | -92/+88 |
* | ARM720: remove exports and forward decls | David Brownell | 2009-11-05 | 1 | -119/+95 |
* | FA526: remove exports and forward decls | David Brownell | 2009-11-05 | 1 | -60/+56 |
* | ARM9TDMI: remove forward decls | David Brownell | 2009-11-05 | 2 | -58/+69 |
* | ARM966: remove exports and forward decls | David Brownell | 2009-11-05 | 2 | -59/+55 |
* | ARM926: more cleanup | David Brownell | 2009-11-05 | 1 | -37/+22 |
* | ARM920: remove exports and forward decls | David Brownell | 2009-11-05 | 2 | -112/+150 |
* | Improve str9xpec command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -80/+44 |
* | Improve str9x config command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -11/+14 |
* | Improve str7x config command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -12/+9 |
* | Improve stm32x.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -35/+20 |
* | Improve stellaris.c erase argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -7/+4 |
* | Improve pic32mx.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -30/+19 |
* | Improve mflash.c command argument parsing. | Zachary T Welch | 2009-11-05 | 1 | -6/+9 |
* | Improve lpc3180_nand_controller.c parsing. | Zachary T Welch | 2009-11-05 | 1 | -10/+15 |