Tagged Questions

Atmel® AVR Studio® 5 is the Integrated Development Environment (IDE) for developing and debugging embedded Atmel AVR® applications. The AVR Studio 5 IDE gives you a seamless and easy-to-use environment to write, build, and debug your C/C++ and assembler code.

learn more… | top users | synonyms

2
votes
1answer
268 views

Using autocomplete feature in AVR Studio for coding C with avr-gcc

How can I enable or disable the autocomplete feature for the IDE AVR-Studio 5 or AVR-Studio 4? Do I have to edit some installation files to do this? In the video AVR Studio 5: How to use the Editor, ...
2
votes
2answers
150 views

Installing Visual Studio Project Templates without deleting the ProjectTemplatesCache

I'm working on an installer that needs to add several files to AVR Studio 5, an IDE developed by Atmel that is based on the Visual Studio Isolated Shell. These files include project templates for the ...
1
vote
0answers
95 views

Arduino code compiles both on Eclipse and on AVR Studio 5, but only Eclipse version is functional

I'm trying to choose an IDE for arduino development. I installed both Eclipse and AVR Studio 5. And configured them using the instruction on the Arduino site (for Eclipse) and those two tutorials (AVR ...
0
votes
0answers
4 views

Changing default checkbox state of a 3rd party InstallShield installer

I am writing an installer/bundle of several software packages that our customers frequently need to install. Basically it just includes several executable installers in it. For each component the ...
0
votes
2answers
88 views

#define PORTX.x in Avr Studio 5 (ATmega16)

I'm writing a new and special library whith new algorithms and abilities for KS0108 GLCD Driver. I'm using ATMega16. My dot matrix GLCD dimension is 128x64. How can I use #define code to define ...
0
votes
1answer
395 views

Build AVR Studio 4 project in AVR Studio 5

I have an AT90USB162 Minimus AVR which I want to integrate into a project. I downloaded the demo code from Minimus USB. This is a driver for using the AVR as a COM port. The project is written for ...
0
votes
0answers
85 views

Visual Studio Extension that copies a file to the right place

AVR Studio 5 is based on the Visual Studio Isolated Shell, so it looks and behaves a lot like Visual Studio 2010. Even if you haven't worked with AVR Studio 5, your knowledge Visual Studio can ...