You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 lines
785 B

  1. /** @page flashdocs OpenOCD Flash APIs
  2. OpenOCD provides its Flash APIs for developers to support different
  3. types of flash devices, some of which are built-in to target devices
  4. while others may be connected via standard memory interface (e.g. CFI,
  5. FMI, etc.).
  6. The Flash module provides the following APIs:
  7. - @subpage flashcfi
  8. - @subpage flashnand
  9. - @subpage flashtarget
  10. This section needs to be expanded.
  11. */
  12. /** @page flashcfi OpenOCD CFI Flash API
  13. This section needs to be expanded to describe OpenOCD's CFI Flash API.
  14. */
  15. /** @page flashnand OpenOCD NAND Flash API
  16. This section needs to be expanded to describe OpenOCD's NAND Flash API.
  17. */
  18. /** @page flashtarget OpenOCD Target Flash API
  19. This section needs to be expanded to describe OpenOCD's Target Flash API.
  20. */