Commit Graph

169 Commits

Author SHA1 Message Date
aleks c1652526f4 fix: master disconnection events handling path 2026-05-13 13:24:46 +02:00
aleks d8b440c989 fix slave close socket immediately on disconnect 2026-05-13 13:24:46 +02:00
Alex Lisitsyn b47514cf32 Merge branch 'feature/user_argument_request' into 'main'
fix command 0x17 23 Read/Write Multiple registers

Closes EPROT-20

See merge request idf/esp-modbus!180
2026-05-13 05:33:01 +01:00
Alex Lisitsyn 123c8fd5f6 Merge branch 'feature/request_max_register' into 'main'
Fix Number of registers in request in Modbus command

See merge request idf/esp-modbus!183
2026-05-11 12:26:18 +01:00
Octavio Godoy 2131c888e7 fix: add missing field command 0x17 2026-05-11 11:24:19 +02:00
Octavio Godoy 7bb81b35f9 fix: register number by command 2026-05-11 10:49:25 +02:00
Alex Lisitsyn cbd7dcbbcd Merge branch 'feature/gitlab_container_images' into 'main'
fix: Update images from Docker to Gitlab container

See merge request idf/esp-modbus!185
2026-05-07 12:45:06 +01:00
Octavio Godoy 0abbc31f3e fix: Update images from Docker to Gitlab container 2026-05-06 12:01:19 +02:00
Alex Lisitsyn 851a20bb65 Merge branch 'feature/separate_common_config_options_from_specific' into 'main'
fix: separate shared config options from specific

See merge request idf/esp-modbus!170
2026-05-04 11:28:30 +01:00
aleks 0ec5b8b8cd fix: separate shared config options from specific 2026-05-04 07:21:03 +02:00
Alex Lisitsyn f18bbcc280 Merge branch 'bugfix/fix_tcp_ip_addr_detection_pattern' into 'main'
ci(tcp): fix conftest ip addr detection pattern

See merge request idf/esp-modbus!181
2026-04-29 11:40:50 +01:00
Alex Lisitsyn f27d409b37 ci(tcp): fix conftest ip addr detection pattern 2026-04-29 11:40:50 +01:00
Alex Lisitsyn 19dfc92e1d Merge branch 'modbus_ci_refactor' into 'main'
CI: Updates esp-modbus CI to use dynamic pipelines

Closes EPROT-41, EPROT-42, EPROT-43, EPROT-45, EPROT-47, and EPROT-48

See merge request idf/esp-modbus!155
2026-04-16 11:01:26 +01:00
Euripedes Rocha a7a33ce503 CI: Updates esp-modbus CI to use dynamic pipelines 2026-04-16 11:01:26 +01:00
Alex Lisitsyn ae50bb772b Merge branch 'lwip_guard_modbus' into 'main'
fix: Build serial examples with LWIP disabled

See merge request idf/esp-modbus!175
2026-04-08 13:25:55 +01:00
Octavio Godoy 7c5fa87960 fix: Build serial examples with lwip disabled 2026-04-08 11:09:26 +02:00
Alex Lisitsyn 4796fa9513 Merge branch 'bugfix/fix_atomics_incompatibility_cpp' into 'main'
fix: atomics incompatibility cpp

See merge request idf/esp-modbus!169
2026-04-08 08:57:18 +01:00
Alex Lisitsyn f1ad82eaeb Merge branch 'bugfix/tests_dependency_issue_with_console_helper' into 'main'
fix: tests dependency issue with console helper

See merge request idf/esp-modbus!176
2026-04-01 15:05:50 +01:00
aleks f554e2e087 fix: tests dependency issue with console helper 2026-03-31 17:58:56 +02:00
Alex Lisitsyn a65c08e7db Merge branch 'github_sync' into 'main'
ci: Updates github action jira sync

See merge request idf/esp-modbus!174
2026-03-30 09:16:46 +01:00
Euripedes Rocha e43f89546d ci: Updates github action jira sync 2026-03-30 09:16:46 +01:00
aleks 76227918b7 fix: atomics incompatibility issue cpp 2026-03-30 09:13:03 +01:00
Alex Lisitsyn 20bbeec62c Merge branch 'feature/add_mb_console_helper' into 'main'
feat: add initial common mb console helper for examples and tests

See merge request idf/esp-modbus!163
2026-03-30 08:54:13 +01:00
Alex Lisitsyn 18cb76dd89 feat: add initial common mb console helper for examples and tests 2026-03-30 08:54:13 +01:00
Alex Lisitsyn 16cde34582 Merge branch 'fix/tcp-pytest-flaky-reruns' into 'main'
test: add pytest-rerunfailures flaky reruns for Modbus TCP multi-DUT

