This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PROCESSOR-SDK-AM64X: AStyle Automation for Coding Standards

Part Number: PROCESSOR-SDK-AM64X

Tool/software:

Hi,  

This is your code standard.   https://software-dl.ti.com/hercules/hercules_public_sw/HerculesMCU_C_CodingGuidelines.pdf

Is there a python script and "style" script  on your side  to auto fix the Style and coding standard problem?

eg: I have a dummy.c   with bad code style. 

after run  ./astyle.sh  dummy.c     the bad code style will be fixed.   or python. 


eg:

https://github.com/igrr/astyle_py

 

https://github.com/steinwurf/astyle

Thanks.