aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-04-21telnet: add telnet history supportSpencer Oliver3-0/+130
2013-04-21Support newer OSBDM firmwareR. Steve McKown1-2/+2
2013-04-20mips: m4k alternate pracc code. Patch 4Salvador Arroyo2-105/+83
2013-04-20mips: m4k alternate pracc code. Patch 3Salvador Arroyo4-120/+108
2013-04-20mips: m4k alternate pracc code. Patch 2Salvador Arroyo1-14/+147
2013-04-20mips: m4k alternate pracc code. Patch 1Salvador Arroyo5-1/+98
2013-04-17topic: STM32W support added to em357 driverBen Nahill1-3/+36
2013-04-17program: do not poll target after reset runSpencer Oliver1-0/+2
2013-04-17stlink: fix connect under reset issuesSpencer Oliver3-11/+27
2013-04-17parport: fix parport_toggling_time regressionSpencer Oliver1-2/+7
2013-04-17ft2232: remove ft2232_large_scan memory leakAndreas Fritiofson1-0/+7
2013-04-17libusb: disable debug messages by defaultSpencer Oliver1-2/+0
2013-04-15flash: Added support for at91sam4sd32cPeter Dietzsch1-0/+62
2013-04-11ft2232: fix input scan ending in drshift/irshiftYann Vernier1-1/+2
2013-04-11arm_adi_v5: fix for csw nonsecure access.Michel JAOUEN2-1/+45
2013-04-02mips: code cleanup in cp0 command handlersSalvador Arroyo2-8/+2
2013-04-02mips: change in restoring debug working registerSalvador Arroyo3-25/+30
2013-04-02mips: mips32_pracc_fastdata_xfer() little modificationSalvador Arroyo1-5/+6
2013-04-02pic32mx: false pending at low core clockSalvador Arroyo1-1/+6
2013-04-02Added support for ARMv7-M in arm io.Henrik Nilsson1-25/+87
2013-04-02Add abort when JTAG-DP transaction times out.Evan Hunter1-4/+10
2013-04-02arm_adi_v5: fix mem_ap_read_buf_u32() JTAG nastiness..mike brown3-50/+65
2013-04-02gdb server: Fix buffer overrun - sprintf appends a terminating null to the da...Evan Hunter1-2/+2
2013-03-31ti_icdi: add icdi_usb_query result checkSpencer Oliver1-0/+2
2013-03-24at91sam3: Wrong PLLA frequency calculationsThomas Schmid1-2/+2
2013-03-24rtos: fixed handling of qThreadExtraInfo packetsChristian Gudrian1-1/+1
2013-03-15target: fix broken Cortex-R4 supportSpencer Oliver1-1/+0
2013-03-15target: Retire target_bulk_write_memory()Andreas Fritiofson3-21/+1
2013-03-15target: Add default implementation of bulk_write_memoryAndreas Fritiofson9-71/+9
2013-03-15arch: Added ARMv7R and Cortex-R4 supportEvan Hunter4-52/+168
2013-03-15adi_v5: search for Debug and Memory AP supportEvan Hunter4-56/+134
2013-03-15cortex_a : optimize apb read/write access.Evan Hunter6-90/+365
2013-03-13jtag: add support for some probes that are mostly compatible with opendousStefan Mahr5-29/+174
2013-03-13jtag: usb_blaster: fix allocation of usb_blaster_device_descStefan Mahr1-1/+6
2013-03-13jtag: parport: avoid freeing read-only memory sectionStefan Mahr1-2/+2
2013-03-13jtag: opendous: fix tap buffer overflowStefan Mahr1-1/+4
2013-03-13target: Remove read_memory_impAndreas Fritiofson5-28/+18
2013-03-13target: Remove write_memory_impAndreas Fritiofson3-18/+11
2013-03-13target: Remove soft_reset_halt_impAndreas Fritiofson2-8/+4
2013-03-13ft2232: ft2232_channel option addedRodrigo Melo1-1/+22
2013-03-13Kinetis: Flash command function matches datasheetAlex Austin1-51/+38
2013-03-13Kinetis: Symbolic names for Addresses and CommandsAlex Austin1-20/+40
2013-03-12tcl: add flash programming helperSpencer Oliver1-1/+68
2013-03-12rtos: fixes warningØyvind Harboe1-0/+2
2013-03-07gdb: use stdio functions to convert parametersSpencer Oliver1-23/+9
2013-03-06flash: fix stm32 failed probe using incorrect flash sizeSpencer Oliver3-6/+12
2013-03-06stm32: update stm32f1x driver for f0x and f3x option bytesSpencer Oliver1-4/+14
2013-03-06ti-icdi: catch failed icdi_send_cmdSpencer Oliver1-0/+8
2013-03-06target: use common target_name to access target::cmd_name memberSpencer Oliver2-9/+9
2013-03-06speed up ftdi by reorder to out-inPeter Henn1-5/+10