openocd: src/target: replace the GPL-2.0-or-later license tag
[fw/openocd] / src / target / target.h
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen...
2022-05-27 Tim NewsomeGive each SMP group a unique number.
2022-02-14 Antonio Borneotarget/smp: use a struct list_head to hold the smp...
2022-02-05 Zoltán Dudássemihosting: User defined operation, Tcl command exec...
2021-12-03 Tomas Vanektarget,flash: allow target_free_working_area on NULL...
2021-11-20 Tim Newsometarget: Use target_addr_t for algorithm addresses.
2021-07-31 Tim NewsomeCall poll at a fixed interval.
2021-06-04 Tim NewsomeAdd target_data_bits().
2021-06-04 Marc Schinktarget: Use 'bool' for 'reset_halt'
2021-05-01 Tim NewsomeCleanup of config/includes.
2020-11-11 Kevin Yangtarget/cortex_m: Change sleep to running state
2020-11-08 Andreas BolschFlash, FRAM and EEPROM driver for STM32 QUAD-/OCTOSPI...
2020-11-04 Antonio Borneogdb_server: allow multiple GDB connections to selected...
2020-10-30 Christopher Headtarget/cortex_m: reduce duplication in profiling
2020-05-24 Antonio Borneoopenocd: properly use jim data types
2020-04-21 Tomas Vanektarget/armv7m: minor fixes of target algo exit point...
2020-04-09 Jan Matyastarget: added events TARGET_EVENT_STEP_START and _END
2020-03-12 Tomas Vanektarget: add examine-fail event
2019-08-28 Tim Newsomegdb_server, rtos: Fine-grained RTOS register access
2019-05-23 Tomas Vanektarget: make handle_md_output() global
2019-03-08 Tim Newsomegdb_server, target: Add target_address_bits()
2019-03-06 Marc Schinktarget: Remove unused variable 'has_percent'
2019-03-04 Matthias Welwarskyarmv8: allow halt on exception
2019-03-01 Marc Schinktarget: Use proper data types for timer callback
2019-02-15 Tomas Vanektarget, breakpoints: improve error handling
2018-11-13 Christopher HeadPermit null target on TCL connection
2018-10-16 Steven Stallionesirisc: support eSi-RISC targets
2018-10-16 Steven Stalliongdb_server: add support for architecture element
2018-10-01 Antonio Borneogdb_server: avoid gdb server for virtual targets
2018-09-07 Antonio Borneogdb_server: add per target option "-gdb-port"
2018-06-04 Liviu IonescuRework/update ARM semihosting
2018-04-10 Tomas Vanektarget, flash: prepare infrastructure for multi-block...
2018-03-30 Tomas Vanektarget: fix display halt message logic
2018-03-30 Matthias Welwarskytarget: restructure dap support
2018-03-30 Matthias Welwarskyarm_cti: add cti command group
2018-02-21 Peter Mamonovtarget: fix target.working_area type
2017-12-12 Tomas Vanektarget: remove unused event definitions
2017-04-23 Marc Schinktarget: Fix memory leak
2017-02-10 Matthias Welwarskytarget: add -ctibase config option in addition to ...
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-12-08 Matthias Welwarskycortex_m: allow setting debug ap during create
2016-12-08 Matthias WelwarskyAdd -defer-examine option to target create command
2016-10-30 Andreas Färberflash/nor: Add erased_value to drivers and pass it...
2016-10-17 Andreas Färbertarget: Fix working_area_phys_spec comment
2016-07-19 Andreas FärberFix usage of timeval_ms()
2016-05-24 Marc SchinkMake #include guard naming consistent
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-09-05 Austin Mortonserver: tcl_trace command
2015-05-17 Austin Mortonserver: avoid the tcl server crashing when there is...
2015-03-25 Paul Fertserarmv7m: add generic trace support (TPIU, ITM, etc.)
2015-03-09 Paul Fertserserver, target, cortex_m: add deinit_target to the...
2015-03-09 Paul Fertsertarget: fix timer callbacks processing
2015-03-09 Austin Mortonserver: tcl_notifications command
2014-09-22 Andreas Fritiofsontarget: Remove "-variant" argument
2014-03-17 Andreas Fritiofsonflash: Constify write buffer
2014-03-07 Andreas Fritiofsonstlink: Use callback to increase frequency of trace...
2013-12-01 Dongxue Zhang[PATCH 1/2]support64: Add functions into types and...
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting
2013-08-07 Hsiangkai Wanggdb_server: add target_debug_reason for program exit...
2013-08-07 Hsiangkai Wanggdb_server: support File-I/O Remote Protocol Extension
2013-08-07 Hsiangkai Wanggdb server: new feature, add stop reason in stop reply...
2013-08-07 Hsiangkai Wanggdb_server: support gdb target description
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-03-15 Andreas Fritiofsontarget: Retire target_bulk_write_memory()
2013-03-13 Andreas Fritiofsontarget: Remove read_memory_imp
2013-03-05 Mathias KMove back off timer to target struct
2012-10-07 Spencer OliverRevert "target: remove unused working area 'user' field"
2012-08-24 Spencer Olivertarget: remove unused working area 'user' field
2012-05-21 Spencer Olivertarget: target.h typo and comment cleanup
2012-05-21 Spencer Olivertarget: remove legacy target events
2012-05-21 Spencer Oliverbuild: add helper/types.h to config.h
2012-02-26 Spencer Olivertarget: add target async algorithm support
2012-02-23 Andreas Fritiofsontarget: add function to get number of bytes available...
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2011-10-08 Andreas Fritiofsontarget: add async algorithm entries to the target type
2011-08-30 Heythem Bouhajacortex_a hybrid & context breakpoints
2011-08-12 Stefan Mahrtarget: add helper functions to get/set u16 or u32...
2011-04-28 Michel Jaouensmp : infra for smp minimum support
2011-04-15 Broadcom Corporati... RTOS Thread awareness support wip
2011-04-01 Øyvind HarboeMerge remote branch 'origin/master' into HEAD
2011-04-01 Øyvind Harboetypes: write memory now uses const
2011-03-31 Øyvind Harboetarget: add -dbgbase option to target configuration
2011-03-17 Uwe HermannFix a bunch of typos.
2011-02-03 Mathias K24bit buffer support
2011-01-31 Aaron CarrollAdd '-coreid' target option to support multiple cores...
2011-01-04 Spencer Olivertarget: change working area free data type
2010-11-09 Øyvind Harboetarget: document that target_poll() will report and...
2010-05-04 Øyvind Harboetarget: clean up target memory allocation error messages
2010-04-09 Antonio BorneoTARGET: review unused symbols
2010-04-09 Antonio BorneoTARGET: review scope of functions
2010-04-04 David Brownelltarget: are we running algorithm code?
2010-02-09 Øyvind Harboetarget: add todo in target_write_memory() about alignment
2010-01-13 Øyvind Harboetarget: add check_reset hook
2009-12-13 David Brownelltarget: further shrink Jim-awareness
2009-12-08 David Brownelltarget: remove needless "extern"s
2009-12-07 David Brownelltarget: add debug_reason_name()
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-12-03 Zachary T Welchchange #include "jim.h" to <helper/jim.h>
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchtarget: avoid using interp global variable
next