cortex_a: fix endiannes issues on TI TMS570
[openocd.git] / doc / manual / flash.txt
bloba9f6c2a55b6e870e9d49a3dd2a96eb6828901037
1 /** @page flashdocs OpenOCD Flash APIs
3 OpenOCD provides its Flash APIs for developers to support different
4 types of flash devices, some of which are built-in to target devices
5 while others may be connected via standard memory interface (e.g. CFI,
6 FMI, etc.).
8 The Flash module provides the following APIs:
10   - @subpage flashcfi
11   - @subpage flashnand
12   - @subpage flashtarget
14 This section needs to be expanded.
19 /** @page flashcfi OpenOCD CFI Flash API
21 This section needs to be expanded to describe OpenOCD's CFI Flash API.
25 /** @page flashnand OpenOCD NAND Flash API
27 This section needs to be expanded to describe OpenOCD's NAND Flash API.
31 /** @page flashtarget OpenOCD Target Flash API
33 This section needs to be expanded to describe OpenOCD's Target Flash API.