aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm_semihosting.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-10-06target: constify structuresSpencer Oliver1-1/+1
2013-10-31Remove unnecessary (void *)Andreas Fritiofson1-1/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2013-05-10Added functionality to the SYS_SYSTEM semihosting call.Brandon Warhurst1-1/+26
2012-02-06build: cleanup src/target directorySpencer Oliver1-15/+7
2011-11-01target: rename cortex_m3.[ch] to cortex_m.[ch]Spencer Oliver1-1/+1
2011-03-17SYS_WRITE0 fixJohn and Tina Peterson1-1/+1
2010-03-01arm_semihosting buildfixDavid Brownell1-8/+14
2010-02-28semihosting: add armv7m semihosting supportSpencer Oliver1-73/+123
2010-02-21ARM: keep a handle to the PCDavid Brownell1-3/+3
2010-02-02ARM semihosting: fix EOF handling with SYS_READNicolas Pitre1-1/+1
2010-01-31build: fix problems with "struct stat" not being defined under eCosØyvind Harboe1-0/+1
2010-01-28ARM semihosting: win32 and cygwin fixesSpencer Oliver1-16/+26
2010-01-28ARM semihosting: fix writing to stdoutSpencer Oliver1-8/+4
2009-12-07ARM: use <target/arm.h> not armv4_5.hDavid Brownell1-0/+1
2009-12-04ARM semihosting: work with both low and high vectorsNicolas Pitre1-6/+4
2009-12-04ARM: misc generic cleanupDavid Brownell1-2/+9
2009-12-04ARM: switch target_to_armv4_5() to target_to_arm()David Brownell1-2/+2
2009-12-04ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell1-2/+2
2009-12-04ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell1-1/+1
2009-12-04ARM: semihosting entry cleanupDavid Brownell1-8/+39
2009-12-04ARM: remove semihosting globalsDavid Brownell1-21/+18
2009-12-04target: cygwin build fixesDavid Brownell1-2/+4
2009-12-03basic ARM semihosting supportNicolas Pitre1-0/+442