aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-10Fix typo in command outputLuca Bruno5-5/+5
2011-07-04mips_m4k and arm7_9 : Fix soft bkpt endianess for 16-bit instructionsDrasko DRASKOVIC2-1/+2
2011-07-04cortex_m3: add auto maskisrPeter Horn3-12/+132
2011-07-04Revert "cortex_m3: add auto maskisr"Spencer Oliver3-132/+12
2011-07-01mips_m4k : Fix soft breakpoint endianess handlingDrasko DRASKOVIC1-0/+8
2011-06-29jimtcl: update to 0.71 based releaseSpencer Oliver1-0/+0
2011-06-28dsp5680xx: disable for now, it generates warningsØyvind Harboe4-7/+13
2011-06-28mips4k: fix big-endian hosts and host alignment problemsØyvind Harboe1-5/+5
2011-06-28dsp5680xx: fix compilation problemsØyvind Harboe2-31/+36
2011-06-28cortex_m3: add auto maskisrSpencer Oliver3-12/+132
2011-06-28cortex_m3: add BKPT_TYPE_BY_ADDR definePeter Horn1-14/+22
2011-06-27build: cleanup jimtcl generated configure.gnuSpencer Oliver1-1/+2
2011-06-26Add description for configure argument "--enable-ulink" to README fileMartin Schmölzer1-0/+2
2011-06-26Add OpenULINK driver files generated by SDCC to .gitignoreMartin Schmölzer1-0/+11
2011-06-26Add -DPKGLIBDIR to AM_CPPFLAGS.Martin Schmölzer1-1/+2
2011-06-26Include ULINK driver in src/jtag/drivers/Makefile.amMartin Schmölzer1-0/+10
2011-06-26Include ULINK driver in src/Makefile.amMartin Schmölzer1-0/+4
2011-06-26Include ULINK driver in configure.inMartin Schmölzer1-1/+12
2011-06-26Add ULINK interface scriptMartin Schmölzer1-0/+5
2011-06-26Include ULINK driver in src/jtag/interfaces.cMartin Schmölzer1-0/+6
2011-06-26Add OpenULINK firmwareMartin Schmölzer19-0/+3297
2011-06-26Add source code for new ULINK driverMartin Schmölzer1-0/+1890
2011-06-24Fix load_image for ELF with all p_paddr set to zeroDrasko DRASKOVIC1-1/+25
2011-06-17build: do not included generated files in distributionSpencer Oliver1-1/+4
2011-06-17build: add missing files to make distSpencer Oliver3-4/+9
2011-06-17build: pass correct flags to jimtcl during make distcheckSpencer Oliver1-0/+3
2011-06-17build: add missing files from dist releaseSpencer Oliver3-4/+9
2011-06-16ADAPTER: Fixed transport selection mechanism to support transports other than...Tomek CEDRO1-8/+3
2011-06-16OPENOCD: Renamed ambiguous main2() into openocd_thread() to show possible sol...Tomek CEDRO1-2/+7
2011-06-16Added Olimex STM32 {H,P}107.cfg boardDale Lukas Peterson1-0/+8
2011-06-13transport: move files over to transport folderØyvind Harboe11-8/+26
2011-06-12HACKING: add tip on how to write commentsØyvind Harboe1-0/+7
2011-06-12added minimodule interfacerlrosa1-0/+10
2011-06-12doxy moreRodrigo L. Rosa1-2/+3
2011-06-12doxy & cleanupRodrigo L. Rosa3-346/+593
2011-06-12fix protection behaviorRodrigo L. Rosa1-14/+9
2011-06-12cleanup trailing whitespacesRodrigo L. Rosa4-11/+11
2011-06-12flash speed improvedRodrigo L. Rosa1-0/+8
2011-06-12removed unnecessary actions/controlsRodrigo L. Rosa1-38/+8
2011-06-12cleanup flash module commandRodrigo L. Rosa1-8/+12
2011-06-12fix read for verify_imageRodrigo L. Rosa1-26/+4
2011-06-12fix read speed improved by queueing commandsRodrigo L. Rosa1-0/+13
2011-06-12fix flash driver size, sector eraseRodrigo L. Rosa3-163/+98
2011-06-12Added minimodule (ftdi) interfaceRodrigo L. Rosa1-0/+55
2011-06-08Added configuration file for STM3220G-EVAL board.Laurent Charpentier1-0/+11
2011-06-08Added configuration file for stm32f2xxx.Laurent Charpentier1-0/+56
2011-06-07Silence -O3 warningØyvind Harboe1-1/+1
2011-06-07Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - leftover ch...Freddie Chopin3-25/+0
2011-06-05mips: add nor flash write from memory blockStefan Mahr2-1/+245
2011-06-04crc check on flashed dataRodrigo L. Rosa1-10/+71