mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 12:25:20 +03:00
Update Hardware Debugging.md
Added reference to detailed guide in the wiki, and visual studio IDE setup
This commit is contained in:
parent
fdb81ed3b9
commit
c28d2f4377
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
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
|
## Compilation options
|
||||||
|
|
||||||
use `DEBUG=GDB` make argument.
|
use `DEBUG=GDB` make argument.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue