aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2016-12-08Add -defer-examine option to target create commandMatthias Welwarsky1-7/+77
2016-11-04Tcl commands: Fix improper return status in flash commands and load_image.HarishKumar1-1/+2
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber1-2/+3
2016-10-17target: Clean up format stringsAndreas Färber1-23/+23
2016-10-17target: Add missing spaces in error messagesAndreas Färber1-6/+6
2016-08-13target: check late abort from target in async_algorithmTomas Vanek1-0/+9
2016-08-09target: add "phys" argument to mem2array, array2memMatthias Welwarsky1-6/+32
2016-07-19Fix usage of timeval_ms()Andreas Färber1-10/+10
2016-06-23Support for Freescale LS102x SAPEsben Haabendal1-0/+2
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2016-05-05target: improve robustness of reset commandTomas Vanek1-4/+1
2016-02-29helper/fileio: Remove nested structMarc Schink1-4/+4
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson1-3/+1
2016-02-13quark: add Intel Quark mcu D2000 supportIvan De Cesaris1-0/+2
2015-11-03helper/fileio: Use size_t for file size.Marc Schink1-2/+2
2015-11-03target: tell which target state is meantOleksij Rempel1-1/+2
2015-09-05server: tcl_trace commandAustin Morton1-0/+52
2015-08-06target: check memory handlers before use for all typesKarl Palsson1-24/+16
2015-05-17server: avoid the tcl server crashing when there is no targetAustin Morton1-1/+1
2015-04-24target: try to reexamine even when polling failsPaul Fertser1-6/+4
2015-04-02target/target.c: fixed rp check bug in asynchronous flash write algorithm.DmitryShpak1-1/+1
2015-03-25armv7m: add generic trace support (TPIU, ITM, etc.)Paul Fertser1-0/+2
2015-03-09server, target, cortex_m: add deinit_target to the API to free resourcesPaul Fertser1-0/+25
2015-03-09target/target: call event handlers around examine when polling resumesPaul Fertser1-14/+10
2015-03-09target: fix timer callbacks processingPaul Fertser1-26/+34
2015-03-09server: tcl_notifications commandAustin Morton1-1/+81
2015-02-22Remove long-deprecated "target count" and "target number" commands.Robert P. J. Day1-64/+0
2015-02-11target/profiling: Use the correct method to access registersAndreas Fritiofson1-1/+1
2015-02-11target: write gmon.out according to target endiannessJose de Sousa1-17/+15
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-09target: improve robustness of polling and reexaminationPaul Fertser1-1/+7
2014-09-22target: Remove "-variant" argumentAndreas Fritiofson1-28/+0
2014-08-19target async loader: add offset to debug linesAngus Gratton1-1/+4
2014-08-11Allow transports to override the selected target (hla configs unification)Paul Fertser1-0/+10
2014-07-03cortex_a: target implementation renames cortex_a8 to cortex_aKamal Dasu1-2/+2
2014-06-01src/target: select the last created target as currentPaul Fertser1-0/+1
2014-06-01target: reexamine after polling succeeds againPaul Fertser1-2/+6
2014-05-05Fix some C99 format specifiersPaul Fertser1-2/+2
2014-03-30Don't cast return value of [cm]allocAndreas Fritiofson1-3/+3
2014-03-29tcl: introduce init_target_events and use it for gdb flashing eventsPaul Fertser1-0/+4
2014-03-29target: fix handle_profile_command variable typoSpencer Oliver1-4/+4
2014-03-29target: remove handle_profile_command memory leakSpencer Oliver1-2/+3
2014-03-17flash: Constify write bufferAndreas Fritiofson1-1/+1
2014-03-17target: Don't poll until the target is examined.Andreas Fritiofson1-0/+4
2014-03-07stlink: Use callback to increase frequency of trace data samplingAndreas Fritiofson1-1/+1
2014-02-11quark_x10xx: add new target quark_x10xxAdrian Burns1-0/+2
2014-02-04doc: add missing reg command argument 'force'Spencer Oliver1-3/+3
2014-01-11target: Add test bench for memory access functionsAndreas Fritiofson1-0/+199
2013-12-01[PATCH 1/2]support64: Add functions into types and targetDongxue Zhang1-0/+79