From mboxrd@z Thu Jan 1 00:00:00 1970 From: wnlee1109 at gmail.com Date: Wed, 27 Apr 2005 21:04:40 +0800 Subject: [U-Boot-Users] how to add CR to printf message automatically? Message-ID: <426f8deb.37a2553d.0897.fffffb13@mx.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear u-boot community, I am now porting u-boot to my own evaluation board. The UART functions now. However, the printed messages on hyper-terminal are lacks of "CR" character. Most messages in u-boot is only ends with "\n". How to let printf() automatically add "\r" at the end of messages? Thanks. Wayne