aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-11-18build: add common.mkSpencer Oliver12-43/+14
2010-11-17FLASH/NOR: Remove useless file tms470.hAntonio Borneo3-40/+15
2010-11-17FLASH/NOR: Remove useless file str9xpec.hAntonio Borneo3-79/+50
2010-11-17FLASH/NOR: Remove useless file str9x.hAntonio Borneo3-62/+35
2010-11-17FLASH/NOR: Remove useless file str7x.hAntonio Borneo3-110/+83
2010-11-17FLASH/NOR: Remove useless file stm32x.hAntonio Borneo3-101/+74
2010-11-17FLASH/NOR: Remove useless file stellaris.hAntonio Borneo3-109/+85
2010-11-17FLASH/NOR: Remove useless file pic32mx.hAntonio Borneo3-96/+65
2010-11-17FLASH/NOR: Remove useless file lpc288x.hAntonio Borneo3-39/+13
2010-11-17FLASH/NOR: Remove useless file lpc2000.hAntonio Borneo3-73/+45
2010-11-17FLASH/NOR: Remove useless file avrf.hAntonio Borneo3-41/+16
2010-11-17flash: fix bug with multiple back-to-back flash chipsØyvind Harboe1-3/+7
2010-11-17FLASH/NOR: Remove useless file at91sam7.hAntonio Borneo3-118/+91
2010-11-17FLASH/NOR: Remove useless file at91sam3.hAntonio Borneo3-25/+2
2010-11-17FLASH/NOR: Remove useless file spearsmi.hAntonio Borneo3-32/+8
2010-11-17NOR/SPEARSMI: Add comments about SPIAntonio Borneo1-4/+22
2010-11-16NOR/SPEAr: Add support for Serial NORAntonio Borneo4-0/+747
2010-11-15httpd: retire this serverØyvind Harboe53-10030/+3
2010-11-15Add comments and tiny improvements to STM32 flash loader algorithmFreddie Chopin1-16/+17
2010-11-15gdb: fix occasional crash when flash probe failedØyvind Harboe1-3/+7
2010-11-11gdb: improve error message when gdb connect failsØyvind Harboe1-1/+1
2010-11-09cortex_m3: report detected error condition in pollØyvind Harboe1-6/+13
2010-11-09target: document that target_poll() will report and clear sticky errorsØyvind Harboe1-0/+12
2010-11-09TCL scripts: replace "puts" with "echo"Antonio Borneo1-4/+4
2010-11-09JIM: document "echo" commandAntonio Borneo1-9/+14
2010-11-09JIM: Add "-n" option to "echo"Antonio Borneo1-1/+8
2010-11-09stm32: return early upon block write failureØyvind Harboe1-0/+3
2010-11-09stm32: return error when failing to readØyvind Harboe1-9/+25
2010-11-09stm32: add error propagation on writesØyvind Harboe1-42/+111
2010-11-09stm32: sharpen error handling for timeoutsØyvind Harboe1-108/+69
2010-11-05CortexA8: Implement debug base autodetectionMarek Vasut1-7/+12
2010-11-05ADIv5: Implement function to lookup CoreSight componentMarek Vasut2-0/+45
2010-11-05ADIv5: Introduce function to detect ROM Table locationMarek Vasut2-27/+56
2010-11-04arm964e: Add support for ARM946E target.ddraskovic4-0/+769
2010-10-29jim tests: use installedØyvind Harboe14-14903/+79
2010-10-28src: add loader src descriptionSpencer Oliver8-0/+17
2010-10-27help: help now works on configuration commandsØyvind Harboe1-3/+0
2010-10-25Make systesetreq typos read sysresetreq insteadPeter Stuge1-1/+1
2010-10-25buspirate: change handling of communication speed setting + create serial por...Michal Demin1-11/+16
2010-10-25buspirate: Serial port was not correctly closed.Michal Demin1-0/+9
2010-10-12TARGET: review handle_load_image_command()Antonio Borneo1-16/+8
2010-10-12TARGET: fix segfault in handle_dump_image_command()Antonio Borneo1-3/+3
2010-10-10add JLINK protocol doc refDavid Brownell1-0/+3
2010-10-05build: remove warn_unused_result errorsSpencer Oliver2-2/+2
2010-10-05gdbderver: fix gdb pipe startup overflowSpencer Oliver1-3/+5
2010-10-04gdbserver: fix gdb_port memory leakSpencer Oliver1-1/+3
2010-10-04server: fix server pipe windows supportSpencer Oliver1-10/+14
2010-10-01zy1000: add : port number syntax for tftp filing systemØyvind Harboe1-1/+11
2010-10-01pipes: add documentation for pipesØyvind Harboe3-5/+9
2010-10-01server: add support for pipesØyvind Harboe6-86/+79