Commit Graph
48 Commits
Author SHA1 Message Date
aleks fc8fc06fc5 mb master, slave add custom fc handlers 2025-03-10 16:09:03 +01:00
aleks a54f11355c allow small leak increase in the adapter tests for now 2025-03-05 10:27:09 +01:00
Alex Lisitsyn ecb614e5e4 Merge branch 'bugfix/fix_master_tcp_stop_method_initialization' into 'main'
fix slave tcp stop method initialization

See merge request idf/esp-modbus!106
v2.0.2
2025-03-01 00:59:55 +08:00
Alex Lisitsyn 895e92795e Merge branch 'bugfix/mb_master_fix_unexpected_event_errors_on_timeout' into 'main'
fix the mb_master unexpected event messages(timeout) severity to debug

See merge request idf/esp-modbus!107
2025-03-01 00:04:03 +08:00
aleks de2ee7fb40 fix the mb_master unexpected event messages(timeout) severity to debug 2025-02-28 10:58:29 +01:00
aleks a93a0a328e bump the component version 2025-02-27 11:39:47 +01:00
Alex Lisitsyn 877d331b4b Merge branch 'feature/add_slave_id_command_v2' into 'main'
add slave report id command for master and slave (backport v2)

See merge request idf/esp-modbus!97
2025-02-27 18:36:41 +08:00
Alex Lisitsyn 9890b3ce4d add slave report id command for master and slave (backport v2) 2025-02-27 18:36:41 +08:00
aleks b331cd4ccf cpp test explicitly check the controller stop method 2025-02-27 11:34:39 +01:00
Rimco d6f734001d Add missing stop function for TCP slave.
Same order as serial slave.

Closes https://github.com/espressif/esp-modbus/pull/98
2025-02-27 11:33:07 +01:00
Alex Lisitsyn 931f554d36 Merge branch 'bugfix/fix_cpp_compilation_issues' into 'main'
fix stack cpp compilation issues

See merge request idf/esp-modbus!102
2025-02-25 19:37:50 +08:00
Alex Lisitsyn 33c8838edd fix stack cpp compilation issues 2025-02-25 19:37:50 +08:00
Alex Lisitsyn 9b24aa41a7 Merge branch 'bugfix/modbus_handle_disabled_comm_modes' into 'main'
fix modbus handling of disabled comm modes

See merge request idf/esp-modbus!92
2025-02-19 22:37:25 +08:00
Alex Lisitsyn 7991e2f82e Merge branch 'bugfix/loop_instance_unregister_with_fail_leak' into 'main'
esp-event event handler unregister function causes memory leak

See merge request idf/esp-modbus!103
2025-02-18 19:09:46 +08:00
Alex Lisitsyn 0a96f62ed6 esp-event event handler unregister function causes memory leak 2025-02-18 19:09:45 +08:00
Alex Lisitsyn c5f0de2db4 Merge branch 'feature/fix_input_reg_max_reg_count_v2' into 'main'
modbus fix read input regs max number (backport v2)

See merge request idf/esp-modbus!95
2025-02-17 21:25:37 +08:00
Alex Lisitsyn 4b07c64437 Merge branch 'feature/fix_component_v201_release_issues_windows' into 'main'
fix component release issues under windows

See merge request idf/esp-modbus!98
2025-01-27 19:56:37 +08:00
Alex Lisitsyn 8493a17ad9 fix component release issues under windows 2025-01-27 19:56:36 +08:00
aleks 548359fc09 fix read input regs max number 2025-01-07 12:31:42 +01:00
aleks 5c0d66a8c0 fix modbus handling of disabled comm modes 2025-01-03 11:39:32 +01:00
Alex Lisitsyn 3117942fe3 Merge branch 'release/v2.0' into 'main'
esp-modbus stack release v2.0.1

