Tool/software: Code Composer Studio
The driverlib files have a number of MISRA:2004 violations; is there any way to exclude them? The file tlv.c in particular has a lot.
I want MISRA to check all my code but not the driverlib code.
Thanks,
Derek
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.
Tool/software: Code Composer Studio
The driverlib files have a number of MISRA:2004 violations; is there any way to exclude them? The file tlv.c in particular has a lot.
I want MISRA to check all my code but not the driverlib code.
Thanks,
Derek
Hello Derek,
You can use file specific options on the files you wish to exclude. These will override the project level options:
Thanks
ki