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 1001158] SPI Test broken


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

John Dallaway <john@dallaway.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |chris@zynaptic.com,
                   |                            |john@dallaway.org.uk
          Component|Test farm                   |SPI
     Ever Confirmed|0                           |1

--- Comment #1 from John Dallaway <john@dallaway.org.uk> 2011-02-18 11:15:48 GMT ---
Andreas, thank you for the bug report.

Bug confirmed. The STM32 SPI loopback test assumes SPI bus 1 is enabled.

A quick workaround is to add the following line to the definition of
CYGPKG_DEVS_SPI_CORTEXM_STM32_TESTS in spi_stm32.cdl:

  active_if       CYGHWR_DEVS_SPI_CORTEXM_STM32_BUS1

A better long term fix would be to add CDL to specify the SPI bus to used for
testing and disable the test if this bus is not specified explicitly.

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