summaryrefslogtreecommitdiff
path: root/doc/manual/flash.txt
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-13 08:58:08 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-13 08:58:08 +0000
commit624aa80f8478a9beb3ee9497a535a80ec2d42638 (patch)
tree0c8539e8b5c80c4d98585cdd048f31663f2cd440 /doc/manual/flash.txt
parent23a07044516db49c31904b912ae189b27123e5a4 (diff)
downloadopenocd+libswd-624aa80f8478a9beb3ee9497a535a80ec2d42638.tar.gz
openocd+libswd-624aa80f8478a9beb3ee9497a535a80ec2d42638.tar.bz2
openocd+libswd-624aa80f8478a9beb3ee9497a535a80ec2d42638.tar.xz
openocd+libswd-624aa80f8478a9beb3ee9497a535a80ec2d42638.zip
Commit skeleton files for high-level developer manual using doxygen.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1771 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc/manual/flash.txt')
-rw-r--r--doc/manual/flash.txt35
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/manual/flash.txt b/doc/manual/flash.txt
new file mode 100644
index 00000000..dbc4b94b
--- /dev/null
+++ b/doc/manual/flash.txt
@@ -0,0 +1,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.
+
+*/