Román Cárdenas Rodríguez 045220785c Merge pull request #166 from mini-ninja-64/add-fpu-support 1 vuosi sitten
..
examples 0abe2ab583 use core::arch::global_asm 1 vuosi sitten
macros 7a2f9050db Run cargo format 1 vuosi sitten
src 124f64b076 Merge branch 'master' into add-fpu-support 1 vuosi sitten
CHANGELOG.md 124f64b076 Merge branch 'master' into add-fpu-support 1 vuosi sitten
Cargo.toml 1767d604da Merge remote branch 'purplethunder/master' 1 vuosi sitten
README.md 1e2f9862ef Additional updates to Rust 1.60.0 1 vuosi sitten
build.rs 7a2f9050db Run cargo format 1 vuosi sitten
link.x.in e6993ef11e clean linker script 1 vuosi sitten

README.md

crates.io crates.io

riscv-rt

Minimal runtime / startup for RISC-V CPU's.

This project is developed and maintained by the RISC-V team.

Documentation

Minimum Supported Rust Version (MSRV)

This crate is guaranteed to compile on stable Rust 1.60 and up. It might compile with older versions but that may change in any new patch release.

License

Copyright 2018-2022 RISC-V team

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Code of Conduct

Contribution to this crate is organized under the terms of the Rust Code of Conduct, the maintainer of this crate, the RISC-V team, promises to intervene to uphold that code of conduct.