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

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

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

1 个仓库

Awesome GitHub RepositoriesFirmware Binary Blobs

Combined binary images containing both the kernel and application logic for direct flashing onto hardware.

Distinct from Monolithic Architectures: Distinct from Monolithic Architectures: focuses on the physical binary delivery format of firmware rather than the logical software design pattern.

Explore 1 awesome GitHub repository matching software engineering & architecture · Firmware Binary Blobs. Refine with filters or upvote what's useful.

Awesome Firmware Binary Blobs GitHub Repositories

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

    google/pebble

    4,963在 GitHub 上查看↗

    Pebble 是一个可穿戴设备固件的参考实现,旨在用于嵌入式系统研究和固件分析。它作为理解智能手表操作系统如何在受限硬件上构建和执行的技术蓝图。 该代码库专注于低功耗硬件渲染以及像素数据和显示缓冲区的管理,以最大限度地降低能耗。它为手表应用程序开发和可穿戴软件架构的研究提供了历史指南。 该系统结合了硬件抽象层、单体固件镜像,以及静态内存分配和直接帧缓冲区渲染的组合。输入通过事件驱动的循环进行管理,该循环将硬件中断映射到应用程序回调。 源代码通过扁平文件分发提供,并包含一个用于恢复原始目录层次结构的自动化脚本。

    Combines the kernel and application logic into a single binary blob for flashing onto wearable hardware.

    C
    在 GitHub 上查看↗4,963
  1. Home
  2. Software Engineering & Architecture
  3. Monolithic Architectures
  4. Firmware Binary Blobs