This is the mail archive of the ecos-discuss@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]

problems with CDL and configtool


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


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