mirror of
https://github.com/ttrftech/NanoVNA.git
synced 2025-12-06 03:31:59 +01:00
env: add vscode configulation
This commit is contained in:
parent
90ecc7992d
commit
ef611c6e24
20
.vscode/c_cpp_properties.json
vendored
Normal file
20
.vscode/c_cpp_properties.json
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Mac",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/ChibiOS/os/hal/ports/STM32/**",
|
||||
"${workspaceFolder}/ChibiOS/os/common/ext/CMSIS/ST/STM32F0xx/**",
|
||||
"${workspaceFolder}/ChibiOS/os/common/startup/ARMCMx/**",
|
||||
"${workspaceFolder}/ChibiOS/os/hal/ports/common/ARMCMx/**",
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"defines": ["STM32F072xB"],
|
||||
"macFrameworkPath": [],
|
||||
"compilerPath": "/usr/local/bin/arm-none-eabi-gcc",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++17"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"C_Cpp.errorSquiggles": "Disabled"
|
||||
}
|
||||
Loading…
Reference in a new issue