openocd: src/target: replace the GPL-2.0-or-later license tag
[fw/openocd] / src / target / arm_semihosting.c
2022-07-23 Antonio Borneoopenocd: src/target: replace the GPL-2.0-or-later licen...
2022-02-05 Zoltán Dudássemihosting: User defined operation, Tcl command exec...
2021-10-25 Antonio Borneoarm_semihosting: fix two dead assignments
2021-07-20 Antonio Borneoopenocd: manually fix Yoda conditions
2021-03-19 Tarek BOCHKATIaarch64: handle semihosting in aarch32 state
2020-11-07 Adrian Negreanusemihosting: print the semihosting operation id
2019-03-06 Marc Schinktarget/arm_semihosting: Use 'bool' data type
2018-07-18 Liviu IonescuAvoid null target->semihosting references.
2018-07-13 Omair JavaidAdd ARM v8 AArch64 semihosting support
2018-06-04 Liviu IonescuRework/update ARM semihosting
2017-10-22 Andreas Fritiofsonarm: semihosting: set command line arguments
2016-12-08 Steven Stallionsemihosting: support fileio operation
2016-11-04 Andrey Smirnovsemihosting armv7a: Add support for ARMv7-A
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2014-10-06 Spencer Olivertarget: constify structures
2013-10-31 Andreas FritiofsonRemove unnecessary (void *)
2013-06-05 Spencer Oliverupdate files to correct FSF address
2013-05-10 Brandon WarhurstAdded functionality to the SYS_SYSTEM semihosting call.
2012-02-06 Spencer Oliverbuild: cleanup src/target directory
2011-11-01 Spencer Olivertarget: rename cortex_m3.[ch] to cortex_m.[ch]
2011-03-17 John and Tina PetersonSYS_WRITE0 fix
2010-03-01 David Brownellarm_semihosting buildfix
2010-02-28 Spencer Oliversemihosting: add armv7m semihosting support
2010-02-21 David BrownellARM: keep a handle to the PC
2010-02-02 Nicolas PitreARM semihosting: fix EOF handling with SYS_READ
2010-01-31 Øyvind Harboebuild: fix problems with "struct stat" not being define...
2010-01-28 Spencer OliverARM semihosting: win32 and cygwin fixes
2010-01-28 Spencer OliverARM semihosting: fix writing to stdout
2009-12-07 David BrownellARM: use <target/arm.h> not armv4_5.h
2009-12-05 Nicolas PitreARM semihosting: work with both low and high vectors
2009-12-05 David BrownellARM: misc generic cleanup
2009-12-05 David BrownellARM: switch target_to_armv4_5() to target_to_arm()
2009-12-05 David BrownellARM: rename ARMV4_5_MODE_* as ARM_MODE_*
2009-12-05 David BrownellARM: rename ARMV4_5_STATE_* as ARM_STATE_*
2009-12-05 David BrownellARM: semihosting entry cleanup
2009-12-05 David BrownellARM: remove semihosting globals
2009-12-04 David Brownelltarget: cygwin build fixes
2009-12-04 Nicolas Pitrebasic ARM semihosting support