{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/func_gen_stm32f303re_nucleo/Core/**", "${workspaceFolder}/func_gen_stm32f303re_nucleo/Drivers/**", "${workspaceFolder}/shared_libs/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE", "STM32F303xE", "USE_HAL_DRIVER" ], "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 }