irrigation_system/software/apps/slave_node
Eduard Iten 6f81e84541 feat(slave_node): Implement initial Modbus RTU server
- Add a basic Modbus RTU server implementation based on Zephyr samples.
- Configure usart1 for Modbus via a board overlay.
- The server initializes and runs, but polling with mbpoll results in a timeout.
- This commit captures a functional but non-working state for further debugging.
2025-07-01 13:41:22 +02:00
..
boards feat(slave_node): Implement initial Modbus RTU server 2025-07-01 13:41:22 +02:00
src feat(slave_node): Implement initial Modbus RTU server 2025-07-01 13:41:22 +02:00
CMakeLists.txt refactor(slave_node): Clean up initial configuration 2025-07-01 12:09:36 +02:00
prj.conf feat(slave_node): Implement initial Modbus RTU server 2025-07-01 13:41:22 +02:00