aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)Author
2018-04-07target: free target SMP list on shutdownMatthias Welwarsky
2018-03-30jtag/core, target: unregister JTAG eventsTomas Vanek
2018-03-30target: fix display halt message logicTomas Vanek
2018-03-30target: restructure dap supportMatthias Welwarsky
2018-03-30arm_cti: add cti command groupMatthias Welwarsky
2018-03-15target/target: free what leaked in target_destroy()Tomas Vanek
2018-03-03target: use correct target in target-prefixed commands and event handlersTomas Vanek
2018-02-27Fix incorrect commentChristopher Head
2018-02-24Expand target_run_flash_async_algorithm() doc comment.Girts Folkmanis
2018-01-25Use timeval helpersChristopher Head
2018-01-25target, arm_adi_v5: catch two allocation errorsTomas Vanek
2018-01-13profiling: write "correct" sample rate to gmon outputKarl Palsson
2017-12-12target: remove unused event definitionsTomas Vanek
2017-12-07stm8 : new targetAke Rehnman
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin
2017-10-18Differentiate "target not halted" messages.Tim Newsome
2017-06-30target: Fix snprintf format string and argument mismatch in md outputAndreas Fritiofson
2017-04-23target: Fix memory leakMarc Schink
2017-02-10target: add -ctibase config option in addition to -dbgbaseMatthias Welwarsky
2017-02-10aarch64: Add ARMv8 AARCH64 support filesDavid Ung
2017-02-10target: Add 64-bit target address supportDongxue Zhang
2016-12-08target: Replace malloc+manual zeroing with callocAndreas Fritiofson
2016-12-08semihosting: support fileio operationSteven Stallion
2016-12-08target: Add verify_image_checksum commandMatthias Welwarsky
2016-12-08Add -defer-examine option to target create commandMatthias Welwarsky
2016-11-04Tcl commands: Fix improper return status in flash commands and load_image.HarishKumar
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber
2016-10-17target: Clean up format stringsAndreas Färber
2016-10-17target: Add missing spaces in error messagesAndreas Färber
2016-08-13target: check late abort from target in async_algorithmTomas Vanek
2016-08-09target: add "phys" argument to mem2array, array2memMatthias Welwarsky
2016-07-19Fix usage of timeval_ms()Andreas Färber
2016-06-23Support for Freescale LS102x SAPEsben Haabendal
2016-05-24Remove FSF address from GPL noticesMarc Schink
2016-05-05target: improve robustness of reset commandTomas Vanek
2016-02-29helper/fileio: Remove nested structMarc Schink
2016-02-29jim-nvp: Make Jim_GetOpt_String const-correctAndreas Fritiofson
2016-02-13quark: add Intel Quark mcu D2000 supportIvan De Cesaris
2015-11-03helper/fileio: Use size_t for file size.Marc Schink
2015-11-03target: tell which target state is meantOleksij Rempel
2015-09-05server: tcl_trace commandAustin Morton
2015-08-06target: check memory handlers before use for all typesKarl Palsson
2015-05-17server: avoid the tcl server crashing when there is no targetAustin Morton
2015-04-24target: try to reexamine even when polling failsPaul Fertser
2015-04-02target/target.c: fixed rp check bug in asynchronous flash write algorithm.DmitryShpak
2015-03-25armv7m: add generic trace support (TPIU, ITM, etc.)Paul Fertser
2015-03-09server, target, cortex_m: add deinit_target to the API to free resourcesPaul Fertser
2015-03-09target/target: call event handlers around examine when polling resumesPaul Fertser
2015-03-09target: fix timer callbacks processingPaul Fertser
2015-03-09server: tcl_notifications commandAustin Morton