aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-01-04retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERRORØyvind Harboe36-167/+166
2012-01-04command: print BUG warning when usage is missingMathias K5-3/+27
2012-01-04build: fix make distSpencer Oliver2-2/+6
2012-01-03STM32 ST-LINK target initial releaseMathias K3-1/+674
2012-01-03ST-LINK USB initial releaseMathias K14-1/+1513
2012-01-03Make jim functions public accessible.Mathias K2-2/+12
2012-01-03Make cortex_m3 functions public accessible.Mathias K2-13/+21
2012-01-03add private data pointer to the tap interfaceMathias K1-1/+3
2012-01-03helper: fix arm11 help textSpencer Oliver1-3/+5
2011-12-31build: fix mingw build issuesSpencer Oliver1-0/+3
2011-12-23Renamed mx2.{c,h} to mxc.{c,h} and added copyright noticeErik Ahlén3-3/+9
2011-12-23Added support for i.MX35 NAND Flash Controller (v2)Erik Ahlén2-136/+285
2011-12-23Added command to enable/disable/query BI-swap for MXC NANDErik Ahlén1-0/+51
2011-12-23Made BI-swap optional in mxc.Erik Ahlén2-18/+34
2011-12-23Added board type as a parameter to mx2 NFC as they have different base addres...Erik Ahlén2-43/+62
2011-12-23jtag: only if an in_value storage is provided will the captured IR value be c...Øyvind Harboe1-7/+1
2011-12-20jtag: stop using sharp corner of JTAG APIØyvind Harboe1-0/+4
2011-12-20jtag: make caller always allocate bufferØyvind Harboe3-41/+2
2011-12-20jtag: retire jtag_alloc_in_value32Øyvind Harboe3-21/+0
2011-12-20jtag: retire jtag_alloc_in_value32 APIØyvind Harboe2-4/+12
2011-12-19STM32F2x: check flash unlock, add mass eraseMathias K1-0/+81
2011-12-19Renamed mx2/imx27 to mxc.Erik Ahlén3-243/+244
2011-12-19Indentation and white space fixes.Erik Ahlén2-135/+129
2011-12-16Initialize return value.Mathias K1-1/+1
2011-12-13zy1000: fix crash in JTAG over TCP/IPØyvind Harboe1-0/+12
2011-12-12jlink libusb-1.0 driver.Mauro Gamba1-32/+20
2011-12-11dsp5680xx - indent fixrodrigo_l_rosa3-1725/+2207
2011-12-02libusb: Fix build issues under cygwin/mingwSpencer Oliver2-2/+2
2011-12-02gdb_server: use strndup to allocate debug messagesSpencer Oliver1-8/+2
2011-12-02openocd.c: whitespace cleanupSpencer Oliver1-4/+3
2011-12-01binarybuffer: use strndup to allocate stringSpencer Oliver1-4/+2
2011-12-01Fix compile error when _DEBUG_GDB_IO_ is setJames Zhao1-4/+4
2011-11-29target init sanity checkMathias K1-0/+2
2011-11-29Add stack alignment support to RTOS awareness - needed for ARM ABI processorsEvan Hunter4-62/+71
2011-11-25Fix unused variables error in amt_jtagaccelEvan Hunter1-0/+8
2011-11-24dsp5680xx - match page erase with mass eraserodrigo_l_rosa1-0/+2
2011-11-24dsp5680xx - flash module clk to freescale cfg valuerodrigo_l_rosa1-1/+2
2011-11-24dsp5680xx - mark erase after unlocking flashrodrigo_l_rosa2-50/+61
2011-11-24dsp5680xx - fix jtag debug request failure handlingrodrigo_l_rosa1-4/+6
2011-11-24dsp5680xx - separate debug from haltrodrigo_l_rosa2-428/+540
2011-11-24dsp5680xx - fix - flashing algorithm checkrodrigo_l_rosa1-22/+32
2011-11-24dsp5680xx - added more error codesrodrigo_l_rosa1-0/+4
2011-11-24dsp5680xx - fix jtag status maskrodrigo_l_rosa1-1/+1
2011-11-24dsp5680xx - relocating coderodrigo_l_rosa2-16/+18
2011-11-24dsp5680xx - error codesrodrigo_l_rosa2-69/+114
2011-11-23target: fix init_targets script handlingSpencer Oliver2-4/+6
2011-11-18usbprog: fix shadowed declaration warningSpencer Oliver1-1/+1
2011-11-18scripts: notify user of deprecated jtag_* functionsSpencer Oliver1-3/+14
2011-11-18libusb-1.0 supportMauro Gamba7-18/+416
2011-11-18flash: cleanup stm32f2x loaderSpencer Oliver1-21/+20