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.
 
 
 
 
 
 

49 lines
1.0 KiB

  1. /** @page helperdocs OpenOCD Helper APIs
  2. OpenOCD uses several low-level APIs as the foundation for high-level APIs:
  3. - @subpage helperporting
  4. - @subpage helperjim
  5. - @subpage helpercommand
  6. - @subpage helperlogging
  7. - @subpage helperbuffers
  8. This section needs to be expanded.
  9. */
  10. /** @page helperporting OpenOCD Types/Portability APIs
  11. This section needs to be expanded to describe OpenOCD's type and
  12. portability API.
  13. */
  14. /** @page helperjim OpenOCD Jim API
  15. The Jim API provides access to a small-footprint TCL implementation.
  16. Visit http://jim.berlios.de/ for more information on Jim.
  17. This section needs to be expanded to describe OpenOCD's Jim API.
  18. */
  19. /** @page helpercommand OpenOCD Command API
  20. This section needs to be expanded to describe OpenOCD's Command API.
  21. */
  22. /** @page helperlogging OpenOCD Logging API
  23. This section needs to be expanded to describe OpenOCD's Logging API.
  24. */
  25. /** @page helperbuffers OpenOCD Byte Buffer API
  26. This section needs to be expanded to describe OpenOCD's Byte Buffer API.
  27. */