2021-01-10 05:20 AM
Dear ST Hello,
I am looking for a code style for my project. I found this website link below, but this style is quite old "1995". Could you please share with me the code style you know?
link: https://ptolemy.berkeley.edu/projects/embedded/research/vis/doc/VisEngineering/vis_eng/node1.html
We are looking for certification, The idea is to certify this code by the end of dev.
Thank you in advance,
S.Tarik
Solved! Go to Solution.
2021-01-10 06:49 AM
Thats a wide area. You should check in advance what's needed for your certification. There are general coding styles proposed by Barr Group https://barrgroup.com/embedded-systems/books/embedded-c-coding-standard or you check any large-scale open source project like GNU: https://www.gnu.org/prep/standards/html_node/Writing-C.html. There are domain specific standards like MISRA-C.
2021-01-10 06:49 AM
Thats a wide area. You should check in advance what's needed for your certification. There are general coding styles proposed by Barr Group https://barrgroup.com/embedded-systems/books/embedded-c-coding-standard or you check any large-scale open source project like GNU: https://www.gnu.org/prep/standards/html_node/Writing-C.html. There are domain specific standards like MISRA-C.
2021-01-10 08:06 AM
Thank you very interesting!
2021-01-10 09:38 AM