>From 557efaa816fdd2148833359dc379c1b79488cc48 Mon Sep 17 00:00:00 2001 From: Spencer Oliver <[email protected]> Date: Thu, 25 Feb 2010 23:38:32 +0000 Subject: [PATCH 5/7] docs: rename arm7_9 semihosting to arm semihosting
Signed-off-by: Spencer Oliver <[email protected]> --- doc/openocd.texi | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/openocd.texi b/doc/openocd.texi index 61e39b2..9951ec7 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -6004,6 +6004,18 @@ Display a table of all banked core registers, fetching the current value from ev core mode if necessary. @end deffn +...@deffn Command {arm semihosting} [...@option{enable}|@option{disable}] +...@cindex ARM semihosting +Display status of semihosting, after optionally changing that status. + +Semihosting allows for code executing on an ARM target to use the +I/O facilities on the host computer i.e. the system where OpenOCD +is running. The target application must be linked against a library +implementing the ARM semihosting convention that forwards operation +requests by using a special SVC instruction that is trapped at the +Supervisor Call vector by OpenOCD. +...@end deffn + @section ARMv4 and ARMv5 Architecture @cindex ARMv4 @cindex ARMv5 @@ -6056,18 +6068,6 @@ cables (FT2232), but might be unsafe if used with targets running at very low speeds, like the 32kHz startup clock of an AT91RM9200. @end deffn -...@deffn Command {arm7_9 semihosting} [...@option{enable}|@option{disable}] -...@cindex ARM semihosting -Display status of semihosting, after optionally changing that status. - -Semihosting allows for code executing on an ARM target to use the -I/O facilities on the host computer i.e. the system where OpenOCD -is running. The target application must be linked against a library -implementing the ARM semihosting convention that forwards operation -requests by using a special SVC instruction that is trapped at the -Supervisor Call vector by OpenOCD. -...@end deffn - @subsection ARM720T specific commands @cindex ARM720T -- 1.6.5.1.1367.gcd48
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
