Crate semihosting_files

Source
Expand description

This crate allows to access the files of a host machine while semihosting. It should work for all Cortex-M processors.

For examples on how to use this crate, check out the examples on github.

Click here for a reference to the underlying API.

Structs§

File
A reference to an open file on the host system.

Enums§

FileOpenMode
This enum determines how a file should be opened.
SeekError
An Error that occured during seeking
SeekFrom
Specifies the cursor position for File::seek