From d9aa3f440143f0567c1259b85b3051eef24cd349 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Fri, 7 Jun 2019 11:55:10 +0200 Subject: [PATCH] README: add note about debug --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e35b33..efd79e5 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ See https://github.com/sinara-hw/Stabilizer * `rustup override add nightly` * `rustup target add thumbv7em-none-eabihf` * `cargo build --release` +* Do not try the debug (default) mode. It is guaranteed to panic. ### Using GDB/OpenOCD