ChangeLog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and its stricter, better defined, brother Common Changelog, and this project adheres to Semantic Versioning.
Unreleased
GitHub Release: Unreleased
Changed
Added
Removed
Fixed
0.7.1
GitHub Release: 0.7.1
Changed
- Update examples to apply to more processors
- Implement testing of more processors
- Set the platforms/architectures supported list to "*" (all)
0.7.0
GitHub Release: 0.7.0
Changed
- Applied clang format to source and examples.
- Moved the scanRegisters example from the utils to the examples folder.
- Updated Arduino library keywords file.
- Changed the debugging functionality to not require a define.
Added
- Added Doxygen documentation comments.
- Created a documentation page using Doxygen.
- Added CI checks with Github actions using reusable workflows.
Removed
- Removed build files and documentation for custom RS-485 boards. This information can now be found in its own repository.
0.6.8
GitHub Release: 0.6.8
Added
- Added documetation for the wing shield.
0.6.7
GitHub Release: 0.6.7
Fixed
- Fix by neilh10 for a null pointer in the debugging causing crashes and other "undefined behavior."
0.6.5
GitHub Release: 0.6.5
Fixed
- Fixed attoseconds for TAI64NA time formats.
- Fixed compiler warnings when compiling with stricter -Wextra flag.
0.6.2
GitHub Release: 0.6.2
Added
- Added the ability to use the multiple register writing command when only writing to one register.
0.5.3
GitHub Release: 0.5.3
Changed
- Changed the keywords describing the library.
0.5.2
GitHub Release: 0.5.2
Added
- Added implementations for TAI64N and TAI64NA
Fixed
- Fixed TAI64 implementation
0.4.8
GitHub Release: 0.4.8
Changed
- Updated ReadMe
- Updated examples
0.4.3
GitHub Release: 0.4.3
Fixed
- Fixed issues dealing with unprintable characters in strings
0.4.0
GitHub Release: 0.4.0
- Added functions to write to registers and frames
0.1.2
GitHub Release: 0.1.2
Changed
- Made the response buffer public
0.1.0
GitHub Release: 0.1.0
Added
- Initial release