mips32_pracc: jump to 0xff20.0200 if cpu reads wrong addr
[openocd.git] / doc / manual / target.txt
blob7e9767f8f8b365e5941b7720ec3519dd9840f95a
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:
10   - @subpage targetarm
11   - @subpage targetnotarm
12   - @subpage targetmips
13   - @subpage targetregister
14   - @subpage targetimage
15   - @subpage targettrace
17 This section needs to be expanded.
21 /** @page targetarm OpenOCD ARM Targets
23 This section needs to describe OpenOCD's ARM target support.
25  */
27 /** @page targetregister OpenOCD Target Register API
29 This section needs to describe OpenOCD's Target Register API, as
30 provided by 'src/target/register.h'.
32  */
34 /** @page targetimage OpenOCD Target Image API
36 This section needs to describe OpenOCD's Target Image API, as provided
37 by 'src/target/image.h'.
39  */
41 /** @page targettrace OpenOCD Target Trace API
43 This section needs to describe OpenOCD's Target Trace API, as provided
44 by 'src/target/trace.h'.
46  */