Rtems with Philips LPC2106 ???

Joel Sherrill joel at OARcorp.com
Fri Jan 16 18:20:55 UTC 2004


Scott Newell wrote:

> At 11:16 AM 1/16/2004 , Joel Sherrill wrote:
> 
>>That may be shrunk more with attention to the RTEMS
>>configuration and what services you use.  The ticker test
>>has 3 tasks, uses printf (often 20-30K baggage itself),
> 
> 
> Would using iprintf() help?

Yes.  And I think that in later RTEMS versions, the
tests actually (by macro magic) have switched to
using iprintf.

Better would be to avoid using printf unless you
really need it.  For debug IO to a serial console,
printk() is much smaller.

> newell
> 


-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel at OARcorp.com                 On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985




More information about the users mailing list