This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: A safe way to print debug output in DSRs ?


> -----Original Message-----
> From: Grant Edwards [mailto:grante@visi.com]
> Subject: Re: [ECOS] A safe way to print debug output in DSRs ?
> 
> If diag_printf does a busy-wait on a UART (as it does on my
> system in hal_diag_write_char()), it can have a pretty big
> timing impact on the DSR.  If it doesn't get called too often
> and the messages fit into the UART FIFO, then this isn't too
> much of a problem -- but it's important to keep in mind as you
> sprinkle diag_printf() around in the code.

Has someone considered to add parallel port debug support? This could
improve the ti ming problems, and should be easier to do than ethernet
support. USB could be great too
(Just in case someone is not busy enought...)


-- 
Fabrice Gautier
fabrice_gautier@sdesigns.com 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]