Tagged Questions

0
votes
1answer
313 views

Is possible to compile and programme ATtiny10 with AVR CrossPack?

For my next project, I would like to use ATtiny10, but I have computer only with Mac, so I cannot use AVR Studio. Can I use AVR CrossPack for programming this microcontroller? I found this article ...
8
votes
5answers
4k views

ATTiny13 — avr-gcc Hello World uses over 100 bytes?

I'm trying to write a program for the ATTiny13. My problem is that it has huge size constraints. Well, when making my first Hello World program, it took 100 bytes of program space just to make a light ...