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.
 
 
 
 
 
 

47 lines
1.1 KiB

  1. /** @page targetdocs OpenOCD Target APIs
  2. OpenOCD provides its Target APIs to allow developers to provide trace and
  3. debugging support for specific device targets. These primarily consist of
  4. ARM cores, but other types have been supported. New targets should be
  5. developed by following or using these APIs.
  6. The Target Support module contains APIs that cover several functional areas:
  7. - @subpage targetarm
  8. - @subpage targetnotarm
  9. - @subpage targetmips
  10. - @subpage targetregister
  11. - @subpage targetimage
  12. - @subpage targettrace
  13. This section needs to be expanded.
  14. */
  15. /** @page targetarm OpenOCD ARM Targets
  16. This section needs to describe OpenOCD's ARM target support.
  17. */
  18. /** @page targetregister OpenOCD Target Register API
  19. This section needs to describe OpenOCD's Target Register API, as
  20. provided by 'src/target/register.h'.
  21. */
  22. /** @page targetimage OpenOCD Target Image API
  23. This section needs to describe OpenOCD's Target Image API, as provided
  24. by 'src/target/image.h'.
  25. */
  26. /** @page targettrace OpenOCD Target Trace API
  27. This section needs to describe OpenOCD's Target Trace API, as provided
  28. by 'src/target/trace.h'.
  29. */