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.