summaryrefslogtreecommitdiff
path: root/src/target/arm_semihosting.c
Commit message (Expand)AuthorAgeFilesLines
* SYS_WRITE0 fixJohn and Tina Peterson2011-03-171-1/+1
* arm_semihosting buildfixDavid Brownell2010-03-011-8/+14
* semihosting: add armv7m semihosting supportSpencer Oliver2010-02-281-73/+123
* ARM: keep a handle to the PCDavid Brownell2010-02-211-3/+3
* ARM semihosting: fix EOF handling with SYS_READNicolas Pitre2010-02-021-1/+1
* build: fix problems with "struct stat" not being defined under eCosØyvind Harboe2010-01-311-0/+1
* ARM semihosting: win32 and cygwin fixesSpencer Oliver2010-01-281-16/+26
* ARM semihosting: fix writing to stdoutSpencer Oliver2010-01-281-8/+4
* ARM: use <target/arm.h> not armv4_5.hDavid Brownell2009-12-071-0/+1
* ARM semihosting: work with both low and high vectorsNicolas Pitre2009-12-041-6/+4
* ARM: misc generic cleanupDavid Brownell2009-12-041-2/+9
* ARM: switch target_to_armv4_5() to target_to_arm()David Brownell2009-12-041-2/+2
* ARM: rename ARMV4_5_MODE_* as ARM_MODE_*David Brownell2009-12-041-2/+2
* ARM: rename ARMV4_5_STATE_* as ARM_STATE_*David Brownell2009-12-041-1/+1
* ARM: semihosting entry cleanupDavid Brownell2009-12-041-8/+39
* ARM: remove semihosting globalsDavid Brownell2009-12-041-21/+18
* target: cygwin build fixesDavid Brownell2009-12-041-2/+4
* basic ARM semihosting supportNicolas Pitre2009-12-031-0/+442