This repository provides the µOS++ IVe Suite, a set of projects that together form the fourth edition of µOS++.
Each project within the suite is maintained in its own Git repository and is included here as a submodule for unified access.
Compared to a monorepo, this approach enables more effective testing and supports the development of distinct web sub-sites, each with its own URL.
The project is open source and is available on GitHub at micro-os-plus/micro-os-plus-iv-suite.
To obtain a local copy, execute:
git clone --recurse-submodules https://github.com/micro-os-plus/micro-os-plus-iv-suite.git micro-os-plus-iv-suite.git
(to be continued)