From 18b890fefdb0a098a8c6e99de5c90bca7839632d Mon Sep 17 00:00:00 2001
From: Per <Per Lindgren>
Date: Mon, 30 Oct 2017 00:59:14 +0100
Subject: [PATCH] fix typo

---
 README.md        |  2 +-
 doc/Nucleo_64.md | 17 +++++++++++++++++
 2 files changed, 18 insertions(+), 1 deletion(-)
 create mode 100644 doc/Nucleo_64.md

diff --git a/README.md b/README.md
index 7fce7a7..378aab4 100644
--- a/README.md
+++ b/README.md
@@ -97,7 +97,7 @@ Seminars
 
         We will in class install, test and comment on one of Your solutions. That is, make sure your `crate` on git actually works, and that the accompanying `readme.md` is sufficient for your follow students in order to recreate the result. 
 
-        Later in the course, you will do assess each others assignments by creating an `issue` to the development. More on that later.
+        Later in the course, you will assess each others assignments by creating an `issue` to their development. More on that later.
     * Topic
 
         Using the Rust ownership model.
diff --git a/doc/Nucleo_64.md b/doc/Nucleo_64.md
new file mode 100644
index 0000000..8cd5684
--- /dev/null
+++ b/doc/Nucleo_64.md
@@ -0,0 +1,17 @@
+# Nucleo 64
+A collection of documentation, tricks and tips regarding the ST Nucleo 64 development kit.
+
+We will mainly cover the `stm32f401re` and `stm32f411re` as these models.
+
+## Links
+
+# Clocking
+* [Note on Overclocking](https://stm32f4-discovery.net/2014/11/overclock-stm32f4-device-up-to-250mhz/)
+
+# USART and VCP
+
+# ITM
+
+# Add on boards and supporting crates
+
+## BLE
\ No newline at end of file
-- 
GitLab