Difference between revisions of "Atmel AVR"

From Bashlinux
Jump to: navigation, search
(Created page with "== Howto setup Eclipse for AVR GCC toolchain == * Install avr tools and dependencies '''Fedora''' <nowiki>yum -y install avr-gcc avr-binutils avr-libc avr-gdb avrdude eclipse...")
 
m (Manpaz moved page Mu-avr to Atmel AVR)
(No difference)

Revision as of 06:57, 28 May 2013

Howto setup Eclipse for AVR GCC toolchain

  • Install avr tools and dependencies

Fedora

yum -y install avr-gcc avr-binutils avr-libc avr-gdb avrdude eclipse eclipse-cdt 

Ubuntu

apt-get -y install gcc-avr binutils-avr gdb-avr avr-libc avrdude