Difference between revisions of "Dev/Debugging"
Jump to navigation
Jump to search
(moved gdb/jtag content to DevGuide/JTAG-Debug) |
|||
Line 1: | Line 1: | ||
= | == GDB via JTAG == | ||
GDB can be used for debugging the code on the boards. Here are a couple of words on [[JTAG]] itself and [[DevGuide/JTAG-Debug | GDB and JTAG can be used for debugging the code directly on the boards. Here are a couple of words on [[JTAG]] itself and the [[DevGuide/JTAG-Debug|debugging process]]. | ||
= | == Test programs == | ||
:-) | |||
[[Category:Software]] [[Category:Developer_Documentation]] | [[Category:Software]] [[Category:Developer_Documentation]] |
Revision as of 06:35, 12 February 2012
GDB via JTAG
GDB and JTAG can be used for debugging the code directly on the boards. Here are a couple of words on JTAG itself and the debugging process.
Test programs
:-)