Bugfix/dlmstp api missing in ports os (#1003)
* Added missing API defined in header into ports/win32/dlmstp.c module, added a PDU queue and refactored receive thread, and refactored MS/TP timing parameters. * Added missing API defined in header into ports/linux/dlmstp.c module, and refactored MS/TP timing parameters. * Added missing API defined in header into ports/bsd/dlmstp.c module, and refactored MS/TP timing parameters. * Reduce default MS/TP APDU to 480 to avoid extended frames by default.
This commit is contained in:
@@ -28,9 +28,13 @@ mingw32:
|
||||
export CC=$(ORIGINAL_CC) ; \
|
||||
export LD=$(ORIGINAL_LD)
|
||||
|
||||
.PHONY: mstpwin32-clean
|
||||
mstpwin32-clean:
|
||||
$(MAKE) LEGACY=true BACDL=mstp BACNET_PORT=win32 -s -C apps clean
|
||||
|
||||
.PHONY: mstpwin32
|
||||
mstpwin32:
|
||||
$(MAKE) BACDL=mstp BACNET_PORT=win32 -s -C apps all
|
||||
$(MAKE) LEGACY=true BACDL=mstp BACNET_PORT=win32 -s -C apps all
|
||||
|
||||
.PHONY: mstp
|
||||
mstp:
|
||||
|
||||
Reference in New Issue
Block a user