See merge request idf/esp-modbus!172
2026-03-24 08:16:51 +00:00
Euripedes Rocha Filho 9fb28f5c0b test: add pytest-rerunfailures flaky reruns for Modbus TCP multi-DUT
Register pytest-rerunfailures in test requirements and mark TCP
multi-DUT
pytest cases with one rerun and a short delay.
2026-03-23 14:14:08 +01:00
Euripedes Rocha ebf09f81ed Merge branch 'fix_actions_permissions' into 'main'
ci: Fix GH actions permissions

See merge request idf/esp-modbus!171
2026-03-23 09:45:32 +01:00
Euripedes Rocha Filho b3a3595e53 ci: Fix GH actions permissions 2026-03-20 15:28:50 +01:00
Alex Lisitsyn b1e63e423c Merge branch 'ci_refactor_pre_check_stage' into 'main'
Modbus CI refactor pre-check stage

See merge request idf/esp-modbus!167
2026-03-09 13:38:58 +00:00
Octavio Godoy 931213917c ci: Refactor pre check stage 2026-03-09 10:26:23 +01:00
Alex Lisitsyn 15373b14ac Merge branch 'bugfix/fix_ruff_mypy_issues' into 'main'
Bugfix/fix ruff mypy issues (blocker)

See merge request idf/esp-modbus!168
2026-03-04 10:27:13 +00:00
Alex Lisitsyn d40436cc70 Bugfix/fix ruff mypy issues (blocker) 2026-03-04 10:27:13 +00:00
Alex Lisitsyn 55c6d0b2cd Merge branch 'restructure_modbus_ci' into 'main'
Restructuring Modbus CI

See merge request idf/esp-modbus!166
2026-03-02 10:15:44 +00:00
Octavio Godoy 39cab42908 Restructuring Modbus CI 2026-03-02 10:15:44 +00:00
Alex Lisitsyn 087bf54606 Merge branch 'bugfix/fix_logger_library' into 'main'
fix: update logger library v2

See merge request idf/esp-modbus!164
2026-03-02 09:23:53 +00:00
Alex Lisitsyn 9d9fece0f9 fix: update logger library v2 2026-03-02 09:23:52 +00:00
Alex Lisitsyn 5ce0962c8d Merge branch 'bugfix/fix_target_support_issues' into 'main'
fix targets support issues (c61, c5, p4) v2

See merge request idf/esp-modbus!100
2026-02-25 09:27:27 +00:00
Alex Lisitsyn 726dabb4da fix targets support issues (c61, c5, p4) v2 2026-02-25 09:27:27 +00:00
Alex Lisitsyn 3ce5ac01a6 Merge branch 'bugfix/log_analisys_tool_object_creation_flexibility' into 'main'
Modbus Log analysis tool: Covering error cases when registering objects

See merge request idf/esp-modbus!153
2026-02-23 08:10:27 +00:00
Octavio Godoy ee3a0e2088 Modbus Log analysis tool: Covering error cases when registering objects 2026-02-23 08:10:27 +00:00
Alex Lisitsyn 532cbaddfc Merge branch 'bugfix/fix_test_python_version_remove_v5.1' into 'main'
fix: incompatibility issue, removing idf v5.1 from pipeline

See merge request idf/esp-modbus!161
2026-02-19 15:49:22 +00:00
aleks 3376f2e673 fix: incompatibility issue, removing idf v5.1 from pipeline 2026-02-13 13:48:43 +00:00
aleks b11bda9ec2 fix: Merge branch 'main' into bugfix/fix_check_pre_commit_job_update 2026-02-13 14:27:22 +01:00
aleks 857a956d5d fix: update the jobs rules for merge pipeline and MR 2026-02-13 10:55:52 +01:00
aleks f9d927e76c fix: address rules properly for pipeline 2026-02-12 16:31:00 +01:00
aleks a104cd97d2 fix: address rules properly for pipeline 2026-02-11 14:54:27 +01:00
aleks 5246b4fedd fix: update the script for pre-commit job 2026-02-11 12:48:31 +01:00
Alex Lisitsyn 7caddcc28c Merge branch 'feature/add_codespell' into 'main'
Add code spell check

Closes DOC-13392

See merge request idf/esp-modbus!157
2026-02-04 08:29:27 +00:00
Dai Zi Yan d1d1872fd1 Add code spell check 2026-02-04 08:29:27 +00:00
Alex Lisitsyn 082cfa60cb Merge branch 'feature/CI_disable_tests_refactor' into 'main'
Refactor_Ci_Tests: Disabling tests to improve CI runtime

See merge request idf/esp-modbus!156
2026-01-30 09:21:47 +00:00