semihosting-files 0.1.4

Access files of the host system during semihosting
Documentation
1
2
3
4
5
6
7
8
9
10
11
[![crates.io](https://img.shields.io/crates/d/semihosting-files.svg)](https://crates.io/crates/semihosting-files)
[![crates.io](https://img.shields.io/crates/v/semihosting-files.svg)](https://crates.io/crates/semihosting-files)

# semihosting-files


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 folder](https://github.com/LuksEmbeddedCorner/semihosting-files/tree/master/examples).

If you have any ideas on how to improve this crate, please open an issue on [github](https://github.com/LuksEmbeddedCorner/semihosting-files).