#cortex-m #semihosting #no-std

no-std semihosting-files

Access files of the host system during semihosting

5 releases

0.1.4 Oct 27, 2021
0.1.3 Oct 27, 2021
0.1.2 Oct 27, 2021
0.1.1 Oct 27, 2021
0.1.0 Oct 27, 2021

#6 in #semihosting

MIT/Apache

13KB
151 lines

crates.io crates.io

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.

If you have any ideas on how to improve this crate, please open an issue on github.


lib.rs:

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.

Dependencies

~1MB
~11K SLoC