ioutil: make the file compile on MacOS
[fw/openocd] / src / target / arm_semihosting.c
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