Micro-toolkit

Micro-toolkit

Combining small independent libraries creates version and ownership questions.

An integration repository documents nine core micro libraries, migration notes and a multi-library sensor-node example.

DevelopmentMITC99
Last verified
Not audited against current README/docs
Platform scope
Portable C99; integration depends on caller-provided adapters

What it solves

Combining small independent libraries creates version and ownership questions.

How it works

1Application example2selected micro libraries3platform adapters

Use it when

Review cross-library compatibility before integration
Start from the multi-library sensor-node example
Choose only the independent modules you need

Quick Start

# Configure dependency source locations, then:
cmake -S . -B build -DMICRO_TOOLKIT_BUILD_EXAMPLES=ON
cmake --build build
# Expected: the configured integration example builds against supplied sources.

Engineering evidence

  • Integration matrix and migration guide record inspected headers and verification status

Known limits

  • Not the source of truth for individual APIs
  • Does not pin or vendor a compatible dependency set
  • Does not prove hardware support