-
- Downloads
initial commit
parents
No related branches found
No related tags found
Showing
.gitignore
0 → 100644
Cargo.toml
0 → 100644
[package] | |||
authors = ["Jorge Aparicio <jorge@japaric.io>"] | |||
categories = ["concurrency", "embedded", "no-std"] | |||
description = "Core abstractions of the Real Time For the Masses framework" | |||
documentation = "https://docs.rs/rtfm-core" | |||
keywords = [] | |||
license = "MIT OR Apache-2.0" | |||
name = "rtfm-core" | |||
repository = "https://github.com/japaric/rtfm-core" | |||
version = "0.1.0" | |||
[dependencies] | |||
static-ref = "0.2.1" |
LICENSE-APACHE
0 → 100644
LICENSE-MIT
0 → 100644
README.md
0 → 100644
src/lib.rs
0 → 100644
Please register or sign in to comment