arm9tdmi vector_catch: reserved means "don't use"
[openocd.git] / doc / manual / helper.txt
blob91bf2d51be04245d0bb864b2a071b9c782cfd75e
1 /** @page helperdocs OpenOCD Helper APIs
3 OpenOCD uses several low-level APIs as the foundation for high-level APIs:
5   - @subpage helperporting
6   - @subpage helperjim
7   - @subpage helpercommand
8   - @subpage helperlogging
9   - @subpage helperbuffers
11 This section needs to be expanded.
13  */
15 /** @page helperporting OpenOCD Types/Portability APIs
17 This section needs to be expanded to describe OpenOCD's type and
18 portability API.
20  */
22 /** @page helperjim OpenOCD Jim API
24 The Jim API provides access to a small-footprint TCL implementation.
26 Visit http://jim.berlios.de/ for more information on Jim.
28 This section needs to be expanded to describe OpenOCD's Jim API.
30  */
32 /** @page helpercommand OpenOCD Command API
34 This section needs to be expanded to describe OpenOCD's Command API.
36  */
38 /** @page helperlogging OpenOCD Logging API
40 This section needs to be expanded to describe OpenOCD's Logging API.
42  */
44 /** @page helperbuffers OpenOCD Byte Buffer API
46 This section needs to be expanded to describe OpenOCD's Byte Buffer API.
48  */