This section will outline the process of creating a new Atmel Studio project.
About Project Types
Category | Project Templates | Description |
---|---|---|
C/C++ |
GCC C ASF Board Project |
Select this template to create an AVR 8-bit or AVR/ARM 32-bit ASF3 Board project. Choose between the different boards supported by ASF3. |
C/C++ |
GCC C Executable Project |
Select this template to create an AVR 8-bit or AVR/ARM 32-bit GCC project. |
C/C++ |
GCC C Static Library Project |
Select this template to create an AVR 8-bit or AVR/ARM 32-bit GCC static library(LIB) project. This pre-compiled library (.a) can be used to link to other projects (closed source) or referenced from applications that need the same functionality (code reuse). |
C/C++ |
GCC C++ Executable Project |
Select this template to create an AVR 8-bit or AVR/ARM 32-bit C++ project. |
C/C++ |
GCC C++ Static Library Project |
Select this template to create an AVR 8-bit or AVR/ARM 32-bit C++ static library (LIB) project. This pre-compiled library (.a) can be used to link to other projects (closed source) or referenced from applications that need the same functionality (code reuse). |
Assembler |
Assembler Project |
Select this template to create an AVR 8-bit Assembler project. |
Category | Project Templates | Description |