zephyr/samples/subsys
Constantin Krischke 8ee675946c modbus: stop bits can now be set individually in client mode
Added the stop_bits_client parameter to the modbus_serial_param struct.
Being able to configure the number of stop bits for the client
independently from the parity setting, allows to support connecting to
modbus server that do not follow the MODBUS over Serial Line Specification
and Implementation Guide.

Signed-off-by: Constantin Krischke <constantin.krischke@lemonbeat.com>
Signed-off-by: Jan Geldmacher <jan.geldmacher@lemonbeat.com>
2022-03-24 08:23:17 -04:00
..
audio/sof sof: disable the System Agent 2022-03-16 18:33:58 -04:00
canbus everywhere: fix typos 2022-03-18 13:24:08 -04:00
console samples: subsys: console: Fix typo in README file 2022-03-21 17:55:08 +01:00
cpp tests and samples: Don't build some C++ tests under XCC 2022-02-21 19:37:54 -05:00
debug samples: debug/gdbstub: update instructions to run 2021-11-30 15:24:00 -05:00
display doc: use :kconfig:option: domain role 2022-03-02 09:28:37 +01:00
edac cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
fs fs: littlefs: sample: Generate fname[12] strings after mount 2022-03-15 10:01:54 +01:00
ipc samples: ipc: openamp_rsc_table: do not enable CONFIG_IPM_MCUX 2022-03-24 10:41:39 +01:00
logging samples: logging/dictionary: set UART backend to do dictionary 2022-03-10 13:48:08 -05:00
lorawan/class_a samples: prefix should be sample, not samples 2022-03-18 10:50:57 -04:00
mgmt samples: subsys: mgmt: smp_svr: Fix dupicate fs mgmt registration 2022-03-24 11:56:48 +01:00
modbus modbus: stop bits can now be set individually in client mode 2022-03-24 08:23:17 -04:00
nvs samples: subsys: nvs: use nvs_mount 2022-03-01 12:46:34 +01:00
pm/device_pm everywhere: fix typos 2022-03-18 13:24:08 -04:00
portability samples: fix wrong extra_args definitions 2022-01-04 17:15:06 -05:00
settings everywhere: fix typos 2022-03-18 13:24:08 -04:00
shell everywhere: fix typos 2022-03-18 13:24:08 -04:00
task_wdt samples: task_wdt: Increase min watchdog timeout 2022-02-09 14:07:26 -06:00
testsuite everywhere: fix typos 2022-03-18 13:24:08 -04:00
tracing everywhere: fix typos 2022-03-18 13:24:08 -04:00
usb everywhere: fix typos 2022-03-18 13:24:08 -04:00
video cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
subsys.rst