Atmel Studio

The following steps describe how to use the output from Atmel START in Atmel Studio.

Exporting the Project from Atmel START

  1. On the Atmel START website, create a new project (Example or Board).
  2. Click on the Export Software Component button. For exporting project for Atmel Studio and Somonium IDE, select Atmel Studio.
  3. Click on DOWNLOAD PACK.
    An ‘atmelstart.atzip’ pack file will be downloaded.

Steps to Import the Atmel START Output into Atmel Studio

  1. Launch Atmel Studio.
  2. Select File > Import > Atmel Start Project.
  3. Browse and select the downloaded ‘atmelstart.atzip’ file.
  4. The "Atmel Start Importer" dialog box will open. Enter the project details Project name > Location > Solution name. Click OK.

    A new Atmel Studio project will be created, and the files will be imported.

Generate Doxygen Output

Some projects contain documentation formatted for Doxygen.

Note: Doxygen must be installed; download it from http://www.doxygen.org. You will be asked to configure Studio to locate Doxygen executable; this defaults to ‘C:\Program Files\doxygen\bin\doxygen.exe’.
Click on the Doxygen button to generate documentation.
Doxygen will run, and the generated documentation will open in a window.
Tip: The generated files can be found under the folder ‘doxygen/generator/html’ and ‘doxygen/generator/xml’. These are not added to the project. There is a separate Doxygen extension for Studio that can be used if more control is needed. It can be found at https://gallery.atmel.com

Steps to Re-Configure the Project using Atmel START

  1. Click on the Re-Configure button or right click on the project node in the Solution Explorer window, and from the menu, select Re-configure Atmel Start Project.
    Atmel START will open up in a window inside Atmel Studio.
  2. Do changes to the project; click the GENERATE PROJECT button at the bottom of the Atmel START window.
    The old configuration will be removed and the new configuration applied.
  3. If there are any modified files, you will get a window with a list of the modified files. Select which files should be overwritten. Optionally, select to backup the overwritten files.

Creating New Project using Start

Start can be opened in a window inside Studio to generate a project or load an example project.

Select Atmel Start Project or Atmel Start Example Project from the File > New menu.
A new project is created.

Settings

Settings are accessed from menu Tools > Options > Atmel Start.

  1. Set location of Doxygen executable.
  2. Define tool for file comparison.
  3. General settings.

Restore Project from Backup

A backup of the project is taken when reconfiguring with Atmel START. Backups are stored in the folder ‘.atmel-start-backup’ under the project folder.

  1. Backups of type ‘.atzip’ are opened in Atmel Studio by using the Atmel Start Importer.
    Note: These backups have a bug: If the user has added or renamed files and folders to the backed-up project, these will be removed if the restored backup is reconfigured in Atmel START. If this happens, import the project again and avoid using Atmel START to reconfigure.
  2. Backup of type ‘.zip’.
    1. Unzip to a folder.
    2. Create a new project in Atmel Studio of type Atmel Studio Solution > Blank Solution (File > New > Project).
    3. In Solution Explorer on the right side, select the Solution, right click and select Add Existing Project, browse to the unzipped folder and select the Atmel Studio project file.