[avr-libc-dev] does delay.h really need all this junk?

2008-12-08 Thread Steve Franks
Y'all, I was trying to figure out why _delay_us() was eating up all my flash in a tiny2313, so I threw in a link -nodefaultlibs, and look what I found! Is this really just for the convinienece of using F_CPU? I grabbed delay_loop_2(), put it in a for() loop, and my code went from 4k to 1k...

RE: [avr-libc-dev] does delay.h really need all this junk?

2008-12-08 Thread Weddington, Eric
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] org] On Behalf Of Steve Franks Sent: Monday, December 08, 2008 5:06 PM To: avr-libc-dev@nongnu.org Subject: [avr-libc-dev] does delay.h really need all this junk? Y'all, I was trying to figure out why