Skip to content

Commit

Permalink
Merge pull request #2 from sandeepbhat/master
Browse files Browse the repository at this point in the history
README to help setting up dev environment
  • Loading branch information
triffid committed Jun 23, 2011
2 parents b655480 + f178813 commit 7421347
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
Empty file removed README
Empty file.
29 changes: 29 additions & 0 deletions README.md
@@ -0,0 +1,29 @@
ATMega Skeleton: Skeleton libraries for AVR ATmega boards such as the arduino.

Helping out with ATMega Skeleton
--------------------------------

To contribute, get started with the following:

- Fork the project and start hacking.
- Make a pull request.

Setting up a dev environment
----------------------------

You will need avr-gcc toolchain, make and some other packages.
On a Debian clone following will install the build-essentials.

$ sudo apt-get install make gcc-avr binutils-avr avr-libc

Optionally you can install "avrdude" an AVR controller programming tool:

$ sudo apt-get install avrdude libusb-dev

The following might help:

- [Detailed help for setting up AVR Dev Environment] [avr_gcc_howto]
- [How to setup and use avrdude] [avrdude_howto]

[avr_gcc_howto]: http://www.nongnu.org/avr-libc/user-manual/install_tools.html
[avrdude_howto]: http://www.ladyada.net/learn/avr/avrdude.html

0 comments on commit 7421347

Please sign in to comment.