aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Smirnov6-2/+882
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-24cfg: Make stm32f4x usable with SWD transportFatih Aşıcı1-13/+13
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 Burns11-5/+3193
2014-02-11doc: update README.Windows with new Zadig download URLPete Batard1-2/+2
2014-02-11interface/ftdi/xds100v2.cfg: default to reset state and ask user to release i...Paul Fertser1-1/+3
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 Oliver14-33/+33
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 Oliver2-4/+6
2014-02-04interface/ftdi: add TUMPA Lite configPaul Fertser2-0/+16
2014-02-04kinetis : improve kinetis flash driver.Nemui Trinomius1-35/+51
2014-02-04doc: update CMSIS-DAP info to match default driver behaviourSpencer Oliver1-2/+2
2014-01-29cfg: LPC17xx default to using SYSRESETREQ to reset targetSpencer Oliver1-3/+3
2014-01-29top .gitignore: ignore .dirstamp filesAntony Pavlov1-0/+1
2014-01-24arm920t: fix write memory operations with caches enabledPaul Fertser1-0/+1
2014-01-23Add GDB remote target description support for ARM4Luca BRUNO1-52/+141
2014-01-23CMSIS-DAP: auto-detect CMSIS-DAP USB VID:PIDPeter Lawrence1-8/+43
2014-01-20flash: samd: declare const dataAndrey Yurovsky1-7/+7
2014-01-20doc: Add Gerrit to the Developer resources sectionAndreas Fritiofson1-4/+19
2014-01-20Add CMSIS-DAP information to the READMEs.Paul Fertser2-5/+7
2014-01-20gdb_server: check for invalid read memory requestsPaul Fertser1-0/+6
2014-01-20Retire jtag_add_dr_outAndreas Fritiofson12-271/+59
2014-01-20jtag/drivers: add USB-Blaster IIFranck Jullien7-15/+358
2014-01-20cfg: add Freescale FRDM-KL46Z BoardSpencer Oliver2-0/+61
2014-01-19target: fix typosSpencer Oliver2-10/+9
2014-01-19cortexm: use Cortex-M rather than cortex-m3 for dwt registersSpencer Oliver1-1/+1
2014-01-15Conform to C99 integer types format specifiersHsiangkai Wang21-556/+784
2014-01-15Grammatical cleanup to Tcl Scripting chapter of User's GuideRobert P. J. Day1-18/+27
2014-01-15Atmel samd: add support for SAMD21Andrey Yurovsky2-0/+32