]> git.sur5r.net Git - openocd/blob - doc/manual/target.txt
Permit null target on TCL connection
[openocd] / doc / manual / target.txt
1 /** @page targetdocs OpenOCD Target APIs
2
3 OpenOCD provides its Target APIs to allow developers to provide trace and
4 debugging support for specific device targets.  These primarily consist of
5 ARM cores, but other types have been supported.  New targets should be
6 developed by following or using these APIs.
7
8 The Target Support module contains APIs that cover several functional areas:
9
10   - @subpage targetarm
11   - @subpage targetnotarm
12   - @subpage targetmips
13   - @subpage targetregister
14   - @subpage targetimage
15   - @subpage targettrace
16
17 This section needs to be expanded.
18
19 */
20
21 /** @page targetarm OpenOCD ARM Targets
22
23 This section needs to describe OpenOCD's ARM target support.
24
25  */
26
27 /** @page targetregister OpenOCD Target Register API
28
29 This section needs to describe OpenOCD's Target Register API, as
30 provided by 'src/target/register.h'.
31
32  */
33
34 /** @page targetimage OpenOCD Target Image API
35
36 This section needs to describe OpenOCD's Target Image API, as provided
37 by 'src/target/image.h'.
38
39  */
40
41 /** @page targettrace OpenOCD Target Trace API
42
43 This section needs to describe OpenOCD's Target Trace API, as provided
44 by 'src/target/trace.h'.
45
46  */