aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2018-02-27gdb_server: run control fixes for vContTomas Vanek
2018-02-27Fix incorrect commentChristopher Head
2018-02-24Expand target_run_flash_async_algorithm() doc comment.Girts Folkmanis
2018-02-24stm8: fix compilation warningAke Rehnman
2018-02-21target: fix target.working_area typePeter Mamonov
2018-02-21cortex_a: fix handling of Thumb-2 32bit breakpointsMatthias Welwarsky
2018-02-21armv7a: forward error value in armv7a_cache_auto_flush_all_dataOleksij Rempel
2018-02-14Handle improperly build image files gracefullyAndreas Bolsch
2018-02-07cortex_a: faster debug initMatthias Welwarsky
2018-01-30x86_32_common: fix some warningsPaul Fertser
2018-01-29arm_adi_v5: fix return value of mem_ap_read/write for size 0Tomas Vanek
2018-01-29aarch64: clean up scan-build errorsMatthias Welwarsky
2018-01-26aarch64: implement mmu on/off for aarch32Matthias Welwarsky
2018-01-25Use timeval helpersChristopher Head
2018-01-25target, arm_adi_v5: catch two allocation errorsTomas Vanek
2018-01-16aarch64: speed up first examinationMatthias Welwarsky
2018-01-16aarch64: simplify mode and state handlingMatthias Welwarsky
2018-01-16aarch64: add 'maskisr' commandMatthias Welwarsky
2018-01-14arm_adi_v5: added some partnumbers found in tegra 186 and tegra 210Jiri Kastner
2018-01-13ejtag: added missing instructions.Jiri Kastner
2018-01-13profiling: write "correct" sample rate to gmon outputKarl Palsson
2018-01-13hla_target: allow non-intrusive profiling on cortex-mKarl Palsson
2018-01-13cortex_m: add profiling functionSimon Schubert
2018-01-13target: lakemon: implement assert_reset and deassert_resetFelipe Balbi
2018-01-13target: quark_x10xx: miscellaneous cleanupsFelipe Balbi
2018-01-13target: type: fix indentationFelipe Balbi
2018-01-13target: lakemon: probemode entry isn't instantaneousFelipe Balbi
2018-01-13target: quark_x10xx: adding missing 'static' keywordFelipe Balbi
2018-01-13target: arm: disassembler: decode v6T2 ARM MOV{W,T} instructionsPaul Fertser
2018-01-13target: arm: disassembler: decode v6T2 ARM ISB instructionPaul Fertser
2018-01-13target: arm: disassembler: decode v6T2 ARM DSB instructionPaul Fertser
2018-01-13target: arm: disassembler: add v5T Thumb BLX decodingPaul Fertser
2018-01-11arm_adi_v5: fix regression from 4553abf9064fe3c0e4ea2ed29a1d2217df74ff5fTomas Vanek
2018-01-09aarch64: fix crash on single-steppingMatthias Welwarsky
2018-01-05arm_adi_v5: reduce some CSW writesTomas Vanek
2018-01-05arm_adi_v5: fix wrong addressing after change of CSW_ADDRINCTomas Vanek
2018-01-04target aarch64: rework memory read/write to use 8/16/32 bit operationsBas Vermeulen
2017-12-12target: remove unused event definitionsTomas Vanek
2017-12-07stm8 : new targetAke Rehnman
2017-12-06target: Constify parameter of is_armv7m()Marc Schink
2017-12-06adi_v5_swd: Add error message when SWD fails to connectJonas Norling
2017-10-27Cortex-M: Delete an unnecessary local variableChristopher Head
2017-10-27Cortex-M: fix stale DHCSR cache valuesChristopher Head
2017-10-23Fix GCC7 warnings about string truncationFreddie Chopin
2017-10-23Fix GCC7 warnings about switch-case fallthroughsFreddie Chopin
2017-10-22arm: semihosting: set command line argumentsAndreas Fritiofson
2017-10-18Differentiate "target not halted" messages.Tim Newsome
2017-10-18Document `struct reg` fields.Tim Newsome
2017-10-03Add missing breakFabio Utzig
2017-10-03telnet_server: drop unused optionsKarl Palsson