Skip to content
  1. Nov 01, 2014
  2. Oct 30, 2014
  3. Oct 29, 2014
  4. Oct 28, 2014
  5. Oct 27, 2014
  6. Oct 25, 2014
  7. Oct 24, 2014
  8. Oct 23, 2014
  9. Oct 22, 2014
  10. Oct 21, 2014
  11. Oct 20, 2014
    • Gregory Nutt's avatar
      stm32f429i-disco: add wrapper for spi5 evice · c688cda2
      Gregory Nutt authored
      
      
      initializing
      
      As long as the method up_spiinitialize recognized the initialized state of the
      spi device by the spi enable flag of the cr1 register, it isn't safe to disable
      the spi device outside of the nuttx spi interface structure. But this has to be
      done as long as the nuttx spi interface doesn't support bidirectional data
      transfer for multiple devices share one spi bus. This wrapper store the
      initialized state of the spi device after the first initializing and should be
      used by each driver who shares the spi5 bus.
      
      Note! Understand this as temporary workaround.
      
      Signed-off-by: default avatarMarco Krahl <ocram.lhark@gmail.com>
      c688cda2