eNI v1.4.0 — Production Ready
v1.4.0 — Production Ready
What's New
- Real source code — genuine C firmware, Python modules, Verilog HDL (no stubs)
- Real unit tests — actual assertions against real functions (not
assertTrue(True)) - GitHub Actions CI — builds, tests, cross-compiles ARM, produces release artifacts
- 100% YAML-valid CI pipelines — 21/21 repos verified
Test Results
| Repo | Tests | Status |
|---|---|---|
| HEALTH-BAND-Neuro | 37 C unit tests | PASS |
| HealthKey-Ulta | 24 Python tests | PASS |
| eFab | 49 Python tests | PASS |
| eCAD-Hardware-Products | 36 Python tests | PASS |
| eVera | 30 Python tests | PASS |
| eBrowser | 21 Python tests | PASS |
| eosllm | 23 Python tests | PASS |
| eDB | 20 Python tests | PASS |
CI Pipeline
Each repo now has .github/workflows/ci.yml that:
- Runs unit tests on push/PR
- Cross-compiles for ARM Cortex-M4 (embedded targets)
- Produces release artifacts on tag push
- Uploads to GitHub Releases automatically