awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesCompile-Time Polymorphic Drivers

Hardware drivers implemented using C++ templates to minimize runtime overhead and binary size through compile-time resolution.

Distinct from Driver Development Templates: Distinct from Driver Development Templates: provides a specific C++ architectural pattern for driver implementation rather than just project boilerplate.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Compile-Time Polymorphic Drivers. Refine with filters or upvote what's useful.

Awesome Compile-Time Polymorphic Drivers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • armmbed/mbed-osARMmbed 的头像

    ARMmbed/mbed-os

    4,842在 GitHub 上查看↗

    Mbed OS 是专为互联物联网设备和微控制器硬件设计的实时操作系统。它提供了一个基础框架,将实时操作系统与嵌入式安全框架、用于控制传感器和外设的硬件抽象层以及用于云端编排的设备管理平台相结合。 该系统建立了安全基础,以保护互联产品免受未经授权的访问和漏洞攻击。它还通过将嵌入式设备连接到云服务,实现了远程监控和硬件编排。 该平台通过实时任务协调管理并发执行,并为不同微控制器架构的硬件管理提供了标准化接口。它还包括用于实现自定义系统错误处理和恢复行为的机制。

    Implements a C++ template-based driver model to create efficient, reusable hardware drivers with minimal runtime overhead.

    C
    在 GitHub 上查看↗4,842
  1. Home
  2. Operating Systems & Systems Programming
  3. Kernel and Core Internals
  4. Kernel Development
  5. Kernel Driver Implementation
  6. Driver Development Templates
  7. Compile-Time Polymorphic Drivers