model-based-product-line-engineering/product-models/nxp_zephyr_vehicle_target_candidate.sysml

0 view(s) · 1 declared member(s) view source on GitHub

Source

1/*2 * Derived vehicle-target execution-environment product-model projection — DO NOT EDIT.3 * Generated by configure_variant.py.4 * This is not a complete member-product specification.5 * Shared-assets source baseline: git-blob:a2c55d7c6c948f3b21ff0c42aabbb9946d57d556:textual-notation-of-model/packages/architecture/execution_environments.sysml (content-addressed)6 * Shared-assets model: textual-notation-of-model/packages/architecture/execution_environments.sysml7 * Shared-assets model SHA-256: 0c1781ff83fdb8dcef36cd070b578eef04793e9554e815e9876477ecb64753288 * Feature model SHA-256: 98b39e416c1318fc4d61e1072e9663735e34c95faa2c2a68b03d2d8f9f116a459 * Bill-of-Features SHA-256: 20caf771cac49122da60aadee7fee064cbc79d5ed0473b87a1c9b894a7be07c510 * Regenerate from: model-based-product-line-engineering/feature-configurations/nxp-zephyr-vehicle-target-candidate.yaml11 * Feature model: model-based-product-line-engineering/feature-models/vehicle_execution_environments.yaml12 */1314private import DE4SDV_ExecutionEnvironments::VehicleTargetExecutionEnvironment;1516part def NXPZephyrVehicleTargetCandidate :> VehicleTargetExecutionEnvironment {17  doc /*18   * Derived vehicle-target execution-environment projection from Bill-of-Features.19   * Planned and unverified System 1 vehicle-target candidate combining an unresolved NXP board/SoC with native Zephyr execution. This does not claim that the Autoware ROS 2 application composition executes on Zephyr; software allocation and vehicle-platform interfaces remain unresolved.20   *21   * Variant selections:22   *   computeNode = nxpVehicleCompute23   *   operatingSystem = zephyr24   *   executionRuntime = nativeZephyr25   */2627  part :>> computeNode = computeNode::nxpVehicleCompute;28  part :>> operatingSystem = operatingSystem::zephyr;29  part :>> executionRuntime = executionRuntime::nativeZephyr;30}31