Fixed javadoc header in bvlc-pico. Added ports/pico to CHANGELOG.

This commit is contained in:
Steve Karg
2026-03-25 08:55:04 -05:00
parent 17e94092a1
commit d562374f53
4 changed files with 8 additions and 5 deletions
+1
View File
@@ -68,6 +68,7 @@ address_cache
**/build/* **/build/*
**/_build/* **/_build/*
**/out/* **/out/*
**/external/*
Obj/ Obj/
Release/ Release/
libwebsockets/ libwebsockets/
+3 -1
View File
@@ -13,7 +13,7 @@ The git repositories are hosted at the following sites:
* <https://bacnet.sourceforge.net/> * <https://bacnet.sourceforge.net/>
* <https://github.com/bacnet-stack/bacnet-stack/> * <https://github.com/bacnet-stack/bacnet-stack/>
## [Unreleased] - 2026-03-20 ## [Unreleased] - 2026-03-25
### Security ### Security
@@ -53,6 +53,8 @@ The git repositories are hosted at the following sites:
### Added ### 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. * Added new functions for duplicating and copying octet string buffers.
Refactor existing OctetString Value object to enable writes to object name Refactor existing OctetString Value object to enable writes to object name
description, and present-value, with functional tests to ensure description, and present-value, with functional tests to ensure
+2 -2
View File
@@ -1,7 +1,7 @@
/** /**
* @file * @file
* @authors Miguel Fernandes <miguelandre.fernandes@gmail.com> Testimony Adams * @author Miguel Fernandes <miguelandre.fernandes@gmail.com>
* <adamstestimony@gmail.com> * @author Testimony Adams <adamstestimony@gmail.com>
* @date 6 de Jun de 2013 * @date 6 de Jun de 2013
* @brief BACnet Virtual Link Control for Pico * @brief BACnet Virtual Link Control for Pico
*/ */
+2 -2
View File
@@ -1,7 +1,7 @@
/** /**
* @file * @file
* @authors Miguel Fernandes <miguelandre.fernandes@gmail.com> Testimony Adams * @author Miguel Fernandes <miguelandre.fernandes@gmail.com>
* <adamstestimony@gmail.com> * @author Testimony Adams <adamstestimony@gmail.com>
* @date 6 de Jun de 2013 * @date 6 de Jun de 2013
* @brief BACnet Virtual Link Control for Pico * @brief BACnet Virtual Link Control for Pico
*/ */