aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_semihosting.c
AgeCommit message (Expand)Author
2016-12-08semihosting: support fileio operationSteven Stallion
2016-11-04semihosting armv7a: Add support for ARMv7-AAndrey Smirnov
2016-05-24Remove FSF address from GPL noticesMarc Schink
2014-10-06target: constify structuresSpencer Oliver
2013-10-31Remove unnecessary (void *)Andreas Fritiofson
2013-06-05update files to correct FSF addressSpencer Oliver
2013-05-10Added functionality to the SYS_SYSTEM semihosting call.Brandon Warhurst
2012-02-06build: cleanup src/target directorySpencer Oliver
2011-11-01target: rename cortex_m3.[ch] to cortex_m.[ch]Spencer Oliver
2011-03-17SYS_WRITE0 fixJohn and Tina Peterson
2010-03-01arm_semihosting buildfixDavid Brownell
2010-02-28semihosting: add armv7m semihosting supportSpencer Oliver
2010-02-21ARM: keep a handle to the PCDavid Brownell
2010-02-02ARM semihosting: fix EOF handling with SYS_READNicolas Pitre
2010-01-31build: fix problems with "struct stat" not being defined under eCosØyvind Harboe
2010-01-28ARM semihosting: win32 and cygwin fixesSpencer Oliver
2010-01-28ARM semihosting: fix writing to stdoutSpencer Oliver
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell
2009-12-04ARM semihosting: work with both low and high vectorsNicolas Pitre
2009-12-04ARM: misc generic cleanupDavid Brownell
2009-12-04ARM: switch target_to_armv4_5() to target_to_arm()David Brownell
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell
2009-12-04ARM: semihosting entry cleanupDavid Brownell
2009-12-04ARM: remove semihosting globalsDavid Brownell
2009-12-04target: cygwin build fixesDavid Brownell
2009-12-03basic ARM semihosting supportNicolas Pitre