Commit Graph

  • 25b0e4e0d5 jim license cleanup oharboe 2008-07-21 16:13:11 +0000
  • 265e4e121a update jtag_speed/khz docs a bit. oharboe 2008-07-21 16:03:15 +0000
  • dfbb9f3e89 - jtag_khz/speed are now single parameter only. These are used from pre/post_reset event scripts. Adding the second parameter was a mistake seen in retrospect. this gives precise control in post_reset for *when* the post reset speed is set. The pre_reset event was added *after* the second parameter to jtag_khz/speed - the target implementations no longer gets involved in the reset mode scheme. Either they reset a target into a halted mode or not. target_process_reset() detects if the reset halt failed or not. - tcl target event names are now target_N_name. Mainly internal at this early stage, but best to get the naming right now. - added hardcoded reset modes from gdb_server.c. I don't know precisely what these defaults should be or if it should be made configurable. Perhaps some hardcoded defaults will do for now and it can be made configurable later. - bugfix in cortex_m3.c for reset_run_and_xxx? - issue syntax error upon obsolete argument in target command instead of printing message that will surely drown in the log oharboe 2008-07-21 15:59:41 +0000
  • c1ee650a9a cross compile fix oharboe 2008-07-21 13:23:59 +0000
  • c4c1776a09 use reset init explicitly before "load". oharboe 2008-07-21 10:16:14 +0000
  • 25572d2e48 Duane Ellis <openocd@duaneellis.com> stm32 peripherals scripts oharboe 2008-07-21 09:25:51 +0000
  • 97cc3e0dc8 Michael Kurz <michi.kurz@googlemail.com> MX29LV800B non-cfi flash. oharboe 2008-07-21 09:16:10 +0000
  • 495f257980 BUG: prefix to timeout for gdb keep alive packets. oharboe 2008-07-20 18:26:08 +0000
  • 2341c99e20 - added svn props for newly added files - reformat spaces from non_cfi.[ch] ntfreak 2008-07-20 17:29:59 +0000
  • 94efc64709 Duane Ellis <openocd@duaneellis.com> - script commands for stm32 oharboe 2008-07-20 17:13:08 +0000
  • 577972a51d Ben Bodley <ben@teknique.com> non-CFI compliant flash (AMIC A29L800A) oharboe 2008-07-20 17:08:18 +0000
  • dbd6cede00 Duane Ellis <openocd@duaneellis.com> improve error message in Jim when sourcing a file fails. Previously it did not tell you the CWD Jim was using as its reference point. (Helpful when script filenames are a relative path) oharboe 2008-07-20 17:06:30 +0000
  • 6c0553c8c5 openocd@duaneellis.com fix naming confusion. Use ocd_ prefix for ocd API consistently. oharboe 2008-07-20 17:04:58 +0000
  • 42501f0ef0 throw exception upon syntax error. oharboe 2008-07-19 10:37:41 +0000
  • b78f488d63 - updated texi for removed daemon_startup command - added info to deprecated/removed commands section ntfreak 2008-07-19 09:31:54 +0000
  • e852c61bb3 clarify error message w.r.t. not being able to set breakpoint oharboe 2008-07-19 08:11:48 +0000
  • 2cac9c333f daemon_startup is now retired in favour of adding "init" and "reset halt/init/run" to the end of the config file/openocd command line. oharboe 2008-07-19 08:04:32 +0000
  • 310300261b This allows overriding builtin openocd commands. oharboe 2008-07-18 16:25:15 +0000
  • 2249f58946 remove obsolete reset_mode oharboe 2008-07-18 14:51:19 +0000
  • 35e84a2a25 "reset" without arguments now execute a "reset run". oharboe 2008-07-18 14:43:29 +0000
  • 2c3f0ebae9 - remove build warning from keep_alive - remove surplus linefeeds ntfreak 2008-07-18 13:31:37 +0000
  • 60ba4476df - fix incorrectly registered function openocd_array2mem - removed unused variables - reformatted lpc288x.[ch] - fixed helper/Makefile.am dependencies - add correct svn props to added files ntfreak 2008-07-18 11:38:23 +0000
  • 722fcb8d61 resume is now asynchronous oharboe 2008-07-18 11:18:35 +0000
  • 0470a9652b keep_alive() fix for reset warnings. oharboe 2008-07-18 10:50:51 +0000
  • 94e75e0c06 1. GDB will print cryptic error messages if it is not fed keep-alive packets within the last 2000ms. oharboe 2008-07-18 10:20:10 +0000
  • 7648d6b287 Duane Ellis <openocd@duaneellis.com> more interface files. oharboe 2008-07-18 06:32:08 +0000
  • 679592d42e Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs. oharboe 2008-07-18 06:24:57 +0000
  • b504e11abe added missing "reset+load" sequence. oharboe 2008-07-18 06:02:16 +0000
  • 8a14a72f57 Charles Hardin <ckhardin@gmail.com> move jim into helper oharboe 2008-07-17 17:34:53 +0000
  • 0ebb33b185 Charles Hardin ckhardin at gmail.com Instead of stashing the context in a global variable, just use the "context" associated with the interp structure being passed around oharboe 2008-07-17 17:31:07 +0000
  • 5fefa83d07 Collect output from openocd commands into openocd_output local variable oharboe 2008-07-17 12:02:55 +0000
  • 5a3712072f Charles Hardin ckhardin at gmail.com oharboe 2008-07-17 08:39:06 +0000
  • 44928321e6 Charles Hardin <ckhardin@gmail.com> and Øyvind Harboe oharboe 2008-07-17 08:34:14 +0000
  • 6af107855d - reverted resume_target to old behaviour ntfreak 2008-07-17 07:15:14 +0000
  • a5914d0152 Charles Hardin ckhardin at gmail.com bin2char does not need to be installed as part of openocd oharboe 2008-07-17 06:21:29 +0000
  • 3287b8661d Fixes to \ and / handling for OpenOCD oharboe 2008-07-16 20:20:15 +0000
  • ffe9257a17 flash_banks now follow OpenOCD scripting API rules oharboe 2008-07-16 12:44:00 +0000
  • f806c8deab print out jim error message stack trace in expected order(look at any C++ or Java debugger for instance). oharboe 2008-07-16 10:23:16 +0000
  • cb90c97f33 do not print jim tcl error message trace for ERROR_COMMAND_CLOSE_CONNECTION oharboe 2008-07-16 10:12:29 +0000
  • d0eef63f68 print syntax for command upon syntax error. oharboe 2008-07-16 08:49:05 +0000
  • 396d73ad0c better error messages for target event scripts. oharboe 2008-07-16 07:22:17 +0000
  • 8766d39617 feeble beginnings for tcl api rules. oharboe 2008-07-15 14:10:13 +0000
  • b979c22bcc - stm32 flash driver correctly handles early silicon ntfreak 2008-07-15 10:21:43 +0000
  • acce2bcccb Charles Hardin <ckhardin@gmail.com> oharboe 2008-07-14 06:34:23 +0000
  • 696a20fea4 - remove unused objcopy from configure.in - make sure bin2char is built before openocd - add generated startup_tcl.c to clean list - pass startup_tcl directly to Jim_Eval ntfreak 2008-07-13 21:07:14 +0000
  • 1edd0e6822 - added svn props for newly added files ntfreak 2008-07-13 20:20:58 +0000
  • 766b0ca8ac Charles Hardin <ckhardin@gmail.com> - hopefully final word on startup.tcl => c conversion oharboe 2008-07-13 17:31:40 +0000
  • 6956527849 Duane Ellis <openocd@duaneellis.com> fix to tcl puts oharboe 2008-07-13 08:25:33 +0000
  • de6acb2d36 - fix issue when building in separate build dir - Thanks Duane Ellis ntfreak 2008-07-12 22:40:49 +0000
  • 2e832a399a - remove requirement for file2c.tcl ntfreak 2008-07-12 16:25:17 +0000
  • cebfbfa661 testing/*.tcl sample & test code oharboe 2008-07-12 07:50:17 +0000
  • a65255a06d testing/*.tcl sample & test code oharboe 2008-07-12 07:50:03 +0000
  • 173a43ff15 help is now implemented in startup.tcl/help oharboe 2008-07-11 19:30:54 +0000
  • 76dec044c0 - configure check added for tclsh - startup.c manually added to clean deps ntfreak 2008-07-11 18:25:21 +0000
  • 94966bf2e3 search help text too oharboe 2008-07-11 17:46:17 +0000
  • b06f254b24 Charles Hardin ckhardin at gmail.com oharboe 2008-07-11 17:40:15 +0000
  • e04f0142ee tcl_help prettier output. oharboe 2008-07-11 17:36:36 +0000
  • 69c6f1f7ea work in progress to improve help oharboe 2008-07-11 15:07:58 +0000
  • c5b718f5e8 - retired variable stuff. - drscan is now a low level tcl command: execute DR scan <device> <num_bits> <value> <num_bits1> <value2> - removed obsolete partial command text support oharboe 2008-07-11 12:17:56 +0000
  • 381f9a2e8a .cfg files are now executed as Jim Tcl. Commands that terminate script w/error message. oharboe 2008-07-11 09:06:36 +0000
  • 0f2dfabd3b - added svn props for newly added files ntfreak 2008-07-11 08:17:31 +0000
  • 348bc74af4 working notes. oharboe 2008-07-11 06:52:33 +0000
  • efc6063df8 startup.tcl (former commands.tcl) is now embedded into OpenOCD executable. oharboe 2008-07-11 06:44:22 +0000
  • 2b3f4fd293 Charles Hardin <ckhardin@gmail.com> oharboe 2008-07-10 18:47:50 +0000
  • 2858a9f740 - added search paths before running tcl/commands.tcl. - improved error handling for missing tcl/commands.tcl oharboe 2008-07-10 18:24:30 +0000
  • 5a2b824b26 fix quoting problem when handling OpenOCD commands. oharboe 2008-07-10 09:22:28 +0000
  • bfa8c1b321 SEGFAULT fix for syntax error. oharboe 2008-07-10 08:57:35 +0000
  • 313547ddd6 very slight cleanup of flash banks handling. oharboe 2008-07-10 06:44:11 +0000
  • 92beb99bf7 improve error messages a little bit. oharboe 2008-07-09 22:19:05 +0000
  • 0edbe9145c - adding missing install entry for luminary-libftdi.cfg ntfreak 2008-07-09 19:52:03 +0000
  • 66410d2537 "flash banks" is now implemented in Tcl on top of "flash_banks". openocd_throw prefix is no longer required when executing OpenOCD commands from tcl. oharboe 2008-07-09 15:22:05 +0000
  • 525de2ed3d - added luminary libftdi interface config ntfreak 2008-07-09 13:05:46 +0000
  • a6a65f17f3 - only check normal resume, not debug resume ntfreak 2008-07-09 12:46:40 +0000
  • 077131854e added flash_banks low level command. oharboe 2008-07-09 11:09:06 +0000
  • 876297c25c - target_resume is now synchronous with 5sec timeout ntfreak 2008-07-09 10:33:30 +0000
  • f0f5157e09 tcl regression fixes. oharboe 2008-07-08 16:05:59 +0000
  • 74d4cf8ee3 * src/jim.c: remove bogus return value from if {[expr]} {xx} when {xx} is not run. oharboe 2008-07-08 12:05:58 +0000
  • 6ed75d476e - removed target_process_events as only used in handle_resume_command and events will be called anyway by poll ntfreak 2008-07-08 11:19:03 +0000
  • 46b3e72528 - fix pre_resume script not being called ntfreak 2008-07-08 10:49:58 +0000
  • 31e2500259 - apply correct formatting to openocd.c - Thanks Charles Hardin ntfreak 2008-07-08 08:55:53 +0000
  • 9103bbbcb5 reset event is synonym for post_reset event. oharboe 2008-07-07 21:06:22 +0000
  • 225ac18450 more tcl cleanup. oharboe 2008-07-07 20:02:51 +0000
  • cfba2f4a79 Duane Ellis <openocd@duaneellis.com>: This simple patch adds precision support to JIM's format command. oharboe 2008-07-07 18:57:27 +0000
  • 994396da59 - command_run_line will only search once for the command, and execute if found ntfreak 2008-07-07 12:19:17 +0000
  • b31d83c6c7 added pre/postlude fn's for when OpenOCD is sleeping. oharboe 2008-07-07 08:05:07 +0000
  • d6194d7356 fix syntax error. oharboe 2008-07-07 06:36:12 +0000
  • 7044908cf0 Charles Hardin <ckhardin@gmail.com> Tcl server documentation. oharboe 2008-07-07 06:29:07 +0000
  • 97c4be68a0 - fix duplicate log entry ntfreak 2008-07-06 23:49:05 +0000
  • 36cb42a549 - fix typo in memory.tcl - Thanks Charles Hardin ntfreak 2008-07-06 23:26:31 +0000
  • 655e4f88a6 - fixed build issues with win32 - fixed build warnings for last commit - set svn props for last commit ntfreak 2008-07-06 23:22:17 +0000
  • 163bd86071 moving Tcl stuff around slightly. oharboe 2008-07-06 22:03:07 +0000
  • 0bb7c9d109 fix a few compilation problems. oharboe 2008-07-06 19:56:15 +0000
  • 2b673d0c1e Charles Hardin <ckhardin@gmail.com> - Tcl Server oharboe 2008-07-06 19:33:05 +0000
  • 9a8746de25 Oopss. Forgot to list Duane Ellis <openocd@duaneellis.com> as the author of changes in 755. oharboe 2008-07-06 19:25:04 +0000
  • dc796a2091 src/helper/configuration.h - Log output handlers now get a "const char *line" - Added "const" to parameter. oharboe 2008-07-06 19:17:43 +0000
  • 71460ba9a5 - added search for libdl - Thanks Charles Hardin ntfreak 2008-07-05 09:57:19 +0000
  • 2514493bd8 - added svn props for newly added files ntfreak 2008-07-04 17:49:45 +0000
  • b36248beb9 - added event scripts for str73x and str75x targets ntfreak 2008-07-04 17:46:41 +0000
  • d0bd3b719e - added jtag_khz to target scripts ntfreak 2008-07-04 17:33:46 +0000
  • b99b73a368 - fixed line endings with commands.tcl - added svn props for newly added files ntfreak 2008-07-04 16:59:35 +0000