summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Removed target->reset_mode, no longer usedoharboe2008-09-011-0/+427
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@976 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* documented change in target command w/removed optionsoharboe2008-08-281-0/+4
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@973 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - added missing parport configs to texintfreak2008-08-201-2/+16
| | | | | | - remove spaces from last patch git-svn-id: svn://svn.berlios.de/openocd/trunk@951 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* documentation wip for upcoming patch.oharboe2008-08-141-15/+11
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@918 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* gdb_breakpoint_override commentsoharboe2008-08-131-0/+10
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@915 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Michael Schwingen <rincewind@discworld.dascon.de> - add jedec_probe to docoharboe2008-08-081-1/+5
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@901 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - fix target_examine declarationntfreak2008-08-061-0/+7
| | | | | | | | - remove build warnings - added --enable-gccwarnings to docs - update mips_m4k_examine function git-svn-id: svn://svn.berlios.de/openocd/trunk@893 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - added run_and_halt_time to deprecated/removed functions sectionntfreak2008-07-281-0/+9
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@880 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* retired reset run_and_init/haltoharboe2008-07-281-15/+1
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@877 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* update jtag_speed/khz docs a bit.oharboe2008-07-211-6/+7
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@850 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - updated texi for removed daemon_startup commandntfreak2008-07-191-8/+6
| | | | | | - added info to deprecated/removed commands section git-svn-id: svn://svn.berlios.de/openocd/trunk@837 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* daemon_startup is now retired in favour of adding "init" and "reset ↵oharboe2008-07-191-7/+0
| | | | | | halt/init/run" to the end of the config file/openocd command line. git-svn-id: svn://svn.berlios.de/openocd/trunk@835 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* "reset" without arguments now execute a "reset run".oharboe2008-07-181-25/+5
| | | | | | the reset mode argument to the target command is deprecated(ignored w/error message). git-svn-id: svn://svn.berlios.de/openocd/trunk@832 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Charles Hardin <ckhardin@gmail.com> and Øyvind Harboeoharboe2008-07-171-0/+6
| | | | | | | | | This patch just uses the command.c interface to create tcl commands for the root level commands and avoids a bit of the "TCL" bleed into the rest of the openocd code. Multilevel commands also supported. git-svn-id: svn://svn.berlios.de/openocd/trunk@818 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* feeble beginnings for tcl api rules.oharboe2008-07-151-0/+44
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@809 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* testing/*.tcl sample & test codeoharboe2008-07-121-1/+1
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@798 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* fix syntax error.oharboe2008-07-071-5/+5
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@764 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Charles Hardin <ckhardin@gmail.com> Tcl server documentation.oharboe2008-07-071-4/+47
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@763 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - update docs for new target_script eventsntfreak2008-06-271-2/+4
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@735 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - updated docs for new stellaris mass_erase commandntfreak2008-05-241-0/+10
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@683 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - added jlink support, based on Jürgen Stuber patchntfreak2008-05-141-1/+8
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@658 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* The target library is now the authorotative source of config examplesoharboe2008-05-0611-271/+0
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@642 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - updated docs for ft2232_vid_pid commandntfreak2008-05-021-1/+4
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@639 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - added info about libftdi support under win32ntfreak2008-05-021-2/+2
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@638 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - corrected typo in cfg filemifi2008-05-021-1/+1
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@637 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Tim Hudson worked on English language.oharboe2008-05-011-78/+81
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@636 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Changed at91sam7_ecr working area to a valid SRAM adress for the ↵mlu2008-04-301-1/+1
| | | | | | AT91SAM7S/X target family git-svn-id: svn://svn.berlios.de/openocd/trunk@633 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - updated cortex_m3 docs regarding luminary reset behaviourntfreak2008-04-291-0/+7
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@625 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - fix typo in openocd.texintfreak2008-04-231-1/+1
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@608 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* fixed doc for GDB memory map and flash program defaults to follow codeoharboe2008-04-231-3/+3
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@605 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* added fast option.oharboe2008-04-231-0/+16
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@604 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - update docs for flash write_image commandntfreak2008-04-201-12/+7
| | | | | | - remove info on flash auto_erase, added to removed commands section git-svn-id: svn://svn.berlios.de/openocd/trunk@596 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* moved out stuff that wasn't already moved from openocd.pdf to the target ↵oharboe2008-04-141-651/+14
| | | | | | library. git-svn-id: svn://svn.berlios.de/openocd/trunk@576 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Added a few tweaks while playing with texi.oharboe2008-04-141-2/+48
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@575 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - added note to docs about gdb 6.8 and memory map supportntfreak2008-04-051-0/+8
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@541 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - updated docs with new commands/featuresntfreak2008-03-221-95/+198
| | | | | | - added deprecated/removed commands chapter git-svn-id: svn://svn.berlios.de/openocd/trunk@521 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* reset and post reset speed & jtag_khz command documented.oharboe2008-03-131-3/+16
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@515 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - update openocd.texi to fdl 1.2ntfreak2008-02-292-145/+245
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@401 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Uwe Hermann: Add a --version switch for openocd.oharboe2008-02-291-4/+4
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@399 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Uwe Hermann: mproves the manpage text a bit and adds theoharboe2008-02-291-2/+25
| | | | | | missing -s and -c options. git-svn-id: svn://svn.berlios.de/openocd/trunk@394 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Uwe Hermann: Simplify the manpage by removing lots of redundant information ↵oharboe2008-02-281-52/+9
| | | | | | | | | which is already in the README or texinfo (and which needs to be updated relatively often -- list of authors, list of supported JTAG devices etc). git-svn-id: svn://svn.berlios.de/openocd/trunk@379 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* numerous fixes from Uwe Hermann oharboe2008-02-281-30/+32
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@378 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - added svn propsntfreak2008-02-282-37/+37
| | | | | | - fixed mixed line endings on flash.c, log.c, gdb_server.c git-svn-id: svn://svn.berlios.de/openocd/trunk@371 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - fix line-endingsntfreak2008-02-281-1916/+1916
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@363 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Uwe Hermann Add @dircategory and @direntry to the info page -- they're used ↵oharboe2008-02-281-1912/+1916
| | | | | | to add the openocd info page to the global index of info pages in the system (usually /usr/share/info/dir). git-svn-id: svn://svn.berlios.de/openocd/trunk@361 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - correct line endings from previous commitntfreak2008-02-271-1912/+1912
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@359 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* Nicolas Pitre listed some more devices.oharboe2008-02-271-1911/+1912
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@356 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - add search paths via new arg -s (-search). Thanks Ted Rothntfreak2008-02-191-1/+8
| | | | | | - updated docs for new command git-svn-id: svn://svn.berlios.de/openocd/trunk@312 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - add autoprobe support to the stm32 flash driverntfreak2008-02-101-2/+2
| | | | git-svn-id: svn://svn.berlios.de/openocd/trunk@287 b42882b7-edfa-0310-969c-e2dbd0fdcd60
* - added synchronous wait/resume patch. Thanks Øyvind Harboentfreak2008-02-091-3/+12
| | | | | | - updated docs for halt and wait_halt and resume commands git-svn-id: svn://svn.berlios.de/openocd/trunk@285 b42882b7-edfa-0310-969c-e2dbd0fdcd60