|
hsw-nbt 1.2.0
OPTIGA Authenticate NBT Host Library for C
|
This is a header-only C interface for ifx_timer_t objects. No actual implementation is provided rather developers can use the header to have the same code running on different platforms by linking to concrete implementations.
For developers' convenience a mock implementation of the library Infineon::ifx-timer-mock is provided that can be consumed when using this project as a submodule (e.g. via CPM). This version performs basic parameter validation but besides this is a full NOOP implementation only suitable for unit testing.
It is only meant as a replacement for testing libraries relying on the interface functionality without the dependency to an actual implementation. Therefore it will not be installed when installing this project via cmake.