aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-17Add FTDI JTAG driver using MPSSE layerAndreas Fritiofson4-1/+889
2012-07-17Add MPSSE communications layer for FTDI chipsAndreas Fritiofson2-0/+917
2012-07-11target: Cortex-M use consistent arm dap accessSpencer Oliver1-18/+18
2012-07-11stlink: fix arm semihosting supportSpencer Oliver1-0/+9
2012-07-11flash: add stm32f3x supportSpencer Oliver3-0/+139
2012-07-11jtag: fix opendous reset commandStefan Mahr1-1/+2
2012-07-11target: detect correct Cortex-M tar auto increment sizeSpencer Oliver1-2/+10
2012-07-11jtag: remove redundant id checkSpencer Oliver1-2/+2
2012-07-11When calling openocd from a shell like this:Stian Skjelsad3-7/+13
2012-07-11target.c, jim_target_md using command_print_samelineVandra Akos1-8/+8
2012-07-11target/target.c, jim_target_md refractoredVandra Akos1-22/+52
2012-07-06Add a bit-level transfer queueAndreas Fritiofson4-1/+809
2012-06-26topic: flash: description/id added for ATSAM3SD8CMike Crowe1-0/+43
2012-06-26J-Link: Initialize .transports to suppress warning.Alexander Osipenko1-0/+1
2012-06-26Changed SAM4S Erase for effective Sector eraseOlivier Schonken1-1/+4
2012-06-26Fix idcode end of chain flag.Mathias K1-1/+1
2012-06-26kinetis: update support for all program flash granularitiesChristopher Kilgour3-223/+431
2012-06-26J-Link: Forcibly select JTAG transportAlexander Osipenko1-2/+95
2012-06-26JLink: added jlink_usb_io() functionAlexander Osipenko1-10/+46
2012-06-26J-Link Unsupported firmware version checkAlexander Osipenko1-0/+37
2012-06-26docs: J-Link commands added to the manualLiviu Ionescu1-27/+50
2012-06-26lpc1768.cfg pulled out constants from flash init as variablesVandra Akos1-2/+15
2012-06-26AT91SAM7 Flash: fixed redundant assignation warningMirela Tauciuc1-5/+5
2012-05-29tools: initial.sh fixed to accept spaces in current pathLiviu Ionescu1-1/+1
2012-05-29docs: update interface support in READMESpencer Oliver1-17/+49
2012-05-28docs: include static members in doxygen outputSpencer Oliver1-1/+1
2012-05-28build: remove src file execute permissionSpencer Oliver2-0/+0
2012-05-25Jim_GetResult was called twiceVandra Akos1-2/+1
2012-05-25target: fix segfault in arm7_9 8/16bit readSpencer Oliver2-2/+2
2012-05-25jtag: fix incorrect LOG_DEBUG abs_chain_positionSpencer Oliver1-5/+5
2012-05-25board: Add Sony Ericsson J100I PhoneMathias K1-0/+12
2012-05-25config: Add TI Calypso CPU configurationMathias K1-0/+57
2012-05-23jtag: fix osbdm.c typoBill Traynor1-1/+1
2012-05-22jtag: fix opendous typoSpencer Oliver1-8/+8
2012-05-22jtag: remove opendous clang warningsSpencer Oliver1-7/+8
2012-05-22stlink: check read_reg resultSpencer Oliver1-0/+2
2012-05-21target: target.h typo and comment cleanupSpencer Oliver1-19/+20
2012-05-21target: enable TARGET_EVENT_EXAMINE_* eventsSpencer Oliver3-11/+26
2012-05-21target: enable TARGET_EVENT_RESUME_* eventsSpencer Oliver1-0/+4
2012-05-21target: remove legacy target eventsSpencer Oliver5-22/+2
2012-05-21target: remove duplicate target eventsSpencer Oliver2-6/+0
2012-05-21target: disable armv6m unaligned memory accessSpencer Oliver2-0/+18
2012-05-21UserGuide: Updated list of supported interfaces, boards, and targets.Bill Traynor1-63/+155
2012-05-21build: add helper/types.h to config.hSpencer Oliver24-40/+1
2012-05-21NEWS: add headline itemsSpencer Oliver1-0/+28
2012-05-21flash/nor/driver.h: typo fixChristopher Kilgour1-1/+1
2012-05-19stlink: add myself to copyright headerSpencer Oliver1-0/+3
2012-05-19stlink: remove superfluous stlink_usb.hSpencer Oliver2-31/+1
2012-05-19contrib: enable cortex-m0 and cortex-m4 libdcc supportSpencer Oliver1-2/+2
2012-05-19remote_bitbang: fix native windows buildSpencer Oliver2-5/+16