target: Switch to target_read_buffer() in verify_image fallback
[fw/openocd] / src / helper /
2019-09-24 Christopher Headhelper/command: clear errno before calling parser
2019-06-20 Antonio Borneohelper/options: simplify the code using command_run_linef()
2019-06-20 Christopher Headhelper/command: make command_run_line reentrant
2019-06-06 Antonio Borneohelper: add bitmap helper primitives
2019-05-23 Antonio Borneohelper/command: remove dead code in command_unknown()
2019-05-17 Antonio Borneohelper/command: print the command output in case of...
2019-05-14 Antonio Borneohelper/command: fix printing usage for incomplete commands
2019-05-14 Antonio Borneohelper/command: send command output only to the right...
2019-05-14 Antonio Borneohelper/command: remove search for "ocd_" prefix
2019-05-14 Paul Fertserhelper/command: remove command "command type"
2019-05-14 Paul Fertserhelper/command: do not replace new commands with ocd_...
2019-05-14 Paul Fertserhelper/command: do not capture log in script_command_run()
2019-05-14 Paul Fertserhelper/command: Handle Tcl return values consistently
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-05-14 Antonio Borneohelper/command: add macro CMD
2019-04-10 Mete Balcifix for sanitizer errors in left shifts
2019-04-10 Antonio Borneohelper/command: log an error for commands without usage
2019-04-07 Antonio Borneohelper/command: handle empty "usage" with add_help_text...
2019-04-07 Antonio BorneoSet empty usage field for commands that do not need...
2019-04-07 Antonio Borneocommand_registration: add empty usage field to chained...
2019-04-07 Antonio Borneolog: add const qualifier to commands struct
2019-04-03 Antonio Borneohelper/startup.tcl: remove proc exit
2019-03-06 Antonio Borneohelper/command: return proper JIM error code
2019-01-27 Tomas Vanekcommand: check command mode for native jim commands
2019-01-27 Tomas Vanekcommand: Log the failed command by full name
2019-01-16 Antonio Borneohelper/command: check for malloc failure in __command_name
2018-12-25 Jean-Christian de... command: Log the failed command name
2018-12-15 Antonio Borneohelper/startup.tcl: fix execution stack frame of wrappe...
2018-12-11 Antonio Borneohelper/log: remove dead code in log_forward()
2018-07-24 Tim NewsomeAdd RISC-V support.
2018-03-12 Cody P Schaferhelper/types: cast to uint32_t,uint16_t to avoid UB...
2018-03-07 Tomas Vanekhelper/configuration: free script_search_dirs and confi...
2018-03-07 Marc Schinkhelper/command.h: Add missing #include for target_addr_t
2018-03-07 Marc Schinkhelper/types.h: Add missing #includes
2018-03-07 Marc Schinkhelper/command.h: Add missing #includes
2018-03-07 Marc Schinkhelper/replacements.h: Add missing #include
2018-03-03 Tomas Vanektarget: use correct target in target-prefixed commands...
2018-02-14 Andreas BolschHandle improperly build image files gracefully
2018-01-25 Tim NewsomeAdd read buffer to bitbang, improving performance.
2018-01-25 Christopher HeadAdd timeval_compare helper function
2018-01-17 Marc SchinkFix Jim interpreter memory leak
2017-10-23 Freddie ChopinFix GCC7 warnings about switch-case fallthroughs
2017-10-03 Tim NewsomeFix typo in comment.
2017-10-03 Marc Schinkhelper/options: Add missing #include for MinGW and...
2017-08-10 Andreas Fritiofsonlog: Add a new debug level (4) for verbose I/O debug
2017-04-23 Girtshelp/log.c: better error handling for "log_output"
2017-04-23 Girtshelper/options.c: fail if unexpected cmdline arguments...
2017-04-23 Girtshelp/options.c: add error handling for -d arg
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2017-01-15 Andreas Fritiofsonhelper,rtos,server: Restore missing warning flags
2016-12-25 Andreas FritiofsonSearch for scripts relative to the executable on all...
2016-12-08 Andreas FritiofsonConvert to non-recursive make
2016-12-08 Marc Schinkhelper: Code cleanup for hexify()
2016-12-08 Andreas Fritiofsonhelper: Update jep106 database to JEP106AT
2016-10-17 Marc Schinkhelper: Make unhexify() robust on invalid data
2016-10-07 Marc Schinkhelper/log: Add log_vprintf_lf()
2016-07-19 Andreas FärberFix usage of timeval_ms()
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2016-05-08 Alexander KurzHelper ioutil: cleanup: removing dead code
2016-02-29 Marc Schinkhelper/fileio: Remove nested struct
2016-02-29 Andreas Fritiofsonjim-nvp: Make Jim_GetOpt_String const-correct
2016-02-13 Alexander KurzHelper time_support: const function arguments
2016-01-22 Andreas Fritiofsonhelper: Add converter from JEP106 ID to manufacturer...
2015-11-03 Jonathan Larmourhelper/options: Use OPENOCD_SCRIPTS dir if set.
2015-11-03 Marc Schinkhelper/options: Cleanup #includes.
2015-11-03 Marc Schinkhelper/log: Cleanup #includes.
2015-11-03 Marc Schinkhelper/ioutil: Rename MixedCaps function.
2015-11-03 Marc Schinkhelper/fileio: Fix memory leak.
2015-11-03 Marc Schinkhelper/fileio: Use size_t for file size.
2015-11-03 Paul FertserChange from sys/poll.h to standard poll.h location
2015-04-14 Paul FertserTcl exception codes cleanup, shutdown command amendments
2015-04-14 Juha Niskanenhelper: shutdown command should return with 0 exit...
2015-02-04 Paul Fertserconfigure: define WIN32_LEAN_AND_MEAN early to make...
2015-01-30 Paul FertserUse (uint8_t *) for buf_(set|get)_u(32|64) instead...
2014-10-06 Spencer Oliverhelper: constify log_strings
2014-09-22 Andreas Fritiofsoncommand: Fix confusing syntax error message
2014-08-12 Cristian MaglieRemoved limit on lenght of command line options.
2014-08-11 Angus Grattonstlink_usb: Fix swallowed error on read/write operation...
2014-08-02 Andreas FritiofsonFix some problems with the bin2char utility
2014-08-02 Paul FertserProvide od+sed replacement for the bin2char helper
2014-06-28 Andreas Fritiofsonswd: Improve parity calculation and move it to types.h
2014-05-09 Paul FertserUpdate to the current Jim Tcl
2014-03-30 Andreas FritiofsonDon't cast return value of [cm]alloc
2014-01-09 Andreas Fritiofsoncommand: Fix formatting for empty usage string
2013-12-22 Andreas FritiofsonAdd %APPDATA%\OpenOCD to script search path on win
2013-12-22 Andreas FritiofsonRemove special handling of script search path on Windows
2013-12-01 Dongxue Zhang[PATCH 1/2]support64: Add functions into types and...
2013-12-01 Andreas FritiofsonAdd byte-swap helpers
2013-10-31 Andreas Fritiofsonioutil: Remove unnecessary casts and fix const-discarding
2013-10-31 Andreas Fritiofsonbinarybuffer: Remove unnecessary cast and fix hidden...
2013-10-31 Andreas FritiofsonRemove unnecessary casts
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting
2013-09-26 Franck JullienAdd new target type: OpenRISC
2013-09-13 Paul Fertserlibusb: require pkg-config support
2013-09-08 Spencer Oliverbuild: remove clang warning about global var 'match'
2013-07-01 Evan HunterAdd support for 64 bit parameter to irscan
2013-06-12 Paul Fertserlibusb1_common, ftdi: clarify libusb_open error message
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-04-21 Spencer Olivertelnet: add telnet history support
next