aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-30Use (uint8_t *) for buf_(set|get)_u(32|64) instead of (void *)Paul Fertser6-11/+11
2015-01-30stm32f2x: Fix byte order bug.Jens Bauer1-3/+3
2015-01-30flash/nor/kinetis: pull SRST low during mass erasePaul Fertser1-0/+12
2015-01-28jtag: Rewrite TAP verification/auto-probe logicAndreas Fritiofson1-106/+76
2015-01-28ARMv7-A: remove useless switch constructUwe Kleine-König1-15/+11
2015-01-26jtag/drivers/cmsis-dap-usb: fix cmsis_dap_serialJaakko Kukkohovi1-2/+8
2015-01-26jtag/drivers/stlink: demote the output of available speeds to DEBUGPaul Fertser1-2/+2
2015-01-26jtag/hla_interface: avoid segfault with adapters that do not have configurabl...Paul Fertser1-0/+3
2015-01-26stm32f07/9: Both devices have 256 kByte Flash Maximum.Uwe Bonnes1-7/+0
2015-01-26stm32f0x: Remove duplicate code for revision string.Uwe Bonnes1-50/+20
2015-01-26stm32f09x: Print info in get_stm32x_info.Uwe Bonnes1-0/+14
2015-01-26flash/nor/stm32f1: Add handling of stm32f09, nearly same as stm32f07.Uwe Bonnes1-0/+8
2015-01-15flash: add AT91SAM4SD16C deviceJörg Wunsch1-0/+44
2015-01-15stlink: add reconfigurable speed supportSpencer Oliver1-0/+108
2015-01-15hla: add ability to change adapter speed (if supported)Spencer Oliver3-8/+23
2015-01-15jtag/hla: output possible idcode candidates in case of mismatchPaul Fertser1-2/+5
2015-01-15jtag: Avoid extra SRSTn resets when connectingEvan Hunter1-1/+2
2015-01-15lpc2000: Improve lpc2000 flash driver.Nemui Trinomius1-9/+99
2015-01-10cortex_a: Add support for A7 MPCoreAlexander Stein2-0/+14
2015-01-10cortex_a: Add support for A15 MPCoreKamal Dasu5-19/+183
2015-01-09ChibiOS: struct ChibiOS_params_list[] should not be constTomas Vanek1-1/+1
2015-01-09transport: clarify error message when transport is not selectedKarl Palsson1-3/+4
2015-01-09flash: fix kinetis driver typosSpencer Oliver1-2/+2
2015-01-09avoid segfaulting when attempting to set an unavailable type of breackpointSalvador Arroyo1-3/+12
2015-01-09Mac/PPC: Fix build.Jens Bauer1-1/+1
2015-01-09swd: handle various failure conditionsPaul Fertser4-40/+51
2015-01-09target: improve robustness of polling and reexaminationPaul Fertser1-1/+7
2015-01-09rtos: free gdb packet allocated memorySpencer Oliver1-0/+1
2015-01-07jtag: Remove unnecessary global variableAndreas Fritiofson1-8/+12
2015-01-07jtag: Fix memory leaks in jtag_tap_free()Andreas Fritiofson1-1/+2
2014-11-24lpc2000: ignore status of part ID IAP commandGrigori Goronzy1-4/+8
2014-11-24or1k: remove address of the Free Software FoundationAntony Pavlov8-40/+0
2014-11-24mips32: fix typosAntony Pavlov2-2/+2
2014-11-24Added FPU support for ChibiOS/RTChristian Gudrian3-5/+32
2014-11-24rtos: add support for ChibiOS/RT 3.0Christian Gudrian1-16/+24
2014-11-24rtos: allow symbols to be optional for a particular RTOSPaul Fertser8-20/+33
2014-11-24flash: at91samd: fix use of is_erased in checkAndrey Yurovsky1-1/+1
2014-11-24jtag/drivers/jlink: implement register command to fix SWDPaul Fertser1-0/+44
2014-11-24at91sam4: Adding support for the AT91SAM4S4A.Thomas Schmid1-0/+34
2014-11-24flash/nor/lpcspifi.c: fix bug that prevented clean reset after flash writeAnders1-1/+2
2014-11-24lpc2000: Added LPC1500 series flash programming support.Nemui Trinomius1-6/+54
2014-11-24nrf51: fix checks for is_erasedJim Paris1-2/+2
2014-11-24nrf51: verify that UICR needs erasing before triggering an error about itJim Paris1-0/+6
2014-11-24nrf51: fix UICR eraseJim Paris1-5/+7
2014-11-24nrf51: fix UICR region sizeJim Paris1-1/+1
2014-11-03arm_adi_v5: added two CoreSight peripheral IDsPeter Lawrence1-0/+8
2014-10-16cmsis-dap: add serial number supportSpencer Oliver1-1/+40
2014-10-16cmsis-dap: refactor HID PID/VID check loopSpencer Oliver1-15/+21
2014-10-06stm32: add mass erase support for STM32LRémi PRUD'HOMME1-4/+177
2014-10-06flash/nor/stellaris: implement protection statuses and proceduresPaul Fertser1-109/+89