From 502d2e37f32b96a5261ad14bccb979b894ca25bf Mon Sep 17 00:00:00 2001
From: Ridgep <ridpet-5@student.ltu.se>
Date: Wed, 13 Mar 2019 13:41:25 +0100
Subject: [PATCH] bare9_2

---
 examples/bare9.rs | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/examples/bare9.rs b/examples/bare9.rs
index dbfb869..605a060 100644
--- a/examples/bare9.rs
+++ b/examples/bare9.rs
@@ -171,16 +171,23 @@ const APP: () = {
 //
 //    What did you receive, and what was the output of the ITM trace.
 //
-//    ** your answer here **
+//    bare9
+//    goto sleep
+//    woke
+//    n..
+//    data 97
+//    data 98
+//    goto sleep
 //
 //    Did you experience any over-run errors?
 //
-//    ** your answer here **
+//    Yes, one.
 //
 //    Why does it behave differently than in release mode?
 //    Recall how the execution overhead changed with optimization level.
 //
-//    ** your answer here **
+//    Our overhead ends up getting too large due to our enqueue function when not run in release mode, 
+//    leading to USART getting more chars before it's able to terminate the current ones.
 //
 //    Commit your answers (bare9_2)
 //
-- 
GitLab