668 Commits (348bc74af44d759b3ed8c8e3b4a4c686e86a88d7)
 

Author SHA1 Message Date
  oharboe 348bc74af4 working notes. 15 years ago
  oharboe efc6063df8 startup.tcl (former commands.tcl) is now embedded into OpenOCD executable. 15 years ago
  oharboe 2b3f4fd293 Charles Hardin <ckhardin@gmail.com> 15 years ago
  oharboe 2858a9f740 - added search paths before running tcl/commands.tcl. 15 years ago
  oharboe 5a2b824b26 fix quoting problem when handling OpenOCD commands. 15 years ago
  oharboe bfa8c1b321 SEGFAULT fix for syntax error. 15 years ago
  oharboe 313547ddd6 very slight cleanup of flash banks handling. 15 years ago
  oharboe 92beb99bf7 improve error messages a little bit. 15 years ago
  ntfreak 0edbe9145c - adding missing install entry for luminary-libftdi.cfg 15 years ago
  oharboe 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. 15 years ago
  ntfreak 525de2ed3d - added luminary libftdi interface config 15 years ago
  ntfreak a6a65f17f3 - only check normal resume, not debug resume 15 years ago
  oharboe 077131854e added flash_banks low level command. 15 years ago
  ntfreak 876297c25c - target_resume is now synchronous with 5sec timeout 15 years ago
  oharboe f0f5157e09 tcl regression fixes. 15 years ago
  oharboe 74d4cf8ee3 * src/jim.c: remove bogus return value from if {[expr]} {xx} when 15 years ago
  ntfreak 6ed75d476e - removed target_process_events as only used in handle_resume_command and events will be called anyway by poll 15 years ago
  ntfreak 46b3e72528 - fix pre_resume script not being called 15 years ago
  ntfreak 31e2500259 - apply correct formatting to openocd.c 15 years ago
  oharboe 9103bbbcb5 reset event is synonym for post_reset event. 15 years ago
  oharboe 225ac18450 more tcl cleanup. 15 years ago
  oharboe cfba2f4a79 Duane Ellis <openocd@duaneellis.com>: This simple patch adds precision support to JIM's format command. 15 years ago
  ntfreak 994396da59 - command_run_line will only search once for the command, and execute if found 15 years ago
  oharboe b31d83c6c7 added pre/postlude fn's for when OpenOCD is sleeping. 15 years ago
  oharboe d6194d7356 fix syntax error. 15 years ago
  oharboe 7044908cf0 Charles Hardin <ckhardin@gmail.com> Tcl server documentation. 15 years ago
  ntfreak 97c4be68a0 - fix duplicate log entry 15 years ago
  ntfreak 36cb42a549 - fix typo in memory.tcl 15 years ago
  ntfreak 655e4f88a6 - fixed build issues with win32 15 years ago
  oharboe 163bd86071 moving Tcl stuff around slightly. 15 years ago
  oharboe 0bb7c9d109 fix a few compilation problems. 15 years ago
  oharboe 2b673d0c1e Charles Hardin <ckhardin@gmail.com> - Tcl Server 15 years ago
  oharboe 9a8746de25 Oopss. Forgot to list Duane Ellis <openocd@duaneellis.com> as the author of changes in 755. 15 years ago
  oharboe dc796a2091 src/helper/configuration.h 15 years ago
  ntfreak 71460ba9a5 - added search for libdl 15 years ago
  ntfreak 2514493bd8 - added svn props for newly added files 15 years ago
  ntfreak b36248beb9 - added event scripts for str73x and str75x targets 15 years ago
  ntfreak d0bd3b719e - added jtag_khz to target scripts 15 years ago
  ntfreak b99b73a368 - fixed line endings with commands.tcl 15 years ago
  oharboe e9488b9ad8 tcl tinkering. 15 years ago
  oharboe bece2176c0 fix to peek command. 15 years ago
  oharboe 002e3fcbdb added echo command in tcl. Issues a LOG_USER() for the single argument. 15 years ago
  oharboe d8957cb107 typo 15 years ago
  oharboe ef268c96bb tcl config script example 15 years ago
  oharboe 71471b07fd added support for Tcl config scripts on the command line(use .tcl extension). 15 years ago
  oharboe 269c6d8385 utility fn. 15 years ago
  oharboe e8b16d40f1 ARM11 update. OpenOCD supports starting without being able to talk to the hardware. 15 years ago
  oharboe 586f8db90f Valentin Longchamp target script for mx31.cfg 15 years ago
  oharboe a521e674cf Jim Tcl support added 15 years ago
  ntfreak 4d858f7136 - allocate target_type_t structure for each target, fixes issue when multiple targets of the same type are located on the jtag chain 15 years ago