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.
工具/软件:Code Composer Studio
driverlib 文件有许多 MISRA:2004违规;是否有任何方法可以排除它们? 特别是文件 tlv.c 有很多。
我希望 MISRA 检查我的所有代码、但不检查 driverlib 代码。
谢谢、
Derek
尊敬的 Derek:
您可以对要排除的文件使用特定于文件的选项。 这些选项将覆盖项目级别选项:
谢谢
Ki