Crate semihosting_files[][src]

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.

Structs

A reference to an open file on the host system.

Enums

This enum determines how a file should be opened.

An Error that occured during seeking

Specifies the cursor position for File::seek