2 Repos
Pre-configured project structures for streamlining the creation of kernel-mode drivers.
Distinct from Kernel Driver Implementation: Distinct from Kernel Driver Implementation: focuses on the templates and boilerplate rather than the logic implementation.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Driver Development Templates. Refine with filters or upvote what's useful.
This repository is a collection of reference source code and implementation examples for developing drivers using the Windows Driver Kit. It provides hardware device driver samples and development templates for building kernel-mode software that enables communication between the Windows operating system and hardware devices. The library includes examples for creating universal Windows drivers, which utilize a shared set of interfaces to operate across multiple versions of the operating system. It also contains specialized implementation samples for various hardware categories, including netwo
Provides pre-configured project samples for building and testing kernel-mode drivers in Visual Studio.
Mbed OS is a real-time operating system designed for connected internet-of-things devices and microcontroller hardware. It provides a fundamental framework that combines a real-time operating system with an embedded security framework, a hardware abstraction layer for controlling sensors and peripherals, and a device management platform for cloud-based orchestration. The system establishes security foundations to protect connected products from unauthorized access and vulnerabilities. It further enables remote monitoring and hardware orchestration by connecting embedded devices to cloud servi
Implements a C++ template-based driver model to create efficient, reusable hardware drivers with minimal runtime overhead.