aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
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
2012-08-24helper: command.c cleanupSpencer Oliver1-8/+10
2012-07-27Test the incoming debug_level, rather than the current.Alan Bowman1-1/+1
2012-07-22Revert "When calling openocd from a shell like this:"Alex Austin2-11/+7
2012-07-11When calling openocd from a shell like this:Stian Skjelsad2-7/+11
2012-07-06Add a bit-level transfer queueAndreas Fritiofson4-1/+809
2012-05-21build: add helper/types.h to config.hSpencer Oliver4-10/+0
2012-05-19remote_bitbang: fix native windows buildSpencer Oliver1-0/+9
2012-03-31Add value "openbsd" for ocd_HOSTOS.Wim Lewis1-0/+2
2012-03-13ecosboard: delete bit-rotted eCos codeØyvind Harboe7-71/+1
2012-03-11flash: retire unused eCos flash driverØyvind Harboe1-2/+0
2012-02-06doxygen: use correct comment syntaxSpencer Oliver4-12/+12
2012-02-06build: cleanup src/helper directorySpencer Oliver25-1202/+986
2012-01-04Change return value on error.Mathias K1-6/+1
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe5-21/+20
2012-01-04command: print BUG warning when usage is missingMathias K1-0/+16
2012-01-03helper: fix arm11 help textSpencer Oliver1-3/+5
2011-12-31build: fix mingw build issuesSpencer Oliver1-0/+3
2011-12-01binarybuffer: use strndup to allocate stringSpencer Oliver1-4/+2
2011-10-24Fix "Evaluate 'script' in the global scope"Freddie Chopin1-1/+1
2011-10-21jim: add missing jim licenseSpencer Oliver2-0/+86
2011-09-30jim-nvp is moving from jimtcl to openocdSteve Bennett3-2/+617
2011-08-11Evaluate 'script' in the global scopeSteve Bennett1-2/+2
2011-04-28ecos: add 64 bit types for sprintf/sscanfØyvind Harboe1-0/+2
2011-03-27command: fix leak when executing commandsØyvind Harboe1-0/+1
2011-02-25log: debug level is between silent and debug output levelsØyvind Harboe1-9/+8
2011-02-08performance: committed wrong version of buf_set_buf optimizationMathias K1-4/+18
2011-02-08buf_set_buf around 30% speed increaseMathias K1-7/+22
2011-02-0324bit buffer supportMathias K1-0/+24