This is the mail archive of the ecos-bugs@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 #32 from Tomas Frydrych <tf+bugs.ecos@r-finger.com> 2012-02-13 09:41:09 GMT ---
Looking at the MMC bus cdl declaration in the TWR-K60N512 platform
modifications patch:

  cdl_component CYGHWR_DEVS_DISK_MMC_FREESCALE_DSPI_BUS {
      ...

      requires CYGHWR_DEVS_SPI_FREESCALE_DSPI1 == 1
      ^^^^^^^

That would seem to imply that only one device can be attached to the DSPI1 bus,
which does not seem right? I think only the bus+cs combination needs to be
unique, and this is already being enforced in the SPI driver patch.

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


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