See merge request idf/esp-modbus!89
v2.0.1
2024-12-20 16:15:05 +08:00
aleks 65322a7a3c make the main branch as an component release branch 2024-12-19 18:29:01 +01:00
aleks adbfa28e59 fix documentation 2024-12-18 11:27:52 +01:00
aleks 3525460deb fix version in tests 2024-12-18 11:26:10 +01:00
aleks c03027a5d5 fix the mdns resolver error handling 2024-12-18 10:31:36 +01:00
Alex Lisitsyn 4d110da2a7 Merge branch 'feature/modbus_add_slave_conformance_testing' into 'release/v2.0'
add initial conformance testing with robot framework

See merge request idf/esp-modbus!83
2024-12-07 00:19:49 +08:00
Alex Lisitsyn db543b9e50 add initial conformance testing with robot framework 2024-12-07 00:19:49 +08:00
Alex Lisitsyn 63d370c359 Merge branch 'feature/fix_docs_preview_server_settings_v2' into 'release/v2.0'
fix docs preview server settings v2

See merge request idf/esp-modbus!86
2024-12-04 21:58:35 +08:00
aleks 752be6eebc fix docs preview server settings v2 2024-12-03 16:43:00 +01:00
Alex Lisitsyn a0ac975aca Merge branch 'bugfix/fix_docs_enable_extended_data_types_conversion_v2' into 'release/v2.0'
fix build docs, extended data types en option v2, mb_event check

See merge request idf/esp-modbus!78
2024-09-30 20:19:38 +08:00
Alex Lisitsyn 738c6d9ce5 fix build docs, extended data types en option v2, mb_event check 2024-09-30 20:19:38 +08:00
Alex Lisitsyn cce9629da2 Merge branch 'feature/modbus_tcp_master_slave_v2' into 'release/v2.0'
feature modbus tcp master slave v2

See merge request idf/esp-modbus!69
v2.0.0-beta
2024-09-02 03:12:36 +08:00
Alex Lisitsyn 2e2be467f6 feature modbus tcp master slave v2 2024-09-02 03:12:36 +08:00
Alex Lisitsyn d4345f8cd7 Merge branch 'bugfix/fix_closing_braces_cpp' into 'release/v2.0'
Removed extra closing braces to avoid C++ compiler error

See merge request idf/esp-modbus!75
2024-08-26 19:23:43 +08:00
aleks 7e53d81517 fix ci issues 2024-08-26 12:10:31 +02:00
Daniel Schick 538234a2e0 Removed extra closing braces to avoid C++ compiler error
Signed-off-by: aleks <aleks@espressif.com>
Merges https://github.com/espressif/esp-modbus/pull/67
2024-08-26 11:52:15 +02:00
Alex Lisitsyn db0fce4bda Merge branch 'bugfix/fix_documentation_issues' into 'release/v2.0'
fix issues in the documentation

See merge request idf/esp-modbus!65
2024-04-29 21:33:53 +08:00
Alex Lisitsyn 632145ce43 fix minor issues in the documentation 2024-04-29 21:33:53 +08:00
Alex Lisitsyn 2b33f02bce Merge branch 'feature/add_extended_float_support_v2' into 'release/v2.0'
add extended float support to v2

See merge request idf/esp-modbus!60
2024-04-19 17:36:32 +08:00
Alex Lisitsyn 6fd7c4a103 add extended float support to v2.0.x 2024-04-19 17:36:32 +08:00
aleks b6372a2792 add support of esp32p4 2024-01-29 10:37:20 +01:00
aleks edd29b3d3a update files for release 2023-12-19 15:15:17 +01:00
aleks ad93878c02 update files for release 2023-12-19 13:08:19 +01:00
aleks c343e08600 add test applications and unit tests 2023-12-10 15:50:28 +01:00
aleks 581573f6d4 add examples 2023-12-10 15:30:06 +01:00
aleks d3dddb0cbe add documentation 2023-12-10 15:30:06 +01:00
aleks 1a5c957e22 add modbus component files 2023-12-10 15:30:06 +01:00
Alex Lisitsyn eacef70af8 root commit 2021-11-11 09:15:06 +01:00