aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Remove FSF address from GPL noticesMarc Schink25-69/+29
2016-05-08Helper ioutil: cleanup: removing dead codeAlexander Kurz1-111/+0
2016-02-29helper/fileio: Remove nested structMarc Schink2-68/+70
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson2-4/+3
2016-02-13Helper time_support: const function argumentsAlexander Kurz2-4/+4
2016-01-22helper: Add converter from JEP106 ID to manufacturer nameAndreas Fritiofson5-0/+1228
2015-11-03helper/options: Use OPENOCD_SCRIPTS dir if set.Jonathan Larmour1-0/+6
2015-11-03helper/options: Cleanup #includes.Marc Schink1-2/+2
2015-11-03helper/log: Cleanup #includes.Marc Schink1-2/+2
2015-11-03helper/ioutil: Rename MixedCaps function.Marc Schink1-3/+3
2015-11-03helper/fileio: Fix memory leak.Marc Schink1-4/+12
2015-11-03helper/fileio: Use size_t for file size.Marc Schink2-7/+12
2015-11-03Change from sys/poll.h to standard poll.h locationPaul Fertser1-2/+2
2015-04-14Tcl exception codes cleanup, shutdown command amendmentsPaul Fertser2-21/+21
2015-04-14helper: shutdown command should return with 0 exit statusJuha Niskanen1-1/+4
2015-02-04configure: define WIN32_LEAN_AND_MEAN early to make it effectivePaul Fertser1-1/+0
2015-01-30Use (uint8_t *) for buf_(set|get)_u(32|64) instead of (void *)Paul Fertser1-4/+4
2014-10-06helper: constify log_stringsSpencer Oliver2-2/+2
2014-09-22command: Fix confusing syntax error messageAndreas Fritiofson2-2/+4
2014-08-12Removed limit on lenght of command line options.Cristian Maglie1-10/+11
2014-08-11stlink_usb: Fix swallowed error on read/write operations, add retries on SWD ...Angus Gratton1-0/+2
2014-08-02Fix some problems with the bin2char utilityAndreas Fritiofson1-6/+6
2014-08-02Provide od+sed replacement for the bin2char helperPaul Fertser3-68/+15
2014-06-28swd: Improve parity calculation and move it to types.hAndreas Fritiofson1-0/+19
2014-05-09Update to the current Jim TclPaul Fertser2-3/+3
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson1-1/+1
2014-01-09command: Fix formatting for empty usage stringAndreas Fritiofson1-1/+1
2013-12-22Add %APPDATA%\OpenOCD to script search path on winAndreas Fritiofson1-0/+11
2013-12-22Remove special handling of script search path on WindowsAndreas Fritiofson1-42/+42
2013-12-01[PATCH 1/2]support64: Add functions into types and targetDongxue Zhang1-0/+47
2013-12-01Add byte-swap helpersAndreas Fritiofson1-0/+40
2013-10-31ioutil: Remove unnecessary casts and fix const-discardingAndreas Fritiofson1-8/+7
2013-10-31binarybuffer: Remove unnecessary cast and fix hidden "bug"Andreas Fritiofson2-6/+6
2013-10-31Remove unnecessary castsAndreas Fritiofson2-5/+3
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson3-22/+19
2013-09-26Add new target type: OpenRISCFranck Jullien2-0/+22
2013-09-13libusb: require pkg-config supportPaul Fertser2-1/+3
2013-09-08build: remove clang warning about global var 'match'Spencer Oliver1-18/+18
2013-07-01Add support for 64 bit parameter to irscanEvan Hunter3-13/+94
2013-06-12libusb1_common, ftdi: clarify libusb_open error messagePaul Fertser2-0/+46
2013-06-05update files to correct FSF addressSpencer Oliver24-24/+24
2013-04-21telnet: add telnet history supportSpencer Oliver2-0/+45
2013-01-31helper: hexify correctly handle signed charsSpencer Oliver1-1/+1
2012-12-24helper: improve windows gdb pipe performanceSpencer Oliver1-2/+3
2012-12-23icdi: add TI icdi interfaceSpencer Oliver2-0/+32
2012-12-03helper: fix code formattingSpencer Oliver1-12/+6
2012-11-30Make NetBSD a recognized systemAymeric Vincent1-0/+2
2012-10-28ioutil: make the file compile on MacOSEdgar Grimberg1-1/+12
2012-10-02build: remove unnecessary jim.h includeSpencer Oliver1-1/+0
2012-08-29Add another scripts search path for Windows buildsFreddie Chopin1-28/+37