Organization-wide configuration and shared resources for the EmbeddedOS project.
This repository powers the organization profile at github.com/embeddedos-org and stores all shared artefacts that every EmbeddedOS repo can inherit (CONTRIBUTING, CODEOWNERS, reusable GitHub Actions, compliance documentation).
| Path | Description |
|---|---|
profile/README.md |
Organization profile rendered on github.com/embeddedos-org |
CONTRIBUTING.md |
Canonical contribution guide for all EmbeddedOS repositories |
CODEOWNERS |
Default code-ownership routing rules |
LICENSE |
MIT licence covering this repo and the org-wide shared files |
actions/ |
Reusable GitHub Actions (setup-qemu-toolchains, build-qemu-rootfs) |
docs/compliance/ |
ISO / IEC / POSIX / SBOM compliance documentation (9 standards) |
Files in this repository are automatically inherited by every repo in the
embeddedos-org org that does not override them locally (notably CONTRIBUTING.md
and CODEOWNERS).
Reusable actions can be referenced from any workflow:
- uses: embeddedos-org/.github/actions/setup-qemu-toolchains@main
- uses: embeddedos-org/.github/actions/build-qemu-rootfs@main| Repo | Purpose |
|---|---|
| embeddedos-org/embeddedos-org.github.io | Live developer portal (HTML / CSS / Playwright) |
| embeddedos-org/embeddedos-org | Org landing repo — entry point for github.com/embeddedos-org/embeddedos-org |
| embeddedos-org/eos | Real-Time Operating System kernel (canonical core) |
Cross-references inside the landing repo:
README·LICENSE·CONTRIBUTING·CODE_OF_CONDUCT·SECURITY
MIT — see LICENSE for the canonical text.