This is the mail archive of the ecos-devel@sourceware.org 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]
Other format: [Raw text]

Re: tty.cdl


On Sat, 26 Mar 2011, Ilija Kocho wrote:

> Hello colleagues
> 
> I need to extend tty.cdl in order to accommodate more than 4 serial
> ports, currently I need 6. I can simply add 2 port entries but i would
> prefer something like the snippet below. Either case I am ready to post
> to Bugzilla.
> Note: Similar case is with termios.cdl
> 
> Please advise.
 
Hi Ilija,

It seems your issue cannot be solved by editing the config files *only*.
There are a couple of hardwired conditional definitions for device table
entries there, take a look at

  $ECOS_REPOSITORY/io/serial/<version>/src/common/tty.c
  $ECOS_REPOSITORY/io/serial/<version>/src/common/termiostty.c


Sergei


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