From b7985b957d0c259e9869763199c5cbf8ae9f4709 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 9 Mar 2015 10:48:08 +0000 Subject: MISRA pass on low level device drivers templates. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7739 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- test/rt/testbuild/pclint/waivers.lnt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'test/rt') diff --git a/test/rt/testbuild/pclint/waivers.lnt b/test/rt/testbuild/pclint/waivers.lnt index 67befb44a..13a964f92 100644 --- a/test/rt/testbuild/pclint/waivers.lnt +++ b/test/rt/testbuild/pclint/waivers.lnt @@ -5,13 +5,18 @@ +libclass(angle,ansi) +libh(core_cm4.h) +libh(stm32f4xx.h) -+libh(*LLD.h) ++libh(*_lld.h) + +/* Permitting anonymous unions.*/ ++fan /* Silencing common non-MISRA info generated by PCLint in -w3 mode. All of - them have been controlled. Other infos have been fixed in the code.*/ --e526 -e537 + them have been controlled. Other infos have been fixed in the code. + Remove temporarily the following -e in order to perform extra code quality + checks.*/ +-e526 -e537 -e552 -e613 --e714 -e716 -e717 -e749 -e757 -e758 -e759 -e768 -e773 -e778 -e793 +-e714 -e716 -e717 -e749 -e757 -e758 -e759 -e766 -e768 -e769 -e773 -e778 -e793 -e826 -e830 -e835 -e845 /* Removing *advisory* directives and rules that would negatively impact -- cgit v1.2.3