canbus, modbus working, valve has to be implemented in real

This commit is contained in:
2025-06-19 16:56:21 +02:00
parent 852c5c72be
commit e9fc370094
33 changed files with 1261 additions and 870 deletions

View File

@@ -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": {
}
}