Files
TencentOS-tiny/components/gui/LittlevGL/3rdparty/lvgl/scripts/cppcheck_run.sh
supowang 3260ba3161 add LittlevGL demo
add LittlevGL demo on stm32f746 discovery board
2019-10-12 14:57:31 +08:00

3 lines
194 B
Bash

cppcheck --template="{severity}\t{file}:{line}\t{id}: {message}" --enable=all ../src/ --output-file=cppcheck_res.txt --suppress=unusedFunction --suppress=preprocessorErrorDirective --force