You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.0 KiB
28 lines
1.0 KiB
{
|
|
"configurations": [
|
|
{
|
|
"name": "app",
|
|
"includePath": [
|
|
"./Core/Inc",
|
|
"./Drivers/STM32F4xx_HAL_Driver/Inc",
|
|
"./Drivers/STM32F4xx_HAL_Driver/Inc/Legacy",
|
|
"./Middlewares/Third_Party/FreeRTOS/Source/include",
|
|
"./Middlewares/Third_Party/FreeRTOS/Source/CMSIS_RTOS",
|
|
"./Middlewares/Third_Party/FreeRTOS/Source/portable/GCC/ARM_CM4F",
|
|
"./Drivers/CMSIS/Device/ST/STM32F4xx/Include",
|
|
"./Drivers/CMSIS/Include",
|
|
"C:/ST/STM32CubeIDE_1.13.0/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.11.3.rel1.win32_1.1.0.202305231506/tools/arm-none-eabi/include",
|
|
"./usrc/",
|
|
"./sdk",
|
|
"./"
|
|
],
|
|
"defines": [
|
|
"DEBUG",
|
|
"USE_HAL_DRIVER",
|
|
"STM32F407xx"
|
|
],
|
|
"intelliSenseMode": "${default}"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|