canbus, modbus working, valve has to be implemented in real
This commit is contained in:
31
software/.vscode/settings.json
vendored
31
software/.vscode/settings.json
vendored
@@ -1,23 +1,12 @@
|
||||
{
|
||||
"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"
|
||||
],
|
||||
// Hush CMake
|
||||
"cmake.configureOnOpen": false,
|
||||
|
||||
// IntelliSense
|
||||
"C_Cpp.default.compilerPath": "${userHome}/zephyr-sdk-0.17.1/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc.exe",
|
||||
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
|
||||
|
||||
// File Associations
|
||||
"files.associations": {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user