From 04723a38da3e1ffa3b6f9aaba20b57cee64366f2 Mon Sep 17 00:00:00 2001 From: Per Lindgren <per.lindgren@ltu.se> Date: Mon, 29 Jan 2018 17:11:22 +0100 Subject: [PATCH] autodoc test --- Cargo.toml | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d82cceb..5638e19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ 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" +name = "lpc43xx_43sxx" #repository = "https://github.com/japaric/stm32f100xx" version = "0.1.0" diff --git a/README.md b/README.md index 0251447..1c63bdd 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ Generated using [svd2rust] v0.11.3 from [LPC43xx_43Sxx.svd]. +# Documentation +[The Manual](http://pln.gitpages.henriktjader.com/LPC43xx_43Sxx/lpc43xx_43sxx) + # License Licensed under either of @@ -22,3 +25,4 @@ at your option. Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. + -- GitLab