Added MSTP extended frame transmit. (#531)

* Added MSTP extended frame transmit to bacnet/datalink/mstp.c and ports/stm32f4xx/dlmstp.c modules.

* Changed RS485_Send_Frame to MSTP_Send_Frame in mstp.c

---------

Co-authored-by: Steve Karg <skarg@users.sourceforge.net>
This commit is contained in:
Steve Karg
2023-11-12 09:49:37 -06:00
committed by GitHub
parent 1372e52aa7
commit 3c94580bee
16 changed files with 391 additions and 84 deletions
+24 -11
View File
@@ -18,13 +18,18 @@ The git repositories are hosted at the following sites:
### Added
- Added MSTP extended frames to src/datalink/mstp.c module used by mstpcap (#529)
- Added MSTP extended frames transmit to src/datalink/mstp.c
and ports/stm32f4xx/dlmstp.c modules (#531)
- Added MSTP extended frames to src/datalink/mstp.c module
used by mstpcap (#529)
- Added menu to release script (#506)
### Changed
- Change SubscribeCOV Cancellations to always reply with Result+ (#526)
- Allow processing of Who-Has when DCC initiation is disabled
- Changed SubscribeCOV Cancellations to always reply with Result+ (#526)
- Changed Who-Has to process when DCC initiation is disabled
- Changed mstp.c external API to remove rs485.h dependency
for send frame. (#531)
### Fixed
@@ -55,30 +60,38 @@ The git repositories are hosted at the following sites:
### Changed
- Changed WriteProperty string property checker to ignore length check with zero option.(#504)
- Changed WriteProperty string property checker to ignore length
check with zero option.(#504)
## [1.3.0] - 2023-09-28
### Added
- Added [feature#14] EventTimeStamp decoding from ReadPropertyMultiple app. (#503)
- Added Channel, Color, Color Temperature, & Lighting Output demo app with Blinkt! (#503)
- Added pipeline build of piface and blinkt apps with Raspberry Pi OS image. (#503)
- Added Channel, Color, Color Temperature, & Lighting Output demo
app with Blinkt! (#503)
- Added pipeline build of piface and blinkt apps with Raspberry Pi
OS image. (#503)
- Added linear interpolation library functions used in fading and ramping. (#503)
### Changed
- Added Device timer API to feed elapsed milliseconds to children objects. (#503)
- Changed gitignore to ease the maintainenance of source files in app folder. (#503)
- Changed example server app device simulator to use mstimer instead of OS time. (#503)
- Added Device timer API to feed elapsed milliseconds to children
objects. (#503)
- Changed gitignore to ease the maintainenance of source files in
app folder. (#503)
- Changed example server app device simulator to use mstimer instead
of OS time. (#503)
- Changed example channel object to be dynamically created or deleted. (#503)
- Changed example channel object to handle color & color temperature objects. (#503)
- Changed example channel object to handle color & color temperature
objects. (#503)
### Fixed
- Fixed datetime decode of invalid application tag. (#495)
- Fixed extraneous SO_BINDTODEVICE error message in Linux BIP. (#498)
- Fixed example Color, Color Temperature, and Lighting object fade, ramp, and step. (#503)
- Fixed example Color, Color Temperature, and Lighting object fade,
ramp, and step. (#503)
- Fixed and secured BACnetXYcolor and ColorCommand codecs. (#503)
## [1.2.0] - 2023-09-11