Commit Graph

191 Commits

Author SHA1 Message Date
aleks bff8193b22 fix: review improvements 2026-06-30 15:09:30 +02:00
aleks 422f4d7910 fix: improve event handling timings, add kconfig values 2026-06-29 10:42:38 +02:00
Alex Lisitsyn cbfc090e1b Merge branch 'feature/IDF_image_update_component' into 'main'
ci: update image matrix

See merge request idf/esp-modbus!196
2026-06-29 08:39:43 +01:00
Alex Lisitsyn ea9b2a8da6 Merge branch 'bugfix/fix_max_api_blocking_time' into 'main'
fix: address maximum api blocking time

See merge request idf/esp-modbus!182
2026-06-26 15:26:05 +01:00
Alex Lisitsyn 7473cf935a fix: address maximum api blocking time 2026-06-26 15:26:05 +01:00
Octavio Godoy c7cce979cd ci: update image matrix 2026-06-26 14:25:56 +02:00
Alex Lisitsyn feefd84278 Merge branch 'bugfix/fix_mb_console_helper_ci' into 'main'
fix: include mb_console_helper component to deploy stage

See merge request idf/esp-modbus!195
2026-06-25 14:13:14 +01:00
Alex Lisitsyn 1c962ad0cf fix: include mb_console_helper component to deploy stage 2026-06-25 14:13:14 +01:00
Alex Lisitsyn c1a419322a Merge branch 'bugfix/fix_master_tcp_reconnection_issue' into 'main'
fix: master tcp reconnection issue

See merge request idf/esp-modbus!192
2026-06-02 09:59:40 +01:00
Alex Lisitsyn 6646b6f763 fix: master tcp reconnection issue 2026-06-02 09:59:40 +01:00
Alex Lisitsyn 2e36132373 Merge branch 'bugfix/fix_console_helper_config' into 'main'
fix: console helper config for IPV6

See merge request idf/esp-modbus!194
2026-06-01 13:27:00 +01:00
Alex Lisitsyn a88fb8df83 fix: console helper config for IPV6 2026-06-01 13:27:00 +01:00
Alex Lisitsyn 67e1502cd5 Merge branch 'bugfix/fix_slave_error_disconnected_node' into 'main'
fix slave close socket immediately on disconnect

See merge request idf/esp-modbus!139
2026-06-01 11:15:53 +01:00
Alex Lisitsyn cc8f3f64ec fix slave close socket immediately on disconnect 2026-06-01 11:15:53 +01:00
Alex Lisitsyn db0cc168e9 Merge branch 'feature/add_host_test_support_for_slave' into 'main'
feat: add host slave tester for master based on robot framework

See merge request idf/esp-modbus!113
2026-05-22 11:58:15 +01:00
Alex Lisitsyn c2f36916fc feat: add host slave tester for master based on robot framework 2026-05-22 11:58:15 +01:00
Alex Lisitsyn febaa774b6 Merge branch 'bugfix/fix_fake_pass_jobs_issue' into 'main'
fix: fake_pass job issue for tests

See merge request idf/esp-modbus!189
2026-05-18 12:48:32 +01:00
Alex Lisitsyn d3ec156f7f fix: fake_pass job issue for tests 2026-05-18 12:48:32 +01:00
Alex Lisitsyn 5ebc458fd9 Merge branch 'bugfix/fix_mbm_resource_release_timeout_on_delete' into 'main'
fix mbm resource release timeout on delete

See merge request idf/esp-modbus!144
2026-05-14 05:39:40 +01:00
Alex Lisitsyn ed28c11244 fix mbm resource release timeout on delete 2026-05-14 05:39:40 +01:00
Alex Lisitsyn 5ef84de69b Merge branch 'bugfix/fix_tcp_frame_handling_issues' into 'main'
Bugfix/fix tcp frame handling issues

See merge request idf/esp-modbus!184
2026-05-14 05:35:16 +01:00
Alex Lisitsyn a4d6d85d5c Bugfix/fix tcp frame handling issues 2026-05-14 05:35:16 +01:00
Alex Lisitsyn 1bb83fef7f Merge branch 'feature/update_timeout_ci' into 'main'
fix: update CI timeout build job

See merge request idf/esp-modbus!188
2026-05-14 05:16:20 +01:00
Octavio Godoy 2b3b66b60c fix: update CI timeout build job 2026-05-13 15:50:02 +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