33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Win32",
|
|
"includePath": [
|
|
"${workspaceFolder}/func_gen_stm32f303re_nucleo/Core/Inc",
|
|
"${workspaceFolder}/func_gen_stm32f303re_nucleo/Drivers/CMSIS/Core/Include",
|
|
"${workspaceFolder}/func_gen_stm32f303re_nucleo/Drivers/CMSIS/Device/ST/STM32F3xx/Include",
|
|
"${workspaceFolder}/func_gen_stm32f303re_nucleo/Drivers/STM32F3xx_HAL_Driver/Inc",
|
|
"${workspaceFolder}/shared_libs",
|
|
"${workspaceFolder}/shared_libs/bitmaps",
|
|
"${workspaceFolder}/shared_libs/controllers",
|
|
"${workspaceFolder}/shared_libs/disp_layout",
|
|
"${workspaceFolder}/shared_libs/display",
|
|
"${workspaceFolder}/shared_libs/drivers/**",
|
|
"${workspaceFolder}/shared_libs/utils/**"
|
|
],
|
|
"defines": [
|
|
"_DEBUG",
|
|
"UNICODE",
|
|
"_UNICODE",
|
|
"STM32F303xE",
|
|
"USE_HAL_DRIVER",
|
|
"ULOG_ENABLED"
|
|
],
|
|
"compilerPath": "C:/MyApps/arm-gcc/gcc-arm-none-eabi-10.3-2021.10/bin/arm-none-eabi-gcc.exe",
|
|
"cStandard": "c11",
|
|
"cppStandard": "gnu++17",
|
|
"intelliSenseMode": "windows-gcc-arm"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |