summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* httpd: retire this serverØyvind Harboe2010-11-1556-10051/+3
* Add comments and tiny improvements to STM32 flash loader algorithmFreddie Chopin2010-11-152-34/+39
* gdb: fix occasional crash when flash probe failedØyvind Harboe2010-11-151-3/+7
* gdb: improve error message when gdb connect failsØyvind Harboe2010-11-111-1/+1
* cortex_m3: report detected error condition in pollØyvind Harboe2010-11-091-6/+13
* target: document that target_poll() will report and clear sticky errorsØyvind Harboe2010-11-091-0/+12
* TCL scripts: replace "puts" with "echo"Antonio Borneo2010-11-0924-201/+201
* JIM: document "echo" commandAntonio Borneo2010-11-092-10/+16
* JIM: Add "-n" option to "echo"Antonio Borneo2010-11-091-1/+8
* stm32: return early upon block write failureØyvind Harboe2010-11-091-0/+3
* stm32: return error when failing to readØyvind Harboe2010-11-091-9/+25
* stm32: add error propagation on writesØyvind Harboe2010-11-091-42/+111
* stm32: sharpen error handling for timeoutsØyvind Harboe2010-11-091-108/+69
* lpc3131: target definitionAndrew Leech2010-11-091-0/+76
* TCL scripts: add support for ST SPEAr310Antonio Borneo2010-11-067-0/+428
* Add EfikaMX smarttop board supportMarek Vasut2010-11-051-0/+9
* CortexA8: Introduce Freescale i.MX51 variantMarek Vasut2010-11-051-0/+51
* CortexA8: Implement debug base autodetectionMarek Vasut2010-11-051-7/+12
* ADIv5: Implement function to lookup CoreSight componentMarek Vasut2010-11-052-0/+45
* ADIv5: Introduce function to detect ROM Table locationMarek Vasut2010-11-052-27/+56
* arm964e: Add support for ARM946E target.ddraskovic2010-11-044-0/+769
* bootstrap: add quick start build instructionsØyvind Harboe2010-10-291-1/+13
* jimtcl: 0.63 releaseØyvind Harboe2010-10-292-0/+3
* jim tests: use installedØyvind Harboe2010-10-2914-14903/+79
* src: add loader src descriptionSpencer Oliver2010-10-288-0/+17
* contrib: add ram loader src codeSpencer Oliver2010-10-289-0/+589
* imx31pdk: use rclk w/1MHz fallbackØyvind Harboe2010-10-281-0/+17
* help: help now works on configuration commandsØyvind Harboe2010-10-271-3/+0
* Make systesetreq typos read sysresetreq insteadPeter Stuge2010-10-252-2/+2
* Remove srst_pulls_trst from LPC1768 targetPeter Stuge2010-10-251-3/+0
* buspirate: change handling of communication speed setting + create serial por...Michal Demin2010-10-251-11/+16
* buspirate: Serial port was not correctly closed.Michal Demin2010-10-251-0/+9
* TARGET: review handle_load_image_command()Antonio Borneo2010-10-121-16/+8
* TARGET: fix segfault in handle_dump_image_command()Antonio Borneo2010-10-121-3/+3
* swj-dp.tcl (SWD infrastructure #1)David Brownell2010-10-103-1/+44
* add JLINK protocol doc refDavid Brownell2010-10-101-0/+3
* build: remove warn_unused_result errorsSpencer Oliver2010-10-052-2/+2
* gdbderver: fix gdb pipe startup overflowSpencer Oliver2010-10-051-3/+5
* gdbserver: fix gdb_port memory leakSpencer Oliver2010-10-041-1/+3
* server: fix server pipe windows supportSpencer Oliver2010-10-041-10/+14
* zy1000: add : port number syntax for tftp filing systemØyvind Harboe2010-10-011-1/+11
* pipes: add documentation for pipesØyvind Harboe2010-10-014-10/+31
* server: add support for pipesØyvind Harboe2010-10-017-89/+82
* server: specify port as a stringØyvind Harboe2010-10-015-41/+104
* server: read/write now goes through connection fn'sØyvind Harboe2010-10-015-5/+35
* server: split file descriptors in in/out fd'sØyvind Harboe2010-10-015-19/+15
* server: rely on ctrl-c to stop openocdØyvind Harboe2010-10-011-26/+2
* log: remove hack to redirect logs when pipes are in useØyvind Harboe2010-10-011-17/+2
* Update ep93xx and at91rm9200 driversLuca Bruno2010-09-302-26/+12
* fileio: fileio_size() can now failØyvind Harboe2010-09-299-20/+92