1 /** @page targetdocs OpenOCD Target APIs
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.
8 The Target Support module contains APIs that cover several functional areas:
11 - @subpage targetnotarm
12 - @subpage targetregister
13 - @subpage targetimage
14 - @subpage targettrace
16 This section needs to be expanded.
20 /** @page targetarm OpenOCD ARM Targets
22 This section needs to describe OpenOCD's ARM target support.
26 /** @page targetregister OpenOCD Target Register API
28 This section needs to describe OpenOCD's Target Register API, as
29 provided by 'src/target/register.h'.
33 /** @page targetimage OpenOCD Target Image API
35 This section needs to describe OpenOCD's Target Image API, as provided
36 by 'src/target/image.h'.
40 /** @page targettrace OpenOCD Target Trace API
42 This section needs to describe OpenOCD's Target Trace API, as provided
43 by 'src/target/trace.h'.