Do you want to take control of your Arduino development experience? Does developing with the Arduino IDE feels like playing Frisbee with a narcoleptic dog? Do you want One Click Deployment for all your Arduino and AVR projects? Do you need to compile your projects from the command line to support Continuous Integration? Do you need a unit testing framework for your Arduino Projects? If so, then take a look at the Arduino Installer For Atmel Studio - Version 1.01 Beta 1. This version of the installer is packed with new features and bug fixes, take a look.
Product Link:https://arduinoinstaller.codeplex.com/releases/view/95451
New Features
- Total of 7 project templates included
- C program
- C library
- C++ program
- C++ library
- Arduino Unit Tests
- Arduino library
- Arduino program (sketch)
- Graphical setup instead of batch file
- Group all supporting scripts under a script directory in the solution
- Support for calling multiple pre-build, post-build and deployment scripts
- Automatically generation of command line script to compile projects
- Automatically generation of command line script to unistall libraries
- Command line script to compile and deploy lists of unit test suites
- Automatic detection of unit test suites as long as naming convention is followed
- Automatic detection of configuration (debug vs release)
- Automatic device detection
- Support USBTINY, AVRMKII and AVR Dragon programmers for AVR projects
- Graphical setup routine to faciliate installation
- Item template for unit test suites
- Optimized ArduinoUnit library using test numbers to minimize memory footprit
- Include ArduinoUnit in unit test project to minimize external library dependencies
- msbuild build.xml script to support compiling from command line and continous integration setups
- msbuild script to compile and deploy all arduino libraries
Bug Fixes
- Handling spaces in avrdude path
- Handling spaces in project names
- Handling spaces in project path