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