What it solves
Combining small independent libraries creates version and ownership questions.
How it works
1Application example→2selected micro libraries→3platform 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