Commit Graph

154 Commits

Author SHA1 Message Date
Alex Lisitsyn 4fe2fe8bc6 fix timer use isr dispatch method 2023-09-30 02:21:04 +08:00
Alex Lisitsyn aa93eecf57 Merge branch 'bugfix/fix_tcp_slave_start_destroy_sequence' into 'master'
modbus tcp master, slave fix start - destroy sequence

See merge request idf/esp-modbus!43
2023-09-29 21:17:36 +08:00
Alex Lisitsyn 401dbc8f06 modbus tcp master, slave fix start - destroy sequence 2023-09-29 21:17:36 +08:00
Alex Lisitsyn 567fe19a8b Merge branch 'feature/docs_add_complex_parameter_description' into 'master'
add ascii/bin parameter description into documentation

Closes IDFGH-11120

See merge request idf/esp-modbus!49
2023-09-29 20:12:01 +08:00
Alex Lisitsyn 3c9106aaf2 add ascii/bin parameter description into documentation 2023-09-29 20:12:01 +08:00
Alex Lisitsyn 38f64e5299 Merge branch 'bugfix/fix_master_event_close_sequence' into 'master'
fix master event close issue

Closes IDFGH-11055

See merge request idf/esp-modbus!45
2023-09-29 18:13:32 +08:00
aleks 7a19da9016 fix master event close issue 2023-09-26 14:22:34 +00:00
Alex Lisitsyn 5fa0b710d1 Merge branch 'feature/change_test_env_image' into 'master'
fix test image and configuration for all esp-idf builds

Closes IDF-8272

See merge request idf/esp-modbus!48
2023-09-26 22:21:23 +08:00
Alex Lisitsyn 10618c3d64 fix test image and configuration for all esp-idf builds 2023-09-26 22:21:23 +08:00
Alex Lisitsyn d311198e26 Merge branch 'bugfix/modbus_master_fix_event_loop_and_kconfig' into 'master'
* Added modbus support for target esp32h2 (IDF-7461)
* Fix master rtu, ascii deadlock when null received with CONFIG_FMB_TIMER_PORT_ENABLED enabled (IDFGH-9942)
* Fix Wno-format issues (IDF-6437)
* Fix incorrectly removed option CONFIG_FMB_TIMER_ISR_IN_IRAM (IDFGH-9807)
* Fix main state machine to handle timestamps of events posted

Closes IDFGH-10168

See merge request idf/esp-modbus!42
2023-06-20 02:38:53 +08:00
Alex Lisitsyn bf34b5bb8d modbus master fix event loop and kconfig 2023-06-20 02:38:53 +08:00
Alex Lisitsyn 2d79f8cc67 Merge branch 'bugfix/fix_modbus_examples_print_format' into 'master'
esp_modbus: Fix Wno-format issues

See merge request idf/esp-modbus!39
2023-06-19 02:26:01 +08:00
aleks 906a437248 esp_modbus: Fix Wno-format issues 2023-06-15 16:05:44 +00:00
Alex Lisitsyn 680d2cb4a8 Merge branch 'bugfix/master_rtu_ascii_fix_deadlock_when_null_received' into 'master'
Bugfix/master rtu ascii fix deadlock when null received

Closes IDFGH-9942

See merge request idf/esp-modbus!40
2023-06-15 23:43:37 +08:00
Alex Lisitsyn 7cdafc2468 Bugfix/master rtu ascii fix deadlock when null received 2023-06-15 23:43:37 +08:00
Alex Lisitsyn e943cec30f Merge branch 'bugfix/modbus_fix_timer_in_iram_option' into 'master'
fix incorrectly removed option CONFIG_FMB_TIMER_ISR_IN_IRAM

Closes IDFGH-9807

See merge request idf/esp-modbus!38
2023-06-15 22:47:41 +08:00
aleks 7183cc5f52 fix incorrectly removed option CONFIG_FMB_TIMER_ISR_IN_IRAM 2023-06-15 14:57:29 +02:00
Alex Lisitsyn cd34b914d3 Merge branch 'feture/modbus_add_support_esp32h2' into 'master'
modbus add support for target esp32h2

See merge request idf/esp-modbus!41
2023-06-14 15:01:13 +08:00
Alex Lisitsyn 52b692293b modbus add support for esp32h2 2023-06-14 15:01:13 +08:00
Alex Lisitsyn 7d16826aef Merge branch 'bugfix/clean_build_artifacts_before_deploy' into 'master'
skip build artifacts during component deploying

See merge request idf/esp-modbus!37
v1.0.10
2023-03-01 22:30:22 +08:00
Alex Lisitsyn 1741a27a87 skip build artifacts during component deploying 2023-03-01 22:30:21 +08:00
Alex Lisitsyn 8e3771847f Merge branch 'bugfix/modbus_tcp_fix_uid_settings' into 'master'
modbus tcp fix uid settings

Closes IDFGH-9119, IDFGH-8919, and IDFGH-9436

See merge request idf/esp-modbus!29
v1.0.9
2023-02-28 16:29:12 +08:00
Alex Lisitsyn 2db0cfcf69 modbus tcp fix uid settings 2023-02-28 16:29:12 +08:00
Alex Lisitsyn 15e24c16b9 Merge branch 'bugfix/serial_master_fix_parity_check' into 'master'
fix master parity flush buffer on fail

