tinyusb-cdc-stm32f302c8-stm.../.vscode/c_cpp_properties.json

16 lines
423 B
JSON

{
"configurations": [
{
"name": "stm32",
"includePath": [
"C:\\ST\\STM32CubeCLT_1.15.1\\GNU-tools-for-STM32\\lib\\**",
"${workspaceFolder}/**"
],
"defines": ["_DEBUG", "UNICODE", "_UNICODE"],
"configurationProvider": "ms-vscode.cmake-tools",
"compilerPath": "C:\\ST\\STM32CubeCLT_1.15.1\\GNU-tools-for-STM32\\bin\\arm-none-eabi-gcc.exe"
}
],
"version": 4
}