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]

arm SPI1 cdl bugfix, new variant support


Hello

I have discovered an error in spi_at91.cdl

   cdl_option CYGHWR_DEVS_SPI_ARM_AT91_BUS1 {
   active_if     CYGINT_DEVS_SPI_ARM_AT_HAS_BUS1
       display       "Enable support for SPI bus 1"
       flavor        bool
       default_value 0
       description   "Enable this option to add support for the second
                  SPI peripheral. The most AT91 devices only have one bus"
   }


CYGINT_DEVS_SPI_ARM_AT_HAS_BUS1 is wrong, CYGINT_DEVS_SPI_ARM_HAS_BUS1 is the right value.


And I added support for SAM7A3, and definitions for the MCI interface. What is the right way to post my changes?

Thanks!
Gergely Szentirmai

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