From 9474ecb99d9854fa54222d2074b13f7dd4a27774 Mon Sep 17 00:00:00 2001 From: Christian Eichler <eichler@cs.fau.de> Date: Fri, 25 May 2018 12:53:53 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 0a96b7ef..7f73cece 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,14 @@ Valid architectures (for the `-a` parameter) are (to this point): - ARMv7 (for the XMC4500 / Cortex-M4) - posix - patmos + + +Flashing +-------- + + user@host:~$ make flash-appname + +Debugging +--------- + + user@host:~$ make swo-viewer -- GitLab