From 496bfc85fa4a88464efbb1b53fc08c9dad62a33b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Johannes=20Sj=C3=B6lund?= <j.sjolund@gmail.com>
Date: Mon, 4 Dec 2017 20:40:36 +0100
Subject: [PATCH] Update README.md

---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 4f09774..c6bacde 100644
--- a/README.md
+++ b/README.md
@@ -26,16 +26,14 @@ dual licensed as above, without any additional terms or conditions.
 
 ### d7018e - special studies in embedded systems
 
-Grading
-
 #### Grade 3
 Port code from f3 and/or bluepill crates to the F411RE. Example code from these crates are working.
 
 #### Grade 4
-Implement easy way to set clock frequency other than the default 16 MHz (PLL).
+Implement easy way to change between different peripheral pin configuration. Also, to set clock frequency other than the default 16 MHz (PLL).
 
 #### Grade 5
-Have the RTFM core use some external peripheral such as an IMU over SPI.
+Have the RTFM core use some external peripheral such as an IMU over SPI. Working demo of it.
 
 ### Docs
 [Nucleo 64 Manual](docs/Nucleo-64-User-manual.pdf)
-- 
GitLab