You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To start the project, fork the project and ensure you are able to follow along the steps outlined in SETUP.md.
TOOLS
There are some neat tools you can use to get you started in the project.
cscope: allows you to quickly search and examine C code such as where a macro is defined or where the function has been called
you will need to install cscope on your machine to use it
the reference file needs to be generated which can be done by running make cscope under the directory pam
doxygen: a documentation code generator that gives you a web interface to view the code and see where the function has been called and generates a call graph.
DocumentationImprovements or additions to documentation
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
To start the project, fork the project and ensure you are able to follow along the steps outlined in SETUP.md.
TOOLS
There are some neat tools you can use to get you started in the project.
cscope
: allows you to quickly search and examine C code such as where a macro is defined or where the function has been calledcscope
on your machine to use itmake cscope
under the directorypam
doxygen
: a documentation code generator that gives you a web interface to view the code and see where the function has been called and generates a call graph.Utilize any other tools you like such as
opengrok
.Beta Was this translation helpful? Give feedback.
All reactions