Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.19 KB

File metadata and controls

20 lines (16 loc) · 1.19 KB

NobroRTOS Documentation

Seven documents, one purpose each. Start at the top; go deeper as needed.

Document Read it when you want to…
GETTING_STARTED.md reach a verified PASS on a laptop, or use a configured hardware/prebuilt-image path
USER_GUIDE.md work with the SDK day-to-day: app generator, prebuilt firmware loop, C modules, repo hygiene
API.md look up the public surface: Rust crates, C ABI, Python package, host contract
ARCHITECTURE.md understand the layers, design rules, mountable backends, and the Universal Driver Interface
PORTING.md adapt existing bounded logic or port NobroRTOS to new silicon
LIMITATIONS.md see exact scheduling, resource, isolation, tooling, and platform support boundaries
api-index.md scan the generated per-crate symbol index (appendix to API.md)

Learning by doing instead? The step-by-step ladder lives in tutorials/ — from a zero-code first light to Rust deep dives.

Project planning and machine-specific notes are intentionally outside this public documentation set.