aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-07-24OpenOCD commands w/prefix ocd_ now set the primary Tcl return value instead o...oharboe1-2/+2
2008-07-24more error message cleanup. invalid args & syntax errors both now print argum...oharboe2-23/+6
2008-07-24take path to eCos files from environment variableoharboe2-2/+2
2008-07-24retire daemon_startupoharboe11-45/+4
2008-07-24allow jtag minidriver access to cmd_queue_cur_state for jtag_add_pathmove()oharboe1-1/+1
2008-07-24Better handling of OpenOCD command invocation result/context.oharboe2-28/+54
2008-07-24wait 500ms for target to halt upon connect.oharboe3-5/+12
2008-07-23- comment about dummy ack '+' char from gdbntfreak1-3/+2
2008-07-23- fix typo in jtag_add_end_statentfreak1-1/+1
2008-07-23- fix typontfreak1-1/+1
2008-07-23fix <memory> is missing upon gdb connect warning when no flash is defined for...oharboe1-2/+2
2008-07-23handle end of line comments to improve compatibility with event scriptsoharboe1-5/+10
2008-07-23- more fixes to high density stm32x flash driverntfreak8-10/+135
2008-07-22- fix bug with stm32 high density write protectionntfreak2-13/+41
2008-07-22Spen: startup.tcl cross compile supportoharboe1-7/+5
2008-07-22Only print out gobs of information to log when -d3 is enabled.oharboe2-3/+4
2008-07-22very slightly improved error message for not being able to find scriptsoharboe1-1/+1
2008-07-21restart is a per-target actionoharboe2-3/+7
2008-07-21Allows config scripts to override handling of 'R'(restart) GDB packet.oharboe2-2/+6
2008-07-21jim license cleanupoharboe2-34/+82
2008-07-21- jtag_khz/speed are now single parameter only. These are usedoharboe18-155/+156
2008-07-21cross compile fixoharboe2-6/+7
2008-07-21use reset init explicitly before "load".oharboe1-1/+1
2008-07-21Duane Ellis <openocd@duaneellis.com> stm32 peripherals scriptsoharboe3-1/+8
2008-07-21Michael Kurz <michi.kurz@googlemail.com> MX29LV800B non-cfi flash.oharboe3-0/+20
2008-07-20BUG: prefix to timeout for gdb keep alive packets.oharboe1-1/+1
2008-07-20- added svn props for newly added filesntfreak5-410/+407
2008-07-20Duane Ellis <openocd@duaneellis.com> - script commands for stm32oharboe5-17/+424
2008-07-20Ben Bodley <ben@teknique.com> non-CFI compliant flash (AMIC A29L800A)oharboe3-0/+20
2008-07-20Duane Ellis <openocd@duaneellis.com>oharboe1-2/+5
2008-07-20openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API cons...oharboe6-24/+24
2008-07-19throw exception upon syntax error.oharboe1-1/+1
2008-07-19clarify error message w.r.t. not being able to set breakpointoharboe1-2/+2
2008-07-19daemon_startup is now retired in favour of adding "init" and "reset halt/init...oharboe2-20/+4
2008-07-18This allows overriding builtin openocd commands.oharboe1-1/+6
2008-07-18remove obsolete reset_mode oharboe30-31/+31
2008-07-18"reset" without arguments now execute a "reset run".oharboe1-13/+22
2008-07-18- remove build warning from keep_aliventfreak3-19/+10
2008-07-18- fix incorrectly registered function openocd_array2memntfreak11-579/+502
2008-07-18resume is now asynchronousoharboe1-18/+4
2008-07-18keep_alive() fix for reset warnings.oharboe1-0/+1
2008-07-181. GDB will print cryptic error messages if it is not fed keep-alive packetsoharboe4-1/+73
2008-07-18Duane Ellis <openocd@duaneellis.com> more interface files.oharboe2-1/+6
2008-07-18Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe7-592/+563
2008-07-18added missing "reset+load" sequence.oharboe1-0/+3
2008-07-17Charles Hardin <ckhardin@gmail.com> move jim into helperoharboe8-17/+20
2008-07-17Charles Hardin ckhardin at gmail.com Instead of stashing the context in a g...oharboe2-26/+64
2008-07-17Collect output from openocd commands into openocd_output local variableoharboe3-60/+36
2008-07-17Charles Hardin ckhardin at gmail.com oharboe1-15/+5
2008-07-17Charles Hardin <ckhardin@gmail.com> and Øyvind Harboeoharboe7-330/+171