]> git.sur5r.net Git - openocd/history - src/helper
flash/nrf5: time-based timeout waiting for flash controller
[openocd] / src / helper /
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
2013-01-31 Spencer Oliverhelper: hexify correctly handle signed chars
2012-12-24 Spencer Oliverhelper: improve windows gdb pipe performance
2012-12-23 Spencer Olivericdi: add TI icdi interface
2012-12-03 Spencer Oliverhelper: fix code formatting
2012-11-30 Aymeric VincentMake NetBSD a recognized system
2012-10-28 Edgar Grimbergioutil: make the file compile on MacOS
2012-10-02 Spencer Oliverbuild: remove unnecessary jim.h include
2012-08-29 Freddie ChopinAdd another scripts search path for Windows builds
2012-08-24 Spencer Oliverhelper: command.c cleanup
2012-07-27 Alan BowmanTest the incoming debug_level, rather than the current.
2012-07-22 Alex AustinRevert "When calling openocd from a shell like this:"
2012-07-11 Stian SkjelsadWhen calling openocd from a shell like this:
2012-07-06 Andreas FritiofsonAdd a bit-level transfer queue
2012-05-21 Spencer Oliverbuild: add helper/types.h to config.h
2012-05-19 Spencer Oliverremote_bitbang: fix native windows build
2012-03-31 Wim LewisAdd value "openbsd" for ocd_HOSTOS.
2012-03-13 Øyvind Harboeecosboard: delete bit-rotted eCos code
2012-03-11 Øyvind Harboeflash: retire unused eCos flash driver
2012-02-06 Spencer Oliverdoxygen: use correct comment syntax
2012-02-06 Spencer Oliverbuild: cleanup src/helper directory
2012-01-04 Mathias KChange return value on error.
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2012-01-04 Mathias Kcommand: print BUG warning when usage is missing
2012-01-03 Spencer Oliverhelper: fix arm11 help text
2011-12-31 Spencer Oliverbuild: fix mingw build issues
2011-12-01 Spencer Oliverbinarybuffer: use strndup to allocate string
2011-10-24 Freddie ChopinFix "Evaluate 'script' in the global scope"
2011-10-21 Spencer Oliverjim: add missing jim license
2011-09-30 Steve Bennettjim-nvp is moving from jimtcl to openocd
next