Timeline for Using an Arduino board to program an AVR
Current License: CC BY-SA 3.0
10 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 17, 2019 at 6:09 | history | edited | VE7JRO |
edited tags
|
|
| Mar 24, 2015 at 1:28 | history | tweeted | twitter.com/#!/StackArduino/status/580179270846291968 | ||
| Mar 23, 2015 at 21:49 | comment | added | aaa | I actually didn't know that, sounds interesting. I just don't want too much overhead. The bootloader is okay I think as it enables the serial uploading of code, which is great for my user experience. But apart from that I try to make it as "professional" as possible, how people in real companies work. (Please don't take this as an 'insult'). I believe Eclipse is easier to use, but was worried it might not work as well with the arduino (uploading through serial). And personally I don't like it to use libraries (though I probably will for some things) but mostly from the chip manufacturer self. | |
| Mar 23, 2015 at 21:35 | comment | added | Edgar Bonet | FYI, the Arduino IDE works on top of avr-gcc, the GNU binutils and avrdude. The Arduino core library is built on top of avr-libc. If you wish, you can use the library without the IDE and vice-versa. | |
| Mar 23, 2015 at 21:07 | vote | accept | aaa | ||
| Mar 23, 2015 at 20:46 | vote | accept | aaa | ||
| Mar 23, 2015 at 21:07 | |||||
| Mar 23, 2015 at 20:27 | comment | added | Avelino | Hope this helps. If my answer is insufficient, you can suggest me improvements for the comments. | |
| Mar 23, 2015 at 20:19 | answer | added | Avelino | timeline score: 2 | |
| Mar 23, 2015 at 18:23 | review | First posts | |||
| Mar 23, 2015 at 23:46 | |||||
| Mar 23, 2015 at 18:22 | history | asked | aaa | CC BY-SA 3.0 |