Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 930 Bytes

File metadata and controls

13 lines (9 loc) · 930 Bytes

embedded-runtime-prep

This repository contains a collection of small, self-contained pure-software embedded modules developed during Summer 2026. Each module is isolated, testable, and designed to be integrated into the larger embedded-runtime framework later.

Modules

  • Scheduler — Cooperative task scheduler with tick handling and drift correction.
  • Event Queue — Circular buffer + event dispatcher.
  • Mock HAL — Hardware abstraction interfaces with mock implementations.
  • UART Simulator — Framing, CRC, parser, and simulated RX/TX.
  • Unit Test Harness — Minimal test runner with mocks and fixtures.

Each module lives in its own directory with its own README and tests.