Fixed javadoc header in bvlc-pico. Added ports/pico to CHANGELOG.
This commit is contained in:
@@ -68,6 +68,7 @@ address_cache
|
||||
**/build/*
|
||||
**/_build/*
|
||||
**/out/*
|
||||
**/external/*
|
||||
Obj/
|
||||
Release/
|
||||
libwebsockets/
|
||||
|
||||
+3
-1
@@ -13,7 +13,7 @@ The git repositories are hosted at the following sites:
|
||||
* <https://bacnet.sourceforge.net/>
|
||||
* <https://github.com/bacnet-stack/bacnet-stack/>
|
||||
|
||||
## [Unreleased] - 2026-03-20
|
||||
## [Unreleased] - 2026-03-25
|
||||
|
||||
### Security
|
||||
|
||||
@@ -53,6 +53,8 @@ The git repositories are hosted at the following sites:
|
||||
|
||||
### Added
|
||||
|
||||
* Added ports/pico for Raspberry Pi Pico port of the BACnet stack
|
||||
supporting both BACnet/IP and BACnet MS/TP. (#1232)
|
||||
* Added new functions for duplicating and copying octet string buffers.
|
||||
Refactor existing OctetString Value object to enable writes to object name
|
||||
description, and present-value, with functional tests to ensure
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file
|
||||
* @authors Miguel Fernandes <miguelandre.fernandes@gmail.com> Testimony Adams
|
||||
* <adamstestimony@gmail.com>
|
||||
* @author Miguel Fernandes <miguelandre.fernandes@gmail.com>
|
||||
* @author Testimony Adams <adamstestimony@gmail.com>
|
||||
* @date 6 de Jun de 2013
|
||||
* @brief BACnet Virtual Link Control for Pico
|
||||
*/
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file
|
||||
* @authors Miguel Fernandes <miguelandre.fernandes@gmail.com> Testimony Adams
|
||||
* <adamstestimony@gmail.com>
|
||||
* @author Miguel Fernandes <miguelandre.fernandes@gmail.com>
|
||||
* @author Testimony Adams <adamstestimony@gmail.com>
|
||||
* @date 6 de Jun de 2013
|
||||
* @brief BACnet Virtual Link Control for Pico
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user