Skip to content

Commit

Permalink
Switched Atmel Studio link to direct-download ones.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Spitzenpfeil committed Apr 25, 2016
1 parent 24a8761 commit de97aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Compiling/Development
=====================
There are currently three options available, choose your preferred environemt:
* Use the [Arduino IDE](https://www.arduino.cc/en/Main/Software), make sure you do ISP Upload and _don't_ use the arduino bootloader.
* Use [Atmel Studio 6](http://www.atmel.com/microsite/atmel_studio6/) together with the [VisualMicro Plugin](http://www.visualmicro.com/page/Arduino-for-Atmel-Studio.aspx) for Arduino support, make sure you do ISP Upload and _don't_ use the arduino bootloader.
* Use [Atmel Studio 6](https://www.mikrocontroller.net/articles/Atmel_Studio#Downloads) together with the [VisualMicro Plugin](http://www.visualmicro.com/page/Arduino-for-Atmel-Studio.aspx) for Arduino support, make sure you do ISP Upload and _don't_ use the arduino bootloader.
* "raw" text editing and Makefiles, to do so run `git submodule update --init` and afterwards `make ispload`. You probably need to adjust `ISP_PROG` and `AVRDUDE_ARD_PROGRAMMER` in the makefile.

The supplied `release.sh` only works together with the Makefile method.
Expand Down

0 comments on commit de97aea

Please sign in to comment.