aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/target.txt
blob: 7e9767f8f8b365e5941b7720ec3519dd9840f95a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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'.

 */