Closes IDFGH-9296

See merge request idf/esp-modbus!35
2023-02-28 15:59:08 +08:00
aleks f18a0409a1 fix master parity flush buffer on fail 2023-02-27 15:39:28 +00:00
Alex Lisitsyn cea014cad1 Merge branch 'bugfix/fix_stuck_in_init_on_incorrect_data_input' into 'master'
Bugfix/fix stuck in init on incorrect data input

Closes IDFGH-9193

See merge request idf/esp-modbus!30
2023-02-24 22:05:40 +08:00
Alex Lisitsyn 234fbcf641 Bugfix/fix stuck in init on incorrect data input 2023-02-24 22:05:40 +08:00
Alex Lisitsyn a854d3b188 Merge branch 'bugfix/fix_data_shift_issue' into 'master'
bugfix next message shifting

See merge request idf/esp-modbus!31
2023-02-22 21:54:23 +08:00
Alex Lisitsyn 3d386c942e bugfix next message shifting 2023-02-22 21:54:23 +08:00
Alex Lisitsyn f48f361dc6 Merge branch 'bugfix/modbus_add_pytest_support' into 'master'
add pytest testing for esp-modbus

See merge request idf/esp-modbus!20
2023-02-21 23:55:24 +08:00
Alex Lisitsyn 926b10e7cb add pytest testing for esp-modbus 2023-02-21 23:55:24 +08:00
Alex Lisitsyn 3f6537fc94 Merge branch 'bugfix/fix_rx_sema_destroy' into 'master'
Modbus fix rx semaphore destroy

See merge request idf/esp-modbus!26
v1.0.8
2023-01-12 03:24:58 +08:00
aleks 6e1c088e15 change component version 2023-01-11 18:59:42 +00:00
aleks 2540becd42 fix rx sema destroy 2023-01-11 18:59:42 +00:00
Alex Lisitsyn e491b161d5 Merge branch 'feature/support_for_esp32c6_target' into 'master'
Add support for esp32c6 target

See merge request idf/esp-modbus!28
2023-01-12 02:52:29 +08:00
Alex Lisitsyn 7a064f6851 Add support for esp32c6 target 2023-01-12 02:52:28 +08:00
Alex Lisitsyn aca48fa758 Merge branch 'feature/support_for_esp32c2_target' into 'master'
Add support for esp32c2 target

Closes IDFGH-9062

See merge request idf/esp-modbus!27
2023-01-12 02:10:03 +08:00
Alex Lisitsyn cb1a315ee5 Add support for esp32c2 target 2023-01-12 02:10:03 +08:00
Alex Lisitsyn 0e1fe58fbf Merge branch 'feature/sync_subrepo_with_esp_idf' into 'master'
fix synchronization issues of subrepo in esp-idf

Closes IDFCI-1541

See merge request idf/esp-modbus!23
v1.0.7
2022-12-08 22:54:28 +08:00
Alex Lisitsyn e18c4fb329 fix synchronization issues of subrepo in esp-idf 2022-12-08 22:54:28 +08:00
Alex Lisitsyn 77c2646f53 Merge branch 'bugfix/freemodbus_fix_dereferencing_to_freed_element_issue' into 'master'
Bugfix/freemodbus fix dereferencing to freed element issue

Closes IDF-5402

See merge request idf/esp-modbus!24
2022-12-08 22:32:29 +08:00
Alex Lisitsyn d42604ab82 Bugfix/freemodbus fix dereferencing to freed element issue 2022-12-08 22:32:29 +08:00
Alex Lisitsyn 8370c9e962 Merge branch 'bugfix/modbus_serial_fix_event_misalingnment' into 'master'
fix modbus serial event misalingnment

Closes IDFGH-5107 and IDFGH-5108

See merge request idf/esp-modbus!9
v1.0.6
2022-12-06 22:33:06 +08:00
Alex Lisitsyn c5c6a7788d fix modbus serial event misalingnment 2022-12-06 22:33:06 +08:00
Alex Lisitsyn 9ab2c68e84 Merge branch 'bugfix/fix_resource_release_failure' into 'master'
Bugfix/fix resource release failure

See merge request idf/esp-modbus!21
v1.0.5
2022-10-27 15:48:20 +08:00
Alex Lisitsyn fc8a50297d Bugfix/fix resource release failure 2022-10-27 15:48:19 +08:00
Alex Lisitsyn 556d3ad512 Merge branch 'bugfix/master_fix_getting_stuck_with_one_zero_byte_in_response' into 'master'
serial master: fix getting stuck when just one zero byte in response

See merge request idf/esp-modbus!22
2022-10-26 19:52:12 +08:00
Alex Lisitsyn b324ba8436 serial master: fix getting stuck when just one zero byte in response 2022-10-26 19:52:11 +08:00
Alex Lisitsyn 71cc71b3fe Merge branch 'fix/ignore-format-warnings' into 'master'
Fix/ignore format warnings

See merge request idf/esp-modbus!16
2022-07-18 02:40:52 +08:00
Alexey Lapshin 5a55930b02 Fix/ignore format warnings 2022-07-18 02:40:52 +08:00