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