2 مستودعات
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 هو نظام تشغيل في الوقت الفعلي مصمم لأجهزة إنترنت الأشياء المتصلة وأجهزة المتحكمات الدقيقة. يوفر إطار عمل أساسياً يجمع بين نظام تشغيل في الوقت الفعلي وإطار عمل أمني مدمج، وطبقة تجريد للأجهزة للتحكم في المستشعرات والأجهزة الطرفية، ومنصة إدارة أجهزة للتنسيق القائم على السحابة. يؤسس النظام أسس أمنية لحماية المنتجات المتصلة من الوصول غير المصرح به والثغرات. كما يُمكّن المراقبة عن بعد وتنسيق الأجهزة من خلال ربط الأجهزة المدمجة بخدمات السحابة. تدير المنصة التنفيذ المتزامن من خلال تنسيق المهام في الوقت الفعلي وتوفر واجهة موحدة لإدارة الأجهزة عبر بنيات متحكمات دقيقة مختلفة. تتضمن أيضاً آليات لتنفيذ معالجة أخطاء النظام المخصصة وسلوكيات التعافي.
Implements a C++ template-based driver model to create efficient, reusable hardware drivers with minimal runtime overhead.