From c28d2f437777b5b88f249a2273ce3023e641f33b Mon Sep 17 00:00:00 2001 From: JohnieBraaf Date: Thu, 5 Feb 2015 01:52:47 +0100 Subject: [PATCH] Update Hardware Debugging.md Added reference to detailed guide in the wiki, and visual studio IDE setup --- docs/development/Hardware Debugging.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/development/Hardware Debugging.md b/docs/development/Hardware Debugging.md index 48025f60d..a62045295 100644 --- a/docs/development/Hardware Debugging.md +++ b/docs/development/Hardware Debugging.md @@ -2,6 +2,12 @@ The code can be compiled with debugging information, you can then upload a debug version to a board via a JLink/St-Link debug adapter and step through the code in your IDE. +More information about the necessary hardware can and setting up the eclipse IDE can be found int the wiki: +https://github.com/cleanflight/cleanflight/wiki/Debugging-in-Eclipse + +A guide for visual studio can be found here: +http://visualgdb.com/tutorials/arm/st-link/ + ## Compilation options use `DEBUG=GDB` make argument.