// This file contains the list of suppressions used by the cppcheck tool
//
// The surpression format:
// [error id]:[filename]
// 
// Example where all the warnings under the "drivers" folder are suppressed:
// *:drivers/*
// 
// Please use ".cppcheckignore" only for files/folders that are included
// as libraries/modules and are outside of the scope of this repository. 
//
// Another alternative is using inline suppressions. Please see Cppcheck manual
// for further information: https://cppcheck.sourceforge.net/manual.pdf 

*:drivers/adc/ad9081/api/*
*:drivers/rf-transceiver/navassa/common/*
*:drivers/rf-transceiver/navassa/devices/*
*:drivers/rf-transceiver/navassa/third_party/*
*:drivers/rf-transceiver/madura/common/*
*:drivers/rf-transceiver/madura/devices/*
*:drivers/rf-transceiver/madura/platforms/*
*:drivers/adc/ad9083/ad9083_api
*:libraries/fatfs/*
*:libraries/mbedtls/*
*:legacy/*
*:tools/scripts/platform/*
