I'm testing some semihosting APIs on the chip we're using and I noticed that SYS_RENAME and SYS_REMOVE are not working in latest JLink as documented in the manual. What are the actual tested set of semihosting calls?
I was able to use:
* SYS_OPEN
* SYS_CLOSE
* SYS_WRITE
* SYS_READ
* SYS_WRITE0
* SYS_WRITEC
* SYS_FLEN
Unsure/untested:
* SYS_SEEK
* SYS_ISTTY
* SYS_GETCMDLINE
* SYS_EXIT
I was able to use:
* SYS_OPEN
* SYS_CLOSE
* SYS_WRITE
* SYS_READ
* SYS_WRITE0
* SYS_WRITEC
* SYS_FLEN
Unsure/untested:
* SYS_SEEK
* SYS_ISTTY
* SYS_GETCMDLINE
* SYS_EXIT