aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-09-05server: tcl_trace commandAustin Morton4-11/+140
2015-08-19flash/nor/jtagspi: 'retval' may be used uninitializedAlamy Liu1-1/+1
2015-08-06svf: flush the queue before reallocing memoryPaul Fertser1-0/+4
2015-08-06flash : Add support for Atmel at91sam4sa16bEvan Hunter1-0/+33
2015-08-06gdb_server: Add check for malloc failEvan Hunter1-0/+3
2015-08-06bcm2835gpio: Add SWD support, Raspberry Pi 2 support.Christoph Pittracher1-9/+158
2015-08-06at91samd: add chip IDs for SAMC20 and SAMC21 familiesAndrey Yurovsky1-0/+37
2015-08-06sim3x: fix build failure with clang 3.6Paul Fertser1-7/+5
2015-08-06flash/nor/jtagspi: add JTAGSPI driverRobert Jordens3-0/+414
2015-08-06flash/nor/tcl: add read_bank and verify_bankRobert Jordens1-0/+177
2015-08-06cpld/virtex2: allow JSTART to be disabledRobert Jordens2-5/+12
2015-08-06flash/nor/spi: add micron/numonyx n25q128Robert Jordens1-0/+1
2015-08-06target/testee: manage target->stateRobert Jordens1-0/+5
2015-08-06jlink: Add on-board nRF51-DK USB VID and PIDKyle Manna1-2/+2
2015-08-06RTOS: ThreadX support on ARM926E-JSAlexander Drozdov1-2/+160
2015-08-06target: check memory handlers before use for all typesKarl Palsson1-24/+16
2015-05-17jtag/drivers/stlink: fix SRST issue with stlink-v1Paul Fertser1-1/+1
2015-05-17psoc4: add support for Cypress CCG1 familyVincent Palatin1-0/+9
2015-05-17nrf51: refine and extend known devices tablePeter A. Bigot1-16/+34
2015-05-17server: avoid the tcl server crashing when there is no targetAustin Morton3-2/+3
2015-04-24jtag/drivers/ti_icdi: do not segfault when adapter can't be openedPaul Fertser1-0/+3
2015-04-24rtos/mqx: prevent crash with -rtos autoPaul Fertser1-0/+6
2015-04-24target/cortex_a: examination should be done every time it's asked forPaul Fertser1-3/+3
2015-04-24target: try to reexamine even when polling failsPaul Fertser1-6/+4
2015-04-24rtos: fix print format specifiersPaul Fertser2-5/+6
2015-04-16configure the SWD frequency when setting adapter speed in SWD mode for versaloonSimon Qian1-1/+3
2015-04-16flash: at91samd: add SAML21 support, fix part ID issueAndrey Yurovsky1-2/+18
2015-04-16stlink_usb.c: Decode some more errors.Uwe Bonnes1-0/+8
2015-04-16flash/nor/mdr: add docs, remove memory leak on probe()Paul Fertser1-0/+7
2015-04-16flash: efm32: Add support for EZR32LG and EZR32WG.Marc Schink1-3/+19
2015-04-16docs: update OpenOCD url's to openocd.org domainSpencer Oliver1-1/+1
2015-04-16cmsis-dap: print vendor and product id on open failureSpencer Oliver1-1/+1
2015-04-16Fix several format specifiers errors exposed by arm-none-eabiPaul Fertser8-15/+15
2015-04-16rtos: add instructions and helper code to make FreeRTOS work againAndreas Fritiofson1-1/+5
2015-04-16FreeRTOS: Make optional symbols optionalAndreas Fritiofson1-15/+22
2015-04-14AT91SAM4L: handle reset run/halt in SMAPTomas Vanek1-7/+43
2015-04-14target/arm_adi_v5, cortex_m: retry ahbap_debugport_init few times in case of ...Paul Fertser2-51/+68
2015-04-14target/cortex_a: emit a clear error message when dbgbase can't be detectedPaul Fertser1-1/+4
2015-04-14flash/nor/lpc2000: free allocated working area when target_write failsPaul Fertser1-1/+3
2015-04-14jtag/adi_v5_jtag: fix infinite recursion in jtagdp_transaction_endcheck()Paul Fertser1-3/+2
2015-04-14flash/nor/lpc2000: properly free working area used in get_lpc2000_part_id()Paul Fertser1-0/+3
2015-04-14jtag/startup.tcl: fix regression with autoselecting JTAGPaul Fertser1-3/+2
2015-04-14ChibiOS: fix crash on auto detectionRichard Braun1-1/+6
2015-04-14Tcl exception codes cleanup, shutdown command amendmentsPaul Fertser5-28/+44
2015-04-14helper: shutdown command should return with 0 exit statusJuha Niskanen1-1/+4
2015-04-14jtag/tcl: fix incorrect memcpy in jim_newtap_expected_idPaul Fertser1-10/+5
2015-04-14lpc2000: Removed cmd51_can_xxxxb variables.Nemui Trinomius1-34/+1
2015-04-14Added Atmel SAM4SA16C chip (chip ID 0x28a70ce0).Patrick Noffke1-0/+44
2015-04-14startup: Fixed measure_clk to return kHz instead of MHz.Ed Beroset1-2/+3
2015-04-14Cortex-A: Don't flush the data/unified cache if MMU is offUwe Kleine-König1-7/+7