public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] problems with CDL and configtool
@ 2007-04-02  9:12 Michele Paselli
  2007-04-02 11:04 ` [ECOS] " John Dallaway
  0 siblings, 1 reply; 2+ messages in thread
From: Michele Paselli @ 2007-04-02  9:12 UTC (permalink / raw)
  To: ecos-discuss

Hi all,

I'm developing a driver for a device but I have some problems when I 
want to change a value on the ecos configuration tool. The CDL code for 
the constant I want to change is the following:

cdl_option RADIO_DEFAULT_SFDURATION {
	    	display "Superframe duration"
	    	flavor  data
	    	legal_values 0 to 87381
	    	default_value 5000
	    	description  "
	        	Superframe duration expressed in micro-seconds."
}

The problem I have is that with the ecosconfig tool I  cannot set the 
RADIO_DEFAULT_SFDURATION constant to a value above 32000.  I've already 
checked if there are limitations with the data flavor but I didn't find 
any problems with that. Now I'm manually changing the .ecc file but 
it's not so handy, could you please help me? Thanks.

Michele Paselli


Naviga e telefona senza limiti con Tiscali     
Scopri le promozioni Tiscali adsl: navighi e telefoni senza canone Telecom

http://abbonati.tiscali.it/adsl/


-- 
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

* [ECOS] Re: problems with CDL and configtool
  2007-04-02  9:12 [ECOS] problems with CDL and configtool Michele Paselli
@ 2007-04-02 11:04 ` John Dallaway
  0 siblings, 0 replies; 2+ messages in thread
From: John Dallaway @ 2007-04-02 11:04 UTC (permalink / raw)
  To: Michele Paselli; +Cc: ecos-discuss

Hi Michele

Michele Paselli wrote:

> I'm developing a driver for a device but I have some problems when I 
> want to change a value on the ecos configuration tool. The CDL code for 
> the constant I want to change is the following:
> 
> cdl_option RADIO_DEFAULT_SFDURATION {
> 	    	display "Superframe duration"
> 	    	flavor  data
> 	    	legal_values 0 to 87381
> 	    	default_value 5000
> 	    	description  "
> 	        	Superframe duration expressed in micro-seconds."
> }
> 
> The problem I have is that with the ecosconfig tool I  cannot set the 
> RADIO_DEFAULT_SFDURATION constant to a value above 32000.  I've already 
> checked if there are limitations with the data flavor but I didn't find 
> any problems with that. Now I'm manually changing the .ecc file but 
> it's not so handy, could you please help me? Thanks.

This issue was fixed a few months ago in the eCos Configuration Tool
source code:

> 2006-09-06  John Dallaway  <jld@ecoscentric.com>
> 
>         * standalone/wxwin/configitem.cpp: Allow full 32-bit signed integer
>         range when editing CDL items using the ecIntegerEditorCtrl.

You can rebuild the eCos Configuration Tool from source code using the
instructions at:

   http://www.ecoscentric.com/devzone/configtool.shtml

John Dallaway
eCosCentric Limited

-- 
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:[~2007-04-02 11:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-02  9:12 [ECOS] problems with CDL and configtool Michele Paselli
2007-04-02 11:04 ` [ECOS] " John Dallaway

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).