Skip to content

eNI v1.4.0 — Production Ready

Choose a tag to compare

@srpatcha srpatcha released this 27 May 23:38

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:

  1. Runs unit tests on push/PR
  2. Cross-compiles for ARM Cortex-M4 (embedded targets)
  3. Produces release artifacts on tag push
  4. Uploads to GitHub Releases automatically