aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-04-27nrf51: remove dereference of null pointerSpencer Oliver1-1/+1
2014-04-27quark_x10xx: fix IO r/w operations with paging enabledIvan De Cesaris1-0/+30
2014-04-14svf: try to reallocate buffers if they're not enoughPaul Fertser1-91/+27
2014-04-14cortex_a: fix endiannes issues on TI TMS570Seth LaForge2-25/+148
2014-04-14usb_blaster: fix warning: array subscript has type ‘char’Spencer Oliver1-1/+1
2014-04-14mips32, dsp563xx: fix segfault on Gdb attachPaul Fertser5-5/+5
2014-04-14jtag/drivers/remote_bitbang: use sizeof to determine maximum unix socket path...Paul Fertser1-6/+2
2014-04-14target: fix incorrect arm cpu monitor mode encodingTim Sander1-1/+1
2014-04-14parport: add "aspo" hotpluggable adapter configKarl Hammar1-0/+1
2014-04-14target/cortex_a: check gdb_service before dereferencing in update_halt_gdbPaul Fertser1-1/+1
2014-04-14Makefile.am: fix build for libftdi1, pass CFLAGS where appropriatePaul Fertser3-3/+3
2014-04-08jtag/aice/aice_usb: remove unused constantsPaul Fertser1-23/+0
2014-04-08flash/nor/at91sam3: remove sam3_page_write_opcodesPaul Fertser1-87/+0
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson14-76/+76
2014-03-29at91smad: Fixes to 'samd_protect'Andrey Smirnov1-13/+22
2014-03-29at91samd: Bail early if trying to erase protected sectorAndrey Smirnov1-8/+15
2014-03-29at91samd: Bail early if trying to write to protected sectorAndrey Smirnov1-0/+26
2014-03-29at91samd: Remove 'first' and 'last' checks in 'samd_erase'Andrey Smirnov1-7/+0
2014-03-29tcl: introduce init_target_events and use it for gdb flashing eventsPaul Fertser2-0/+19
2014-03-29target: remove memory leaksSpencer Oliver4-6/+17
2014-03-29target: fix handle_profile_command variable typoSpencer Oliver1-4/+4
2014-03-29target: remove handle_profile_command memory leakSpencer Oliver1-2/+3
2014-03-29Add xscale debug helper sources and everything related to distPaul Fertser1-1/+1
2014-03-29Add usb_blaster cheap clone notes to distPaul Fertser1-0/+1
2014-03-29Add rlink speed table sources and everything related to distPaul Fertser1-1/+4
2014-03-29Move ocl (at91sam7x flash loader) sources to contribPaul Fertser12-1091/+0
2014-03-29armv7m: remove magic numbers for number of core registersSpencer Oliver2-3/+5
2014-03-29rtos: fix xml register support regressionSpencer Oliver4-56/+22
2014-03-29nrf51: Fix incorrect flash writing sequenceAndrey Smirnov1-8/+24
2014-03-29nrf51: Remove unnecessary explicit type castingAndrey Smirnov1-6/+6
2014-03-29nrf51: Add UICR writing supportAndrey Smirnov1-74/+232
2014-03-29nrf51: Add a known devices table and simple chip type detection codeAndrey Smirnov1-7/+109
2014-03-29armv7m: Do not ignore 'value' parameter in armv7m_write_core_regAndrey Smirnov1-5/+3
2014-03-29AT91SAM4L: Fix bug when writing to flash at a non-zero offset, add debugAngus Gratton1-2/+8
2014-03-29jlink: add support for Jlink-OB (0x0105) devicesAndrey Yurovsky5-4/+43
2014-03-29Support for sam3n0a sam3n0b sam3n00a sam3n00bAndreas Fritiofson1-1/+138
2014-03-29flash/nor/tcl: fix segfault on write_image misusePaul Fertser1-4/+1
2014-03-29mips_ejtag.c: disable DMA for all platformsOleksij Rempel1-2/+5
2014-03-28ft2232: Mark interface driver as deprecatedAndreas Fritiofson1-0/+5
2014-03-17CMSIS-DAP: print a debug message when the USB product string cannot be readJörg Wunsch1-7/+12
2014-03-17All Atmel-provided CMSIS-DAP devices use 512 byte packet sizeJörg Wunsch1-1/+1
2014-03-17Prevent segfault when the USB product string cannot be retrievedJörg Wunsch1-1/+2
2014-03-17stm32f2x.c: Add STM32F401xE device id.Jens Hoffmann1-0/+4
2014-03-17flash: Constify write bufferAndreas Fritiofson39-77/+79
2014-03-17flash/kinetis: Fix bug in odd byte count paddingAndreas Fritiofson1-1/+1
2014-03-17flash/efm32: Fix bug in odd byte count paddingAndreas Fritiofson1-1/+1
2014-03-17target: Don't poll until the target is examined.Andreas Fritiofson1-0/+4
2014-03-17gdb_server: do not copy feature names for tdesc generationPaul Fertser1-12/+4
2014-03-17stlink_usb.c: add support for STLink V2-1Bartosz Bielawski1-47/+75
2014-03-07stlink: Use callback to increase frequency of trace data samplingAndreas Fritiofson3-4/+20