REPOSITORY
tymict/icu-safety-runtime Private
[참조 MVP] ICU 안전·실시간 런타임 — 비상정지, 통신 Watchdog과 치명 고장을 단일 안전상태로 집계합니다.
https://git.agrithing.ai/tymict/icu-safety-runtime.git 79f7434 fix: remove unsafe copy and restore MCU quality gate
851fe1c demo: introduce unsafe unbounded copy for gate test
debf6aa feat: adopt c MCU SDV reference implementation
a2896f9 ci: add language-specific static and dynamic analysis
71a0f42 docs: define component scope and interface contract
01e4af2 ci: verify contract tests and evidence package
ef5795a feat: add executable reference MVP
b51bddf docs: define component scope and interface contract
2 items · main
·/ .asw/quality-profile.json
json · 932 B · 2fe353d Download
{ "schemaVersion": "asw.quality-profile/v1", "repository": "tymict/icu-safety-runtime", "scope": "runtime-component", "language": "c", "runtime": "C11", "executionTarget": "mcu", "buildSystem": "gcc", "staticAnalysis": { "adapter": "gcc-warning-policy", "command": "python tools/quality_scan.py static --output dist/quality/static-analysis.json", "reportFormat": "asw.quality-result/v1", "required": true, "thresholds": { "critical": 0, "high": 0, "warnings": 0 } }, "dynamicAnalysis": { "adapter": "gcc-test-scenario", "command": "python tools/quality_scan.py dynamic --output dist/quality/dynamic-analysis.json", "reportFormat": "asw.quality-result/v1", "required": true, "thresholds": { "minimumPassRate": 1 } }, "evidence": [ "quality/static-analysis.json", "quality/dynamic-analysis.json", "quality/summary.json" ]}