
Toolchain
Toolchain is used to compile, link, and transform the source code to an executable form targeting the AVR devices. By default, AVR Studio has the following Toolchain Type extensions.
| Toolchain type | Language | Description | 
|---|---|---|
| 
                                  AVR Assembler  | 
                              
                                  Assembly  | 
                              
                                  Used for building 8-Bit Assembler projects  | 
                           
| 
                                  AVR 8-bit  | 
                              
                                  C  | 
                              
                                  Used for building 8-Bit C/C++ projects  | 
                           
| 
                                  C++  | 
                           ||
| 
                                  AVR 32-bit  | 
                              
                                  C  | 
                              
                                  Used for building 32-Bit C/C++ projects  | 
                           
| 
                                  C++  | 
                           ||
| 
                                  ARM 32-bit  | 
                              
                                  C  | 
                              
                                  Used for building ARM C/C++ projects  | 
                           
| 
                                  C++  |