From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14946 invoked by alias); 13 Sep 2007 20:32:01 -0000 Received: (qmail 14897 invoked by uid 22791); 13 Sep 2007 20:31:46 -0000 X-Spam-Check-By: sourceware.org Received: from exprod6og51.obsmtp.com (HELO exprod6og51.obsmtp.com) (64.18.1.183) by sourceware.org (qpsmtpd/0.31) with SMTP; Thu, 13 Sep 2007 20:31:40 +0000 Received: from source ([63.240.6.47]) (using TLSv1) by exprod6ob51.postini.com ([64.18.5.12]) with SMTP; Thu, 13 Sep 2007 13:31:37 PDT Received: from 172.16.1.25 by mail.Mi8.com with ESMTP (- Welcome to Mi8 Corporation www.Mi8.com (D1)); Thu, 13 Sep 2007 16:32:17 -0400 X-Server-Uuid: 0764DD54-627B-4C45-B37D-789FBDEDA467 Received: from MI8NYCMAIL14.Mi8.com ([172.16.1.194]) by D01HOST03.Mi8.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 13 Sep 2007 16:32:17 -0400 Content-class: urn:content-classes:message MIME-Version: 1.0 Date: Thu, 13 Sep 2007 20:32:00 -0000 Message-ID: In-Reply-To: <006a01c7f63e$3d31d630$b7958290$@net> From: "Scott Moore" To: "Ecos-Discuss" , "Steve Gaskill" X-WSS-ID: 6AF741DB0A81714369-01-01 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] Question on serial ports X-SW-Source: 2007-09/txt/msg00080.txt.bz2 =20 Hi, I am working with a Keil MCB2300 board. I had a question on serial port implementations. Our installation was derived from the ARM/MCB2100 board which comes with ECOS, using the lpc2xxx structures. Included with the standard build is the diagnostic port haldiag, which is layered as ttydiag. The hal for the board includes code to access both ports, 0 and 1 on the board. However, the code does not appear to support more than a single port at the device level. The code does not appear to support interrupts, and uses the SERIAL_CHANNEL macro as opposed to the SERIAL_CHANNEL_USING_INTERRUPTS macro. Basically it appears that this installation was only designed to support a single diagnostics serial port which doubles as a GDB access port. under /packages/devs/serial, there is a directory for arm/lpc2xxx, but it contains the single file arm_lpc2xxx_ser.inl, which appears to just contain the headers for a possible driver. The functions defined in this file don't appear to go anywhere, for example "pc_serial_init", etc. The questions are: 1. Does this indeed indicate that a full (not diagnostic) serial port implementation was never completed for the MCB2100 board? 2. What was the purpose of the directory=20 ../packages/devs/serial/arm/lpc2xxx/..? Was this just a placeholder for where a device might go? Thank you, Scott Moore Powerfile --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.762 / Virus Database: 510 - Release Date: 9/13/2004 =20 -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss