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

[Bug 1001450] Kinetis HAL and driver upgrade


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001450

--- Comment #45 from Ilija Kocho <ilijak@siva.com.mk> 2012-02-24 18:48:58 GMT ---
(In reply to comment #44)
> Hi Ilija,
> 
> I noticed in your patch 120206 that you are using the attribute no_define for
> all the IRQ priority definitions, is that intended? example:
> 
>         cdl_option CYGNUM_DEVS_ETH_FREESCALE_ENET0_INTPRIO_SP {
>             display "Ethernet IRQ priority"
>             flavor data
>             no_define
>             active_if CYGPKG_DEVS_ETH_FREESCALE_ENET
>             legal_values { 0 0x10 0x20 0x30 0x40 0x50 0x60 0x70 0x80
>                 0x90 0xA0 0xB0 0xC0 0xD0 0xE0 }
>             default_value 0xE0
>         }
> 
> Thanks,
> Christophe

Yes they are as they only define a default value for driver such as )for
eth_freescale_enet.cdl):

    cdl_option CYGPKG_DEVS_ETH_FREESCALE_ENET0_INTPRIO {
        display       "Interrupt priority"
        flavor        data
        default_value CYGNUM_DEVS_ETH_FREESCALE_ENET0_INTPRIO_SP
        description   "
            This option selects the interrupt priority for the EMAC
            interrupts."
    }

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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