aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-10-06flash/nor/stellaris: actually enable protection and unprotection with ICDIPaul Fertser1-8/+15
2014-10-06hla: add a way to pass arbitrary commands from user to layout and use for ICDIPaul Fertser3-0/+25
2014-10-06jtag/drivers/jlink.c: fix for LPC Link-2 running JLink firmware on LinuxAnders1-10/+12
2014-10-06jtag/drivers/libusb1_common: avoid device reset when reselecting configurationAnders1-2/+14
2014-10-06helper: constify log_stringsSpencer Oliver2-2/+2
2014-10-06target: constify structuresSpencer Oliver16-27/+27
2014-10-06jtag: constify driver arraysSpencer Oliver11-24/+24
2014-10-06flash: constify driver data structuresSpencer Oliver3-6/+7
2014-10-06rtos: constify symbol names and listsSpencer Oliver8-29/+28
2014-10-06nuc1x: fix typosSpencer Oliver1-5/+5
2014-10-06at91samd: fix protect, add EEPROM and boot commandsAndrey Yurovsky1-38/+313
2014-10-06at91samd: add erase/secure commands, minor fixAndrey Yurovsky1-48/+139
2014-10-06arm_adi_v5: make dap_lookup_cs_component() traverse subtables and handle mult...Paul Fertser3-8/+35
2014-09-29gdb_server: Include current RTOS thread in signal packetsJon Burgess1-4/+12
2014-09-29cortex_m.c: Use two byte breakpoint for 32bit Thumb-2 requestJon Burgess1-0/+5
2014-09-29vsllink: improve the performance when using swdSimon Qian1-50/+4
2014-09-22command: Fix confusing syntax error messageAndreas Fritiofson2-2/+4
2014-09-22target: Remove "-variant" argumentAndreas Fritiofson3-59/+3
2014-09-22mpsse: Display libusb error names instead of numbersJoakim Gebart1-15/+15
2014-09-22flash/nor/tcl.c: Do not double probe banksAndrey Smirnov1-5/+25
2014-09-22target/arm_dpm: prevent endless loop in arm_dpm_full_context()Paul Fertser1-6/+7
2014-09-22flash/nor: add mrvlqspi flash controller driverMahavir Jain3-1/+964
2014-09-22flash/nor/spi: Add Winbond w25q32fv flash supportMahavir Jain1-0/+1
2014-09-22Support hla_serial command for ST-LINK adapters.Austin Phillips10-31/+120
2014-09-15jtag: drivers: stlink: remove unnecessary '\n' in LOG_* entriesAndrey Skvortsov1-5/+5
2014-09-15flash: added new Spansion S25FL116K, S25FL132K, and S25FL164K devicesAnders1-0/+3
2014-09-15stm32lx: don't allow part_info to be uninitializedAndrey Yurovsky1-1/+2
2014-09-15cortex_m: Check return value from cortex_m_dcc_read.Andreas Fritiofson1-8/+13
2014-09-08stm32f2x: added STM32F411xx series support.Nemui Trinomius1-0/+2
2014-09-08flash/nor/stellaris: add all Tiva C parts IDsPaul Fertser1-50/+71
2014-09-08flash/nor/stellaris: improve support for Tiva C (Blizzard and Snowflake)Paul Fertser1-12/+56
2014-09-08jtag/drivers/libusb0_common: fix FTBFS (libusb_device_descriptor error)Paul Fertser2-10/+6
2014-09-08target/adi_v5_swd: fix segfault when calling jtag_to_swdPaul Fertser1-0/+5
2014-08-22jtag: always configure enabled tap parameter appropriatelyPaul Fertser1-0/+1
2014-08-19target async loader: add offset to debug linesAngus Gratton1-1/+4
2014-08-19stm32lx: refactor and add support for STM32L0xxAndrey Yurovsky1-191/+245
2014-08-19jtag/drivers/ftdi: Use adapter_khz value for initial clock speed (was default...Angus Gratton1-2/+1
2014-08-19flash: samd: add missing ID for SAMD20E18AAndrey Yurovsky1-0/+1
2014-08-19jlink: Constantify string arraysSpencer Oliver1-2/+2
2014-08-19jlink: add variant "J-Link Lite-ADI"Spencer Oliver1-5/+8
2014-08-19jlink: fix typoSpencer Oliver1-1/+1
2014-08-19flash/nor/stm32f1x: add STM32F302x6/8 IDs, clarify STM32F302xB/CPaul Fertser1-2/+17
2014-08-19jtag: usb_blaster: fix initialization regressionRobert Jarzmik1-15/+38
2014-08-19transport: emit a warning when a user tries to reselect a transportPaul Fertser1-3/+7
2014-08-19mips_m4k.c: EJTAGBOOT and NORMALBOOT are not supported on EJTAG 2.0Oleksij Rempel1-5/+9
2014-08-19mips_m4k.c: D or I breaks only if they supported.Oleksij Rempel1-21/+25
2014-08-19mips32.c: cache debug caps and support EJTAG 2.0 specific changesOleksij Rempel2-10/+16
2014-08-19mips32.c: fix IB and DB bits check for EJTAG v2.0Oleksij Rempel1-4/+9
2014-08-19mips_ejtag.c: do not set v2.6 ECR bits on v2.0 devicesOleksij Rempel1-2/+5
2014-08-19mips_ejtag.c|h: use version specific IMPsOleksij Rempel2-14/+78