Documentation ¶
Overview ¶
Package semihosting implements parts of the ARM semihosting specification, for communicating over a debug connection.
If you want to use it in OpenOCD, you have to enable it first with the following command:
arm semihosting enable
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Stdin = File{/* contains filtered or unexported fields */} Stdout = File{/* contains filtered or unexported fields */} Stderr = File{/* contains filtered or unexported fields */} )
These three file descriptors are connected to the host stdin/stdout/stderr, and can be used for logging.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.