Date: | 16-April-2023 |
---|
- Googletest framework updated to 1.13.0
- Correcting incorrect syntax used for rst external hyperlink in docs.
- Adding a check on CI build against the
simple_example
sketch to verify integration.
Date: | 31-December-2022 |
---|
- Fixing doc shields which inspected github workflows (see: issue).
- Defining test data as constant where it is used as a constant.
Date: | 2-October-2022 |
---|
- Used
Serial.available
calls in preference to the nestedNullPacketComms.available
internally. - Sourcing doc metadata from
library.properties
. This fixes a issues from me forgetting to maintainconf.py
.
Date: | 2-October-2022 |
---|
- Adding support for higher baud-rates 128000 to 2000000.
- Googletest framework updated to 1.12.1.
- Added
waitOnAvailable
private function to allow for dynamic delays pending next bytes. - Reduced idle time from 25ms to 1ms while waiting on buffer to accumulate. This improves responsiveness, especially at higher baud rates.
- Error case for loss of start packet sync set to dynamically delay rather than blindly delay.
Date: | 18-April-2022 |
---|
- Explicit casting used on
Serial.write
calls to add support for platform cores with ambiguous prototypes. - Improvements to distributed docs.
Date: | 14-February-2022 |
---|
- Removing inclusion of files not required for the dist.
- Fixing permalinks to docs.
Date: | 12-February-2022 |
---|
- Initial release of the redesigned API.