aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-07nrf51: Fix format string bugs in nrf51_infoAndrey Smirnov1-8/+12
2014-03-07cortex_a: Fix endianess issues in cortex_a8_*_apb_ab_memoryKamal Dasu1-41/+43
2014-03-07target: add CoreSight PMU and an unidentified component to "dap info"Paul Fertser1-0/+8
2014-03-07target: "dap info" command cosmetic output changesBrad Riensche1-18/+15
2014-03-07targets: Print nested ROM tables with the 'dap info' command.Chris Johns1-344/+382
2014-03-07gdb_server: Fix segfault in (and rewrite) decode_xfer_readAndreas Fritiofson1-30/+18
2014-03-04gdbserver: fix duplicate declarationSpencer Oliver1-1/+0
2014-03-04Add support for the Atmel SAMG53Andrey Yurovsky1-0/+39
2014-03-04CMSIS-DAP: Fix build errors on Mac OS XJens Bauer1-8/+8
2014-03-04gdb_server: fix memory leaks in users of get_reg_features_list()Christian Eggers1-13/+25
2014-03-04Constify received GDB packetChristian Eggers8-46/+46
2014-03-04gdb_server: Don't modify "buf" argument in decode_xfer_read()Christian Eggers1-8/+21
2014-03-04Remove unneeded zero termination of received packetChristian Eggers1-3/+2
2014-03-04gdb-server/rtos: Send correct answer to "qfThreadInfo" packetChristian Eggers1-1/+1
2014-03-04RTOS: Unify wipe-out of thread listChristian Eggers7-91/+24
2014-02-24mips32: build register cache in a more clear wayAntony Pavlov1-50/+46
2014-02-24fm3: fix erase flash fail on using High Level Adapters.Nemui Trinomius1-46/+151
2014-02-24drivers/jtag: usb_blaster: make command handlers more strictAntony Pavlov1-15/+13
2014-02-24nrf51: Implement the support for Nordic's nRF51 devicesAndrey Smirnov3-1/+794
2014-02-24EFM32 Wonder Gecko Family supportJoerg Fischer1-1/+22
2014-02-24tcl/drscan: handle invalid syntax with a conditional, not assertPaul Fertser1-1/+4
2014-02-24usb_blaster: ublast_access.h: add guard macroAntony Pavlov1-0/+5
2014-02-24drivers/ftdi: warn the user if he tries to use undefined reset signalsPaul Fertser1-4/+10
2014-02-24ft2232: warn about lack of TRST on "turtle" adapterPaul Fertser1-1/+2
2014-02-24stm32f1x: Fix option byte flag parsingAndreas Fritiofson1-4/+4
2014-02-11arm926ejs: fix write memory operations with caches enabledPaul Fertser1-0/+1
2014-02-11quark_x10xx: add new target quark_x10xxAdrian Burns7-1/+3087
2014-02-11nor/flash/stm32f1x: add stm32f07x supportKuldeep Singh Dhaka1-4/+39
2014-02-06cortex_a: do not try to use MMU for translation if it wasn't enabled on targe...Paul Fertser1-33/+36
2014-02-06gdb_server: Fix confusing warning when entering noack modeAnton Kolesov1-5/+15
2014-02-06flash: declare fixed arrays constSpencer Oliver13-32/+32
2014-02-04flash/nor/mdr.c: fix uninitialised variable warningPaul Fertser1-5/+7
2014-02-04flash/nor/stm32f1x: fix format specifiers warningPaul Fertser1-2/+2
2014-02-04target/nds32_disassembler: fix format specifiers warningsPaul Fertser1-13/+13
2014-02-04server/gdb_server: fix uninitialised variable warningPaul Fertser1-1/+1
2014-02-04rtos: fix uninitialised variable warningPaul Fertser1-1/+1
2014-02-04doc: add missing reg command argument 'force'Spencer Oliver1-3/+3
2014-02-04kinetis : improve kinetis flash driver.Nemui Trinomius1-35/+51
2014-01-24arm920t: fix write memory operations with caches enabledPaul Fertser1-0/+1