Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kiffie committed Jul 31, 2023
1 parent ec472ce commit 67c7b8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mips-rt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ edition = "2021"
repository = "https://github.com/kiffie/pic32-rs"
categories = ["embedded", "no-std"]
description = "Minimal runtime for MIPS MCU cores"
documentation = "https://docs.rs/mips-rt"
keywords = ["mips", "pic32", "runtime", "startup"]
license = "MIT OR Apache-2.0"

[dependencies]
mips-rt-macros = { path = "macros", version = "0.3.0" }
mips-rt-macros = { path = "macros", version = "0.3.4" }

5 changes: 4 additions & 1 deletion mips-rt/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# mips_mcu
# mips_rt

[![Crates.io](https://img.shields.io/crates/v/mips-rt)](https://crates.io/crates/mips-rt)
[![docs.rs](https://img.shields.io/docsrs/mips-rt)](https://docs.rs/mips-rt)

Basic Rust runtime and startup files for MIPS based microcontrollers

0 comments on commit 67c7b8c

Please sign in to comment.