feat(app): Add CAN node application

This commit introduces a new CAN node application for the irrigation system.

The application initializes the settings subsystem and the valve system. It is intended to be used on a CAN bus to control a valve.
Signed-off-by: Eduard Iten <eduard@iten.pro>
This commit is contained in:
2025-07-22 10:54:21 +02:00
parent 9325fa20c8
commit d92a1d9533
14 changed files with 346 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
rsource "../../lib/Kconfig"
source "Kconfig.zephyr"