Organization-wide configuration and shared resources for the EmbeddedOS project.
| Path | Description |
|---|---|
profile/README.md |
Organization profile displayed on github.com/embeddedos-org |
CONTRIBUTING.md |
Contribution guidelines for all EmbeddedOS repositories |
CODEOWNERS |
Default code ownership rules |
LICENSE |
MIT license for organization-wide files |
actions/ |
Reusable GitHub Actions (QEMU toolchain setup, rootfs builder) |
docs/compliance/ |
Standards compliance documentation (ISO, IEC, POSIX, SBOM) |
Files in this repository are automatically inherited by all repositories in the embeddedos-org organization that do not override them (e.g., CONTRIBUTING.md, CODEOWNERS).
Reusable actions can be referenced from any repo's workflow:
- uses: embeddedos-org/.github/actions/setup-qemu-toolchains@mainMIT — see LICENSE for details.