migrated vscode comfig files
This commit is contained in:
parent
6618f35f7d
commit
bf33ef43d7
3 changed files with 29 additions and 0 deletions
6
firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/arduino.json
vendored
Normal file
6
firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/arduino.json
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"board": "MiniCore:avr:328",
|
||||
"configuration": "bootloader=uart0,variant=modelPB,BOD=1v8,LTO=Os,clock=8MHz_internal",
|
||||
"programmer": "AVRISP mkII",
|
||||
"sketch": "src\\Pyr0_Piezo_Sensor_v2.x.x.cpp"
|
||||
}
|
||||
23
firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/c_cpp_properties.json
vendored
Normal file
23
firmware/AVR-Source/Pyr0_Piezo_Sensor_v2.x.x/.vscode/c_cpp_properties.json
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Win32",
|
||||
"includePath": [
|
||||
"${HOME}\\AppData\\Local\\Arduino15\\packages\\MiniCore\\hardware\\avr\\2.0.3\\**",
|
||||
"${workspaceFolder}\\**",
|
||||
"D:\\Arduino\\**"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
"UNICODE",
|
||||
"_UNICODE"
|
||||
],
|
||||
"compilerPath": "C:\\Program Files\\LLVM\\bin\\clang.exe",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "clang-x64",
|
||||
"forcedInclude": []
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
Loading…
Reference in a new issue