Intel® System Debugger User Guide

ID 648476
Date 06/13/2024
Confidential
Document Table of Contents

Importing a Project

You cannot directly import a Zephyr project or sample created outside Eclipse IDE. Alternatively, you can import source files into an empty (new or existing clean) Zephyr application.

To import source files into an empty project:

  1. Create a project by following instructions here but in step 2 select Empty Zephyr Application.

  2. Right-click the project in Eclipse IDE and select Import.

  3. In the opened dialog, open General node, select File System, and click Next.

  4. In the wizard, click Browse and choose the files to import.

    Select the project from <path-to-PSE>/pse-dev-code-base/ehl_​pse-fw/apps/ that was built on Intel® Programmable Services Engine (Intel®) PSE).

    import_project

  5. Click Finish.

Now source files are displayed in the Project Explorer when you select the project pointing to Zephyr SDK and Zephyr base during project creation.