mirror of
https://github.com/peter-tanner/tinyusb-cdc-stm32f302c8-stm32-hal-minimal.git
synced 2024-11-30 09:00:15 +08:00
16 lines
423 B
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
|
|
}
|