List of Lint messages which will be suppressed and not shown:
- Error 10:
register uint32_t __regBasePri __asm("basepri");
Error 10: Expecting ';'
- Error 530:
return(__regBasePri);
Warning 530: Symbol '__regBasePri' (line 264) not initialized
- Error 550:
__regBasePri = (basePri & 0x1ff);
Warning 550: Symbol '__regBasePri' (line 271) not accessed
- Error 754:
uint32_t RESERVED0[24];
Info 754: local structure member '<some, not used in the HAL>' (line 109, file ./cm3_core.h) not referenced
- Error 750:
#define CM3_CORE_H
Info 750: local macro 'CM3_CORE_H' (line 43, file./cm3_core.h) not referenced
- Error 528:
static __INLINE void NVIC_DisableIRQ(uint32_t IRQn)
Warning 528: Symbol 'NVIC_DisableIRQ(unsigned int)' (line 419, file ./cm3_core.h) not referenced
Note: To re-enable a Message, insert a space before 'lint' *