Hi,
I saw that the TI-RTOS drivers documentation was created using Doxygen + GraphViz. (file:///C:/ti/tirtos_cc13xx_cc26xx_2_18_01_04/products/tidrivers_cc13xx_cc26xx_2_16_01_13/docs/doxygen/html/index.html)
I am trying to do the same.
I installed Eclox, which is a Eclipse plugin that calls the Doxygen and GraphViz.
When calling it, I get the following error:
error: Problems running dot: exit code=-1, command='dot', arguments='"C:/Users/engenharia7/workspace_v6_2/empty_CC1310_LAUNCHXL_TI/Doxygen/latex/_board_8h__incl.dot" -Tpdf -o "C:/Users/engenharia7/workspace_v6_2/empty_CC1310_LAUNCHXL_TI/Doxygen/latex/_board_8h__incl.pdf"'
The .dot files were created in the Doxygen output folder.
I can even generate the graphs using these .dot files if use the GraphViz tool outside the Eclipse.
But, for a unkown reason, the tool can't do it inside Eclipe.
Can the people responsable for generate the Driver documentation help me?
Thank you!