Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Comparison of Patina vs EC Integration Concerns

ConcernPatinaEC
✅ Component RegistrationStatic via .with_component() chainingStatic via init() + register()
✅ Execution ModelEFI boot entrypointembassy async executor
✅ Dependency InjectionFunction-level parametersStruct-wrapped traits
✅ Component Lifetime ManagementCore-managedController-managed
✅ Unit test supportHost-driven tests (mocked context)Host-driven tests (mocked HALs)
✅ Integration TestingPossible via QEMU or structured test harnessAsync harness + host logging