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  <[EMAIL PROTECTED]>
> 
>         * 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

Reply via email to