From 5a634be8a62fa91df3917142f7f4975730cb5e4d Mon Sep 17 00:00:00 2001
From: Per Lindgren <per.lindgren@ltu.se>
Date: Fri, 5 Mar 2021 12:50:14 +0100
Subject: [PATCH] updated README for bare6

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 803b502..1e6f487 100644
--- a/README.md
+++ b/README.md
@@ -84,6 +84,7 @@ Bare metal programming:
 - `examples/rtic_bare3.rs`, here you learn more about RTIC timing semantics and timing abstractions.
 - `examples/rtic_bare4.rs`, in this exercise you will encounter a simple bare metal peripheral access API. The API is very unsafe and easy to misuse.
 - `examples/rtic_bare5.rs`, here you will write your own C-like peripheral access API. This API is much safer as you get control over bit-fields in a well defined way, thus less error prone.
+- `examples/rtic_bare6.rs`, in this exercise you learn about clock tree generation and validation.
 
 ---
 
-- 
GitLab