From ad652ba5bd6f3ccb5ce7f52ac7e5ccfed9708891 Mon Sep 17 00:00:00 2001 From: Alexandre Kaspar <akaspar@mit.edu> Date: Sun, 6 May 2018 17:24:31 -0400 Subject: [PATCH] TODO --- embedded/build/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/embedded/build/README.md b/embedded/build/README.md index e1a85ab..882c746 100644 --- a/embedded/build/README.md +++ b/embedded/build/README.md @@ -44,3 +44,8 @@ make debug Type c+(ENTER) to continue the program (it halts by default). Type (CTRL)+c to stop the program. The rest is all with `gdb`. + + +## TODO + +Make it cleaner with single configuration like [there](http://openocd.org/doc/html/Flash-Programming.html#Flash-Programming). -- GitLab