aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/flash.txt
blob: dbc4b94bf6a834af9507b3d3c09b9a65b6507bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/** @page flashdocs OpenOCD Flash APIs

OpenOCD provides its Flash APIs for developers to support different
types of flash devices, some of which are built-in to target devices
while others may be connected via standard memory interface (e.g. CFI,
FMI, etc.).

The Flash module provides the following APIs:

  - @subpage flashcfi 
  - @subpage flashnand
  - @subpage flashtarget

This section needs to be expanded.

*/


/** @page flashcfi OpenOCD CFI Flash API

This section needs to be expanded to describe OpenOCD's CFI Flash API.

*/

/** @page flashnand OpenOCD NAND Flash API

This section needs to be expanded to describe OpenOCD's NAND Flash API.

*/

/** @page flashtarget OpenOCD Target Flash API

This section needs to be expanded to describe OpenOCD's Target Flash API.

*/