debuggers: import openocd-0.7.0
Initial check-in of openocd-0.7.0 as it can be downloaded from http://sourceforge.net/projects/openocd/files/openocd/0.7.0/ Any modifications will follow. Change-Id: I6949beaefd589e046395ea0cb80f4e1ab1654d55
This commit is contained in:
46
debuggers/openocd/doc/manual/target.txt
Normal file
46
debuggers/openocd/doc/manual/target.txt
Normal file
@ -0,0 +1,46 @@
|
||||
/** @page targetdocs OpenOCD Target APIs
|
||||
|
||||
OpenOCD provides its Target APIs to allow developers to provide trace and
|
||||
debugging support for specific device targets. These primarily consist of
|
||||
ARM cores, but other types have been supported. New targets should be
|
||||
developed by following or using these APIs.
|
||||
|
||||
The Target Support module contains APIs that cover several functional areas:
|
||||
|
||||
- @subpage targetarm
|
||||
- @subpage targetnotarm
|
||||
- @subpage targetmips
|
||||
- @subpage targetregister
|
||||
- @subpage targetimage
|
||||
- @subpage targettrace
|
||||
|
||||
This section needs to be expanded.
|
||||
|
||||
*/
|
||||
|
||||
/** @page targetarm OpenOCD ARM Targets
|
||||
|
||||
This section needs to describe OpenOCD's ARM target support.
|
||||
|
||||
*/
|
||||
|
||||
/** @page targetregister OpenOCD Target Register API
|
||||
|
||||
This section needs to describe OpenOCD's Target Register API, as
|
||||
provided by 'src/target/register.h'.
|
||||
|
||||
*/
|
||||
|
||||
/** @page targetimage OpenOCD Target Image API
|
||||
|
||||
This section needs to describe OpenOCD's Target Image API, as provided
|
||||
by 'src/target/image.h'.
|
||||
|
||||
*/
|
||||
|
||||
/** @page targettrace OpenOCD Target Trace API
|
||||
|
||||
This section needs to describe OpenOCD's Target Trace API, as provided
|
||||
by 'src/target/trace.h'.
|
||||
|
||||
*/
|
||||
Reference in New Issue
Block a user