You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,4 +67,12 @@ Every build produces `eos-{target}-v0.1.0-deliverable.zip`:
67
67
- Gated release — all repos must pass before release
68
68
- 104 CI jobs across all repos per push
69
69
- 11 QEMU board types, 6 architectures
70
-
- Cross-repo dispatch — change in any repo validates all
70
+
- Cross-repo dispatch — change in any repo validates all
71
+
72
+
## Standards Compliance
73
+
74
+
This project is part of the EoS ecosystem and aligns with international standards including ISO/IEC/IEEE 15288:2023, ISO/IEC 12207, ISO/IEC/IEEE 42010, ISO/IEC 25000, ISO/IEC 25010, ISO/IEC 27001, ISO/IEC 15408, IEC 61508, ISO 26262, DO-178C, FIPS 140-3, POSIX (IEEE 1003), WCAG 2.1, and more. See the [EoS Compliance Documentation](https://github.com/embeddedos-org/.github/tree/master/docs/compliance) for full details including NTIA SBOM, SPDX, CycloneDX, and OpenChain compliance.
<tr><td><code>native</code></td><td>Python simulation</td><td>Fast</td><td>Medium</td><td>Rapid prototyping, CI testing, peripheral logic verification. Simulates GPIO, UART, SPI, I2C, Timer, ADC registers in Python.</td></tr>
174
-
<tr><td><code>qemu</code></td><td>Binary emulation</td><td>Medium</td><td>High</td><td>Full firmware execution on emulated CPU. Uses QEMU system emulation with GDB and QMP interfaces. Supports ARM, RISC-V, Xtensa, x86.</td></tr>
174
+
<tr><td><code>qemu</code></td><td>Binary emulation</td><td>Medium</td><td>High</td><td>Full firmware execution on emulated CPU. Uses EoSim binary emulation with GDB and QMP interfaces. Supports ARM, RISC-V, Xtensa, x86.</td></tr>
175
175
<tr><td><code>hil</code></td><td>Hardware-in-loop</td><td>Real-time</td><td>Exact</td><td>Real hardware via debug probe (OpenOCD/J-Link). Bridges serial and GDB. Highest fidelity for production validation.</td></tr>
0 commit comments