]> git.sur5r.net Git - openocd/blob - doc/manual/helper.txt
Provide brief description of newly factored TCL layer in The Manual.
[openocd] / doc / manual / helper.txt
1 /** @page helperdocs OpenOCD Helper APIs
2
3 OpenOCD uses several low-level APIs as the foundation for high-level APIs:
4
5   - @subpage helperporting
6   - @subpage helperjim
7   - @subpage helpercommand
8   - @subpage helperlogging
9   - @subpage helperbuffers
10
11 This section needs to be expanded.
12
13  */
14
15 /** @page helperporting OpenOCD Types/Portability APIs
16
17 This section needs to be expanded to describe OpenOCD's type and
18 portability API.
19
20  */
21
22 /** @page helperjim OpenOCD Jim API
23
24 The Jim API provides access to a small-footprint TCL implementation.
25
26 Visit http://jim.berlios.de/ for more information on Jim.
27
28 This section needs to be expanded to describe OpenOCD's Jim API.
29
30  */
31
32 /** @page helpercommand OpenOCD Command API
33
34 This section needs to be expanded to describe OpenOCD's Command API.
35
36  */
37
38 /** @page helperlogging OpenOCD Logging API
39
40 This section needs to be expanded to describe OpenOCD's Logging API.
41
42  */
43
44 /** @page helperbuffers OpenOCD Byte Buffer API
45
46 This section needs to be expanded to describe OpenOCD's Byte Buffer API.
47
48  */