-
- Downloads
initial commit
parents
No related branches found
No related tags found
Cargo.toml
0 → 100644
[package] | ||
authors = ["Per Lindgren <per.lindgren@ltu.se>"] | ||
description = "Peripheral access API for STM32F40x microcontrollers" | ||
documentation = "https://docs.rs/stm32f40x" | ||
keywords = ["no-std", "arm", "cortex-m", "stm32"] | ||
license = "MIT OR Apache-2.0" | ||
name = "stm32f40x" | ||
#repository = "https://github.com/japaric/stm32f100xx" | ||
version = "0.1.0" | ||
[dependencies] | ||
cortex-m = "0.2.0" | ||
vcell = "0.1.0" |
LICENSE-APACHE
0 → 100644
LICENSE-MIT
0 → 100644
README.md
0 → 100644
src/lib.rs
0 → 100644
This diff is collapsed.
Please register or sign in to comment