aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
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
2017-07-07mips32: inline functions in headers must be staticAndreas Fritiofson
2017-06-30target: Fix snprintf format string and argument mismatch in md outputAndreas Fritiofson
2017-05-31flash: Add support for Atheros (ath79) SPI interfaceTobias Diedrich
2017-05-08mips32, use scan32 function for reading impcode/idcode.Salvador Arroyo
2017-05-08mips32: add micromips breakpoints supportSalvador Arroyo
2017-05-08mips32: add micromips isa handlingSalvador Arroyo
2017-05-08mips32, convert miniprograms with code definitionSalvador Arroyo
2017-05-08mips32, add support for micromips in debug modeSalvador Arroyo
2017-05-08mips32, add microMips instruction subsetSalvador Arroyo
2017-05-08mips32, add option to avoid check in last instructionSalvador Arroyo
2017-05-08mips32, add realloc codeSalvador Arroyo
2017-05-08mips32, change in pracc_list for dynamic allocationSalvador Arroyo
2017-05-02Fix compile failure on MacOSXMatthias Welwarsky