aboutsummaryrefslogtreecommitdiff
path: root/src/target/target_type.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-28target: get_gdb_arch() accepts target via const pointerEvgeniy Naydanov1-1/+1
2023-05-27target: use unsigned int for timeout_msAntonio Borneo1-2/+2
2023-05-18target: move in target_type.h the target_type's declarationAntonio Borneo1-0/+39
2022-08-15gdb_server: custom target-specific GDB queriesIan Thompson1-0/+9
2022-07-23openocd: src/target: replace the GPL-2.0-or-later license tagAntonio Borneo1-13/+2
2022-05-07target: document possibly unreachable target in deinit_target()Tomas Vanek1-0/+11
2021-10-02helper: Remove src/helper from include dirsYasushi SHOJI1-1/+1
2021-06-04Add target_data_bits().Tim Newsome1-0/+5
2021-06-04helper/jim-nvp: comply with coding style [2/2]Antonio Borneo1-2/+2
2021-05-22target: fix some minor typoAntonio Borneo1-1/+1
2021-03-19target: remove handling of target's deprecated_nameAntonio Borneo1-1/+0
2019-08-28gdb_server, rtos: Fine-grained RTOS register accessTim Newsome1-0/+7
2019-03-08gdb_server, target: Add target_address_bits()Tim Newsome1-0/+5
2018-10-16gdb_server: add support for architecture elementSteven Stallion1-0/+9
2018-04-10target, flash: prepare infrastructure for multi-block blank checkTomas Vanek1-2/+3
2018-01-13target: type: fix indentationFelipe Balbi1-1/+1
2017-10-18Differentiate "target not halted" messages.Tim Newsome1-0/+1
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-17/+16
2016-10-30flash/nor: Add erased_value to drivers and pass it to targetsAndreas Färber1-1/+1
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2015-03-09server, target, cortex_m: add deinit_target to the API to free resourcesPaul Fertser1-0/+7
2013-09-13target: add profiling interfaceHsiangkai Wang1-0/+4
2013-09-13[RFC] target: Move bulk_write_memory to arm7_9Andreas Fritiofson1-8/+0
2013-08-07gdb_server: support File-I/O Remote Protocol ExtensionHsiangkai Wang1-0/+9
2013-08-07gdb server: new feature, add stop reason in stop reply packet for gdbHsiangkai Wang1-0/+5
2013-08-07gdb_server: support gdb target descriptionHsiangkai Wang1-1/+2
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-03-13target: Remove read_memory_impAndreas Fritiofson1-2/+1
2013-03-13target: Remove write_memory_impAndreas Fritiofson1-2/+0
2013-03-13target: Remove soft_reset_halt_impAndreas Fritiofson1-1/+0
2012-12-23target: add deprecated target name supportSpencer Oliver1-0/+1
2012-05-21build: add helper/types.h to config.hSpencer Oliver1-1/+0
2012-02-06build: cleanup src/target directorySpencer Oliver1-19/+41
2011-10-09target: add async algorithm entries to the target typeAndreas Fritiofson1-0/+2
2011-08-30cortex_a hybrid & context breakpointsHeythem Bouhaja1-0/+2
2011-04-01types: write memory now uses constØyvind Harboe1-5/+5
2011-03-17target: allow targets to override memory alignmentMathias K1-0/+6
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-10-29jim tests: use installedØyvind Harboe1-0/+1
2010-08-09arm7/9: fix "reset run + halt"Øyvind Harboe1-1/+12
2010-04-04simplify and unconfuse target_run_algorithm()David Brownell1-2/+0
2010-01-13target: add check_reset hookØyvind Harboe1-0/+7
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch1-1/+1
2009-12-01target: "mcr" and "mrc" are ARM-specificDavid Brownell1-5/+0
2009-11-28target: uplevel add_{break,watch}point() error checksDavid Brownell1-3/+9
2009-11-25target: target_get_name() --> target_type_name()David Brownell1-1/+1
2009-11-24remove target_type register_command callbackZachary T Welch1-1/+1
2009-11-15target: make "examined" flag be per-targetDavid Brownell1-14/+20
2009-11-13command_context_t -> struct command_contextZachary T Welch1-2/+2