-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathapplication.cppcheck
More file actions
36 lines (36 loc) · 1.54 KB
/
Copy pathapplication.cppcheck
File metadata and controls
36 lines (36 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<project version="1">
<builddir>application-cppcheck-build-dir</builddir>
<analyze-all-vs-configs>false</analyze-all-vs-configs>
<check-headers>true</check-headers>
<check-unused-templates>true</check-unused-templates>
<max-ctu-depth>2</max-ctu-depth>
<max-template-recursion>100</max-template-recursion>
<includedir>
<dir name="stm32/Core/Inc/"/>
<dir name="stm32/Drivers/CMSIS/Include/"/>
<dir name="stm32/Drivers/CMSIS/Device/ST/STM32F3xx/Include/"/>
<dir name="stm32/Drivers/STM32F3xx_HAL_Driver/Inc/"/>
<dir name="stm32/Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2/"/>
<dir name="stm32/Middlewares/Third_Party/FreeRTOS/Source/include/"/>
<dir name="stm32/Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F/"/>
</includedir>
<defines>
<define name="__GNUC__"/>
<define name="STM32F303x8"/>
<define name="IMAGE_ID=1"/>
<define name="SHORT_GIT_HASH="0123456789""/>
<define name="VERSION_BUGFIX=0"/>
<define name="VERSION_MINOR=1"/>
<define name="VERSION_MAJOR=1"/>
</defines>
<paths>
<dir name="sources"/>
</paths>
<suppressions>
<suppression>missingIncludeSystem</suppression>
<suppression>invalidPrintfArgType_sint</suppression>
<suppression fileName="stm32\Drivers\CMSIS\Include\core_cm4.h">constVariablePointer</suppression>
</suppressions>
<project-name>application</project-name>
</project>