Add segmentation support functions (#1218)

* Added segmentation support functions and example changes, but no support for segmentation in the TSM or APDU handlers.
This commit is contained in:
Steve Karg
2026-02-04 17:03:13 -06:00
committed by GitHub
parent 577ecf8d7f
commit 8cd1d82d81
14 changed files with 224 additions and 4 deletions
+2
View File
@@ -32,6 +32,8 @@ The git repositories are hosted at the following sites:
### Added
* Added segmentation support functions and example changes, but
no support for segmentation in the TSM or APDU handlers. (#1218)
* Added channel and timer object write-property observers in blinkt app
to monitor internal writes. Added vacancy timer command line argument
for testing initial timer object vacancy time for lights channel. (#1212)