zephyr/subsys/modbus
Michael Trimarchi b4bac3d7f1 modbus: cancel the server_work in modbus disable
Allow to periodically initializes/disables the modbus interface.
Switch from modbus line discipline to serial and switch back to modbus.
This can be required when the serial is shared by two sensors

Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
2023-05-22 10:50:20 +02:00
..
CMakeLists.txt modbus: add raw ADU support 2021-03-19 15:50:21 +01:00
Kconfig crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
modbus_client.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
modbus_core.c modbus: cancel the server_work in modbus disable 2023-05-22 10:50:20 +02:00
modbus_internal.h includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
modbus_raw.c modbus: add user data for adu callback 2022-09-02 10:51:57 +02:00
modbus_serial.c modbus: serial: Convert to DEVICE_DT_GET 2022-06-30 10:32:42 +02:00
modbus_server.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00