aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-24target: add Espressif ESP32 basic supportErhan Kurubas1-1/+3
2022-06-04target: add Espressif ESP32-S2 basic supportErhan Kurubas1-0/+2
2022-05-29flash/nor/core, target: don't ask for working mem if no target algoTomas Vanek1-1/+1
2022-05-27Give each SMP group a unique number.Tim Newsome1-1/+3
2022-05-21semihosting: add semihosting_basedir commandErhan Kurubas1-0/+3
2022-05-21target: fix clang static analyzer warningTomas Vanek1-1/+1
2022-05-07target: fix build with jimtcl 0.79Antonio Borneo1-0/+8
2022-03-19target: Rework 'set' variable of break-/watchpointsMarc Schink1-8/+8
2022-03-12target: Deprecate 'array2mem' and 'mem2array''Marc Schink1-50/+4
2022-03-12target/tcl: Add 'read_memory' and 'write_memory'Marc Schink1-0/+321
2022-03-05target/tcl: Add get_reg functionMarc Schink1-0/+101
2022-03-05target/tcl: Add set_reg functionMarc Schink1-0/+65
2022-02-14target/smp: use a struct list_head to hold the smp targetsAntonio Borneo1-21/+23
2022-02-05semihosting: User defined operation, Tcl command exec on hostZoltán Dudás1-0/+9
2022-01-22target: use target_event_name()Antonio Borneo1-5/+5
2021-12-11target/target: Check checksum_memory before callYasushi SHOJI1-0/+4
2021-12-03target,flash: allow target_free_working_area on NULL area pointerTomas Vanek1-8/+5
2021-11-20target: Use target_addr_t for algorithm addresses.Tim Newsome1-3/+3
2021-10-02target: reset target examined flag if target::examine() failsTarek BOCHKATI1-11/+18
2021-09-25openocd: prevent jimtcl error message while testing commandsAntonio Borneo1-1/+1
2021-09-25arm_tpiu_swo: fix support for deprecated 'tpiu' command before 'init'Antonio Borneo1-1/+1
2021-09-18target: do not cast NULL in assignmentAntonio Borneo1-4/+4
2021-09-18openocd: remove last NULL comparisonsAntonio Borneo1-2/+2
2021-08-14helper/align.h: use itAntonio Borneo1-4/+5
2021-07-31Call poll at a fixed interval.Tim Newsome1-12/+24
2021-07-24openocd: fix Yoda conditions with checkpatchAntonio Borneo1-1/+1
2021-07-24openocd: manually remove NULL comparisonsAntonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [2/2]Antonio Borneo1-1/+1
2021-07-24openocd: remove NULL comparisons with checkpatch [1/2]Antonio Borneo1-15/+15
2021-07-24openocd: fix simple cases of NULL comparisonAntonio Borneo1-59/+59
2021-07-24target: rename CamelCase symbolsAntonio Borneo1-100/+100
2021-07-20openocd: fix simple cases of Yoda conditionAntonio Borneo1-22/+22
2021-07-10target: add support for 64bit data in mem2array and array2memJan Matyas1-132/+136
2021-07-10target: add 64-bit address array command supportDaniel Goehring1-10/+12
2021-07-02target: check return value of register get/set callbacksJan Matyas1-18/+22
2021-06-18Use boolean argument for register_get_by_name()Marc Schink1-2/+2
2021-06-04Avoid non-standard conditionals with omitted operands.R. Diez1-1/+1
2021-06-04Add target_data_bits().Tim Newsome1-4/+17
2021-06-04target: Use 'bool' for 'reset_halt'Marc Schink1-1/+1
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-74/+74
2021-05-29help text: remove trailing spaceAntonio Borneo1-3/+3
2021-05-22target: fix some minor typoAntonio Borneo1-1/+1
2021-04-18helper/command: register full-name commands in jimAntonio Borneo1-1/+2
2021-04-18helper/command: override target only on target prefixed cmdsAntonio Borneo1-5/+1
2021-04-18helper/command: get current target from dedicated APIAntonio Borneo1-26/+39
2021-04-18helper/command: always pass struct command as jim private dataAntonio Borneo1-13/+26
2021-03-19target: remove handling of target's deprecated_nameAntonio Borneo1-9/+0
2021-03-10armv7m_trace: get rid of the old tpiu codeAntonio Borneo1-0/+5
2021-03-10target: Remove redundant initialization of endiannessYasushi SHOJI1-3/+0
2021-03-04target: avoid polling during 'resumed' event handlerAntonio Borneo1-0/+11