aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)Author
2018-07-24Add RISC-V support.Tim Newsome
2018-03-12helper/types: cast to uint32_t,uint16_t to avoid UB by shifting int too farCody P Schafer
2018-03-07helper/configuration: free script_search_dirs and config_file_namesTomas Vanek
2018-03-07helper/command.h: Add missing #include for target_addr_tMarc Schink
2018-03-07helper/types.h: Add missing #includesMarc Schink
2018-03-07helper/command.h: Add missing #includesMarc Schink
2018-03-07helper/replacements.h: Add missing #includeMarc Schink
2018-03-03target: use correct target in target-prefixed commands and event handlersTomas Vanek
2018-02-14Handle improperly build image files gracefullyAndreas Bolsch
2018-01-25Add read buffer to bitbang, improving performance.Tim Newsome
2018-01-25Add timeval_compare helper functionChristopher Head
2018-01-17Fix Jim interpreter memory leakMarc Schink
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin
2017-10-03Fix typo in comment.Tim Newsome
2017-10-03helper/options: Add missing #include for MinGW and MSYS2Marc Schink
2017-08-10log: Add a new debug level (4) for verbose I/O debugAndreas Fritiofson
2017-04-23help/log.c: better error handling for "log_output"Girts
2017-04-23helper/options.c: fail if unexpected cmdline arguments are presentGirts
2017-04-23help/options.c: add error handling for -d argGirts
2017-02-10target: Add 64-bit target address supportDongxue Zhang
2017-01-15helper,rtos,server: Restore missing warning flagsAndreas Fritiofson
2016-12-25Search for scripts relative to the executable on all(?) platformsAndreas Fritiofson
2016-12-08Convert to non-recursive makeAndreas Fritiofson
2016-12-08helper: Code cleanup for hexify()Marc Schink
2016-12-08helper: Update jep106 database to JEP106ATAndreas Fritiofson
2016-10-17helper: Make unhexify() robust on invalid dataMarc Schink
2016-10-07helper/log: Add log_vprintf_lf()Marc Schink
2016-07-19Fix usage of timeval_ms()Andreas Färber
2016-05-24Make #include guard naming consistentMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-08Helper ioutil: cleanup: removing dead codeAlexander Kurz
2016-02-29helper/fileio: Remove nested structMarc Schink
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson
2016-02-13Helper time_support: const function argumentsAlexander Kurz
2016-01-22helper: Add converter from JEP106 ID to manufacturer nameAndreas Fritiofson
2015-11-03helper/options: Use OPENOCD_SCRIPTS dir if set.Jonathan Larmour
2015-11-03helper/options: Cleanup #includes.Marc Schink
2015-11-03helper/log: Cleanup #includes.Marc Schink
2015-11-03helper/ioutil: Rename MixedCaps function.Marc Schink
2015-11-03helper/fileio: Fix memory leak.Marc Schink
2015-11-03helper/fileio: Use size_t for file size.Marc Schink
2015-11-03Change from sys/poll.h to standard poll.h locationPaul Fertser
2015-04-14Tcl exception codes cleanup, shutdown command amendmentsPaul Fertser
2015-04-14helper: shutdown command should return with 0 exit statusJuha Niskanen
2015-02-04configure: define WIN32_LEAN_AND_MEAN early to make it effectivePaul Fertser
2015-01-30Use (uint8_t *) for buf_(set|get)_u(32|64) instead of (void *)Paul Fertser
2014-10-06helper: constify log_stringsSpencer Oliver
2014-09-22command: Fix confusing syntax error messageAndreas Fritiofson
2014-08-12Removed limit on lenght of command line options.Cristian Maglie
2014-08-11stlink_usb: Fix swallowed error on read/write operations, add retries on SWD ...Angus Gratton