arm-semihosting

Crates.ioarm-semihosting
lib.rsarm-semihosting
version0.1.0
sourcesrc
created_at2022-01-23 20:22:33.032238
updated_at2022-01-23 20:22:33.032238
descriptionSemihosting implementation targeting aarch64 and arm32 architectures.
homepage
repositoryhttps://github.com/Javier-varez/arm_semihosting
max_upload_size
id519853
size39,347
Javier Alvarez (Javier-varez)

documentation

README

arm-semihosting

Semihosting implementation targeting aarch64 and arm32 architectures. So far it has only been tested on aarch64, but the differences across architectures should be pretty minimal.

At the moment using this crate requires you to declare an allocator for alloc if you're running in a no_std environment.

License

Licensed under either of:

Commit count: 6

cargo fmt