56 Commits (main)

Author SHA1 Message Date
Benjamin Cabé 332d8b37ff modbus: fix Apache-2.0 SPDX License identifier case 4 weeks ago
Maksim Salau c2fd84fdd5 modbus: serial: Ignore received data when reception is disabled 4 weeks ago
Maksim Salau bdd94261a5 modbus: serial: Add non-compliant mode with custom stop-bit settings 4 weeks ago
Stephan Gatzka bda1970b33 modbus: initialize return variable. 6 months ago
Stephan Gatzka 3936470973 modbus: serial: check return value of uart_irq_callback_user_data_set 6 months ago
Pisit Sawangvonganan 13c74a0764 modbus: serial: remove redundant `cfg->dev` usage in `uart_cb_handler` 7 months ago
Johann Fischer 47c8815253 modbus: fix support for floating point values 9 months ago
Abram Early 583f4956dc modbus: reset wait semaphore before tx 9 months ago
Björn Stenberg 1e3fd5361f modbus_serial: Disable rx interrupt if buffer fills up 1 year ago
Björn Stenberg 731f8d4736 modbus: Respect CONFIG_UART_USE_RUNTIME_CONFIGURE 1 year ago
Jean Nanchen 80f7d518c6 modbus: Remove mode reset in modbus_disable function 1 year ago
Krzysztof Chruściński b032382011 modbus: Add dependency to UART runtime configuration 2 years ago
Henrik Lindblom 01757cfd32 modbus: add support for defining custom functions 2 years ago
Parthiban Nallathambi 2c4fb882bb modbus: use macro for function code for input register 2 years ago
Michael Trimarchi b4bac3d7f1 modbus: cancel the server_work in modbus disable 2 years ago
Andrei Emeltchenko 250f212688 modbus: Remove redundant check 2 years ago
Anas Nashif cffe98d9de crc: Make the build of crc function dependent on a Kconfig 3 years ago
Gerard Marull-Paretas 79e6b0e0f6 includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 3 years ago
Kumar Gala 26574e239a modbus: Update Kconfig 3 years ago
Parthiban Nallathambi 75479f5338 modbus: add user data for adu callback 3 years ago
Johann Fischer 46a0e5347d modbus: remove the use of DT_INST_LABEL and DT_PROP(inst, label) 3 years ago
Johann Fischer 700323dd3d modbus: use DT_INST_PARENT instead of DT_INST_BUS 3 years ago
Kumar Gala e1e8179690 modbus: serial: Convert to DEVICE_DT_GET 3 years ago
Krzysztof Chruscinski 041f0e5379 all: logging: Remove log_strdup function 3 years ago
Gerard Marull-Paretas 5113c1418d subsystems: migrate includes to <zephyr/...> 3 years ago
Constantin Krischke 8ee675946c modbus: stop bits can now be set individually in client mode 3 years ago
Nazar Kazakov f483b1bc4c everywhere: fix typos 3 years ago
Gerard Marull-Paretas 95fb0ded6b kconfig: remove Enable from boolean prompts 3 years ago
Krzysztof Chruscinski 47ae656cc1 all: Deprecate UTIL_LISTIFY and replace with LISTIFY 3 years ago
Johann Fischer da47f41e42 modbus: do not loop in UART IRQ handler 3 years ago
Marius Scholtz 3ea5343f0d modbus: serial: Fix incomplete transmission issue 3 years ago
Carles Cufi d0ebeee0aa modbus: Get rid of custom CRC16 function 3 years ago
Johann Fischer 767a87b1b6 modbus: keep transaction and protocol IDs in gateway mode 4 years ago
Luc Viala 19c519eb05 modbus: copy trans_id & proto_id to response header 4 years ago
Johann Fischer a42c51654b modbus: fix untrusted loop bound in modbus client 4 years ago
David Leach 3f0da93902 subsys/modbus: Fix potential memory overwrite (coverity) 4 years ago
Jacob Siverskog 2954dcf4ed modbus: fix potential null pointer dereference 4 years ago
Johann Fischer f943a5581d modbus: rework RS-485 transceiver DE,RE GPIO configuration 4 years ago
Johann Fischer 6394298960 modbus: add raw ADU support 4 years ago
Johann Fischer 4ff616b647 modbus: rework interface configuration 4 years ago
Johann Fischer 55204d504e modbus: document return values of internal functions 4 years ago
Johann Fischer 144a3a5ba2 modbus: return ETIMEDOUT on timeout instead of EIO 4 years ago
Johann Fischer 0bf4916efd modbus: move some RX/TX ADU related code to the core 4 years ago
Johann Fischer e3c630d25f modbus: rename internal designations and do few minor fixups 4 years ago
Johann Fischer 669d3e9e91 modbus: make MODBUS support over serial line optional 4 years ago
Johann Fischer b132ab556c modbus: move serial line config outside context 4 years ago
Johann Fischer 3ddb47cc43 modbus: move MODBUS over serial line code to own file 4 years ago
Johann Fischer 19d0b474c1 modbus: use enum for MODBUS mode 4 years ago
Johann Fischer 9792a6c43e modbus: rename mb_rtu_ to modbus_ 4 years ago
Johann Fischer 699b2cdf9b modbus: remove RTU from configuration and headers 4 years ago