Add current draft of The List of Pending and Open Tasks.
[fw/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 targetregister
13   - @subpage targetimage
14   - @subpage targettrace
15
16 This section needs to be expanded.
17
18 */
19
20 /** @page targetarm OpenOCD ARM Targets
21
22 This section needs to describe OpenOCD's ARM target support.
23
24  */
25
26 /** @page targetnotarm OpenOCD Non-ARM Targets
27
28 This section needs to describe OpenOCD's non-ARM target support.
29
30  */
31
32 /** @page targetregister OpenOCD Target Register API
33
34 This section needs to describe OpenOCD's Target Register API, as
35 provided by 'src/target/register.h'.
36
37  */
38
39 /** @page targetimage OpenOCD Target Image API
40
41 This section needs to describe OpenOCD's Target Image API, as provided
42 by 'src/target/image.h'.
43
44  */
45
46 /** @page targettrace OpenOCD Target Trace API
47
48 This section needs to describe OpenOCD's Target Trace API, as provided
49 by 'src/target/trace.h'.
50
51  */