irrigation_system/software/apps/slave_node
Eduard Iten 8cab3eecc1 feat(settings): Implement persistent Modbus configuration
- Integrate the Zephyr Settings subsystem to persist Modbus parameters.
- Use NVS (Non-Volatile Storage) as the backend with a dedicated flash partition.
- Modbus baudrate and slave ID are now loaded at startup.
- Changes made via the shell are saved to flash and survive a reboot.
- Add a 'reset' command to the shell for easier testing.
- Fix all compiler and devicetree warnings for a clean build.
2025-07-01 16:44:32 +02:00
..
boards feat(settings): Implement persistent Modbus configuration 2025-07-01 16:44:32 +02:00
src feat(settings): Implement persistent Modbus configuration 2025-07-01 16:44:32 +02:00
CMakeLists.txt feat(settings): Implement persistent Modbus configuration 2025-07-01 16:44:32 +02:00
prj.conf feat(settings): Implement persistent Modbus configuration 2025-07-01 16:44:32 +02:00