summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* svf,xsvf,arm7_9_common: trim forard declarationsZachary T Welch2009-11-093-53/+55
* command.c: make commands staticZachary T Welch2009-11-091-50/+48
* server: remove useless declarationsZachary T Welch2009-11-094-52/+64
* jtag: remove useless declarationsZachary T Welch2009-11-096-295/+248
* target.c: remove useless declarationsZachary T Welch2009-11-091-103/+127
* {pic32m,stm32}x.c: remove useless declarationsZachary T Welch2009-11-092-98/+73
* str{7,9}x*.c: remove useless forward declarationsZachary T Welch2009-11-093-141/+108
* flash/<various>.c: remove useless declarationsZachary T Welch2009-11-093-75/+42
* flash/<assorted>.c: remove useless declarationsZachary T Welch2009-11-095-170/+103
* flash/at91sam[37].c: remove useless declarationsZachary T Welch2009-11-092-53/+44
* flash/lpc2???.c: remove useless declarationsZachary T Welch2009-11-093-72/+43
* flash/*nand*.c: remove useless declarationsZachary T Welch2009-11-096-167/+132
* flash/flash.c: remove forward declarationsZachary T Welch2009-11-091-57/+62
* Revert "target: add target->type->has_mmu fn"David Brownell2009-11-093-48/+5
* finish removing deprecated/obsolete commandsDavid Brownell2009-11-0913-211/+10
* User's Guide: Flash/NAND doc tweaksDavid Brownell2009-11-091-3/+12
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-0926-190/+296
* target.h: remove extern keyword and wrapZachary T Welch2009-11-091-53/+72
* src/{server,pld,svf,xsvf}: remove 'extern' keywordZachary T Welch2009-11-097-18/+26
* src/flash: remove 'extern' and wrap headersZachary T Welch2009-11-097-45/+69
* src/jtag: remove 'extern' and wrap headers.Zachary T Welch2009-11-094-63/+72
* src/helper: wrap and clean headers.Zachary T Welch2009-11-096-63/+95
* User's Guide: bugfix global state infoDavid Brownell2009-11-092-11/+14
* EmbeddedICE: minor cleanupsDavid Brownell2009-11-091-52/+101
* Overhaul time support APIZachary T Welch2009-11-096-215/+153
* Add private header for ARM11 internals.Zachary T Welch2009-11-084-50/+74
* ARM11: remove exports and forward declsZachary T Welch2009-11-082-164/+138
* ARM: minor simulator cleanupDavid Brownell2009-11-081-25/+49
* Cortex-M3: fix (debug) message priorityDavid Brownell2009-11-081-1/+1
* target.cfg: remove "-work-area-virt 0"David Brownell2009-11-0845-46/+53
* Fix vsllink bulk out endpoint parsing.Zachary T Welch2009-11-071-1/+1
* Merge branch 'master' of ssh://dbrownell@openocd.git.sourceforge.net/gitroot/...David Brownell2009-11-063-535/+498
|\
| * Simplify nand indentation.Zachary T Welch2009-11-061-314/+287
| * Improve flash indentation.Zachary T Welch2009-11-061-221/+210
| * Fix arm11 vcr command parsing.Zachary T Welch2009-11-061-0/+1
* | target: don't swap MMU/no-MMU work areasDavid Brownell2009-11-061-16/+17
|/
* ARM: shrink offsetsDavid Brownell2009-11-056-8/+8
* ARM: other code uses the new inheritance/nesting schemeDavid Brownell2009-11-056-104/+78
* Cortex-A8: use the new inheritance/nesting schemeDavid Brownell2009-11-054-125/+51
* ARM7TDMI uses the new inheritance/nesting schemeDavid Brownell2009-11-052-70/+28
* ARM720 uses the new inheritance/nesting schemeDavid Brownell2009-11-051-80/+30
* XScale uses the new inheritance/nesting schemeDavid Brownell2009-11-052-190/+118
* ARM9TDMI uses the new inheritance/nesting schemeDavid Brownell2009-11-052-109/+33
* ARM966 uses the new inheritance/nesting schemeDavid Brownell2009-11-051-52/+11
* ARM926 uses the new inheritance/nesting schemeDavid Brownell2009-11-051-125/+46
* FA526 uses the new inheritance/nesting schemeDavid Brownell2009-11-051-26/+7
* ARM920 uses the new inheritance/nesting schemeDavid Brownell2009-11-052-142/+71
* Cortex-M3: use the new inheritance/nesting schemeDavid Brownell2009-11-054-135/+113
* target: provide container_of()David Brownell2009-11-0512-0/+91
* ARM7TDMI: remove forward declsDavid Brownell2009-11-052-92/+88