public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] How to inactivate debug/console port?
@ 2005-05-11 13:44 Yegor Yefremov
  2005-05-12  9:54 ` Andrew Lunn
  0 siblings, 1 reply; 2+ messages in thread
From: Yegor Yefremov @ 2005-05-11 13:44 UTC (permalink / raw)
  To: ecos-discuss

Hi all,

I'd like to inactivate debug/console port. I use ARM7 board with RAM
start up. I have read ecos reference manual and found only the way to
redirect the output between debug and console port via
CYGDBG_HAL_DIAG_TO_DEBUG_CHAN. How do I completely deactivate
console/debug port so that I don't see any output?

Thanks,

Yegor Yefremov
--

VS Vision Systems GmbH, Industrial Image Processing Aspelohe 27A,
D-22848 Norderstedt, Germany
Mail: Yegor.Yefremov@VisionSystems.de       Tel.: +49-40-528 401-0
http://www.VisionSystems.de                 Fax.: +49-40-528 401-99
-------------------------------------------------------------------



--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] How to inactivate debug/console port?
  2005-05-11 13:44 [ECOS] How to inactivate debug/console port? Yegor Yefremov
@ 2005-05-12  9:54 ` Andrew Lunn
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Lunn @ 2005-05-12  9:54 UTC (permalink / raw)
  To: Yegor Yefremov; +Cc: ecos-discuss

On Wed, May 11, 2005 at 12:51:49PM +0200, Yegor Yefremov wrote:
> Hi all,
> 
> I'd like to inactivate debug/console port. I use ARM7 board with RAM
> start up. I have read ecos reference manual and found only the way to
> redirect the output between debug and console port via
> CYGDBG_HAL_DIAG_TO_DEBUG_CHAN. How do I completely deactivate
> console/debug port so that I don't see any output?

I think diag_printf is a weak symbol. So just provide your own which
redirects everything to the bit bucket.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-05-11 20:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-11 13:44 [ECOS] How to inactivate debug/console port? Yegor Yefremov
2005-05-12  9:54 ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).