1 مستودع
Specialized numeric types used to track instants and durations without risking integer overflow.
Distinguishing note: None of the candidates relate to low-level embedded timing safety; most are about general type casting or high-level logic.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Overflow-Free Timing Types. Refine with filters or upvote what's useful.
Embassy is an asynchronous framework for microcontrollers that provides a runtime for cooperative multitasking. It enables the execution of multiple concurrent tasks to maximize energy efficiency and CPU usage, utilizing an async executor that puts the processor to sleep when idle. The framework includes a comprehensive set of embedded components, featuring a hardware abstraction layer for peripherals like GPIO, SPI, I2C, and UART, alongside a TCP/IP network stack and a USB device stack. It also provides a Bluetooth Low Energy host stack for wireless communication and a bootloader framework t
Tracks instants and durations using global, overflow-free types to handle timing and timeouts reliably.