summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update all server port command to use new helper.Zachary T Welch2009-11-053-23/+5
* Add server port command helper function.Zachary T Welch2009-11-052-0/+23
* Improve target.c command argument parsing.Zachary T Welch2009-11-051-88/+36
* Improve jtag command argument parsing.Zachary T Welch2009-11-056-51/+36
* Improve debug_level command argument parsing.Zachary T Welch2009-11-051-3/+1
* Add macro for parsing numeric command arguments.Zachary T Welch2009-11-051-0/+21
* Add stringify macros in src/helper/types.h.Zachary T Welch2009-11-051-0/+4
* arm920t: add mrcmcr interface fn's.Øyvind Harboe2009-11-051-0/+29
* arm11: check if target is halted before executing mrc/mcr commands.Øyvind Harboe2009-11-051-0/+7
* target: fix ordering of arguments to mcr and mrc commandsØyvind Harboe2009-11-051-7/+7
* target: check args to mrc/mcr.Øyvind Harboe2009-11-051-0/+24
* ARM11: added mrc/mcr support to arm11 code.Øyvind Harboe2009-11-052-1/+54
* TODO: Wrote up list of remaining tasks for target->type->mrc/mcrØyvind Harboe2009-11-051-0/+6
* target: Only register mrc mcr commands when one of the targets support them.Øyvind Harboe2009-11-051-3/+11
* cortex_a8: add mrc mcr interface.Øyvind Harboe2009-11-051-0/+29
* User's Guide: TAP setup tweakageDavid Brownell2009-11-051-6/+14
* watchpoint_add() cleanupDavid Brownell2009-11-054-32/+40
* Cortex-M3: expose most DWT registersDavid Brownell2009-11-052-21/+144
* Cortex-M3: minor cleanupDavid Brownell2009-11-052-16/+4
* Cortex-M3: DWT cleanup/fixesDavid Brownell2009-11-051-56/+115
* ARMv7M: add docs, remove exportsDavid Brownell2009-11-052-29/+63
* target: add target->type->has_mmu fn.Øyvind Harboe2009-11-053-5/+48
* Make default implementation of mdw/mmw phys return error 'not implemented'Øyvind Harboe2009-11-051-2/+14
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-0516-92/+0
* debug interface: get rid of unused pre_debug fnØyvind Harboe2009-11-059-16/+0
* warnings: removeØyvind Harboe2009-11-051-3/+2
* ft2232: cleanupDavid Brownell2009-11-041-110/+97
* JTAG: support KT-LINK adapterKrzysztof Kajstura2009-11-043-0/+143
* PXA255: support Intel "Lubbock" platformDavid Brownell2009-11-041-0/+110
* Version 0.4.0-devDavid Brownell2009-11-043-64/+87
* Version 0.3.0David Brownell2009-11-041-1/+1
* Release docs: fix notesDavid Brownell2009-11-041-7/+12
* Doc: fix broken linkDavid Brownell2009-11-041-1/+1
* NEWS: mention switch to git!David Brownell2009-11-041-0/+1
* Other files: stop referring to ChangeLog tooDavid Brownell2009-11-042-23/+13
* NEWS refs repository history, not ChangeLogDavid Brownell2009-11-041-2/+5
* Tweak release docsDavid Brownell2009-11-041-110/+172
* Release scripts: comments, run on UbuntuDavid Brownell2009-11-042-13/+20
* configure: fix build problems with eCosØyvind Harboe2009-11-041-6/+57
* docs: add reference to git bisect docs on BUGS pageØyvind Harboe2009-11-041-1/+2
* target: 20 second timeout/megabyte for CRC checkØyvind Harboe2009-11-031-1/+4
* arm920t: memory writes were broken when MMU was disabledØyvind Harboe2009-11-031-11/+10
* target: require working area for physical/virtual addresses to be specifiedØyvind Harboe2009-11-032-9/+29
* FT2232: increase read retry countsDimitar Dimitrov2009-11-011-8/+26
* User's Guide: more init info, autoprobing, etcDavid Brownell2009-11-011-6/+93
* doxygen: avoid most internalsDavid Brownell2009-11-011-2/+2
* remove "-ircapture 0x1 -irmask 0x1" from stm32.cfgFreddie Chopin2009-11-011-2/+5
* arm9tdmi: more correct fix for vector_catchDavid Brownell2009-10-311-8/+5
* target.cfg: use $_TARGETNAME for flashFreddie Chopin2009-10-3113-13/+13
* NEWS: more infoDavid Brownell2009-10-301-4/+24