irrigation_system/software/.vscode/settings.json

23 lines
618 B
JSON

{
"files.associations": {
"log.h": "c",
"modbus.h": "c",
"array": "c",
"string": "c",
"string_view": "c",
"canbus.h": "c",
"kernel.h": "c",
"settings.h": "c",
"can.h": "c",
"stdlib.h": "c",
"reboot.h": "c"
},
"C_Cpp.default.compileCommands": [
"build/compile_commands.json",
"../build/compile_commands.json"
],
"cmake.sourceDirectory": "/home/edi/zephyrproject/projects/irrigation_system/software/test_canbus",
"nrf-connect.applications": [
"${workspaceFolder}/test_canbus"
],
}