You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fast and efficient software timer library designed to work seamlessly across any embedded system, operating system, or bare-metal environment. With MISRA C compliance, it ensures safety and reliability, making it ideal for real-time applications. The timer resolution is flexible and depends on the frequency of the handler function calls, providing high precision for various use cases.
9
+
A fast and efficient software timer library designed to work seamlessly across any embedded system, operating system, or bare-metal environment. With full test coverage and MISRA C compliance, it ensures safety and reliability, making it ideal for real-time applications. The timer resolution is flexible and depends on the frequency of handler function calls, providing high precision for diverse use cases.
8
10
9
11
## Features
10
12
11
-
-**Lightweight and Fast**: Optimized for minimal resource usage.
12
-
-**Platform Independent**: Can be used in any embedded system, OS, or bare-metal system.
13
+
-**Lightweight & Fast**: Optimized for minimal resource usage.
14
+
-**Platform-Independent**: Compatible with embedded systems, operating systems, and bare-metal environments.
15
+
-**MISRA-Compliant**: Follows MISRA C guidelines for safety and reliability.
13
16
-**Flexible Timer Resolution**: The resolution of the software timers depends on the calling frequency of the handler function.
14
-
-**MISRA Compliant**: Follows MISRA C guidelines for safety and reliability.
17
+
-**Industry-Proven**: Deployed in diverse industrial applications and rigorously unit-tested.
15
18
16
19
## Getting Started
17
20
@@ -48,6 +51,12 @@ A fast and efficient software timer library designed to work seamlessly across a
0 commit comments