avr-gcc Atmel AVR microncontrollers on Linux / Windows Arduino IDE
Posted
by
Prakash
on Stack Overflow
See other posts from Stack Overflow
or by Prakash
Published on 2013-10-24T08:33:20Z
Indexed on
2013/10/24
9:54 UTC
Read the original article
Hit count: 379
I recently heard all about avr-gcc and avr-lib support on Linux that can be used for developing code for Atmel AVR micro-controller (ATmega48/88/168, ATmega16/32). I also understand that Arduino also uses Atmel's AVR micro-controller (I am not sure which one).
Now different vendors have designed their own product (using Atmel AVR uc) where code is to be developed using avr-gcc i.e. on Linux platform. In the same regards Arduino's Windows IDE is much simpler and easy to code with.
I am confused as to which platform is more promising - what are the benefits of learning avr-gcc? Which is the better option to program using the same? What type of application can we develop using avr-gcc compiler?
© Stack Overflow or respective owner