Files
esp-modbus/idf_component.yml
T
Alex Lisitsyn 3b10a452cc address modbus support policy for esp-idf v5.3, pipeline update
component release v1.0.16:
* add custom modbus user error handler for master IDFGH-12757
* add support of esp32c5 target (IDF-10050)

* fix modbus using of hostname incorrectly after lwip update (IDF-10104)
* fix modbus read input registers max number (IDFGH-13284)
* fix extra closing braces to avoid C++ compiler error (IDFGH-13419)
* fix ci/cd issues and support policy (RDT-739)
2024-09-11 22:18:21 +08:00

16 lines
315 B
YAML

version: "1.0.16"
description: ESP-MODBUS is the official Modbus library for Espressif SoCs.
url: https://github.com/espressif/esp-modbus
dependencies:
idf: ">=4.3"
files:
exclude:
- "docs/**/*"
- "docs"
- "test/**/*"
- "test"
- "arch"
- "arch/**/*"
- "build*/**/*"
- "**/*.zip"