forked from riverdi/riverdi-50-stm32u5-lvgl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.ccls
37 lines (37 loc) · 1.45 KB
/
.ccls
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
37
/sbin/arm-none-eabi-gcc
-DDEBUG
-DLV_GPU_DMA2D_CMSIS_INCLUDE=\\\"/home/czwicker/code/GR/Dash-Panel-V2-25/Drivers/CMSIS/Device/ST/STM32U5xx/Include/stm32u5xx.h\\\"
-DSTM32U599xx
-DUSE_HAL_DRIVER
-I/home/czwicker/code/GR/Dash-Panel-V2-25/Middlewares/Third_Party/LVGL
-I/home/czwicker/code/GR/Dash-Panel-V2-25/cmake/stm32cubemx/../../Core/Inc
-I/home/czwicker/code/GR/Dash-Panel-V2-25/cmake/stm32cubemx/../../Drivers/STM32U5xx_HAL_Driver/Inc
-I/home/czwicker/code/GR/Dash-Panel-V2-25/cmake/stm32cubemx/../../Drivers/STM32U5xx_HAL_Driver/Inc/Legacy
-I/home/czwicker/code/GR/Dash-Panel-V2-25/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32U5xx/Include
-I/home/czwicker/code/GR/Dash-Panel-V2-25/cmake/stm32cubemx/../../Drivers/CMSIS/Include
-I/home/czwicker/code/GR/Dash-Panel-V2-25/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/include
-I/home/czwicker/code/GR/Dash-Panel-V2-25/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM33_NTZ/non_secure
-I/home/czwicker/code/GR/Dash-Panel-V2-25/cmake/stm32cubemx/../../Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS_V2
-I/home/czwicker/code/GR/Dash-Panel-V2-25/cmake/stm32cubemx/../../Middlewares/Third_Party/CMSIS/RTOS2/Include
-mcpu=cortex-m33
-mfpu=fpv4-sp-d16
-mfloat-abi=hard
-Wall
-Wextra
-Wpedantic
-fdata-sections
-ffunction-sections
-O0
-g3
-mcpu=cortex-m33
-mfpu=fpv4-sp-d16
-mfloat-abi=hard
-Wall
-Wextra
-Wpedantic
-fdata-sections
-ffunction-sections
-O0
-g3
-g
-std=gnu11