Skip to content
  1. Apr 16, 2016
  2. Apr 15, 2016
  3. Apr 14, 2016
  4. Apr 13, 2016
    • Sebastien Lorquet's avatar
      Fix the STM32L4 SPI driver. That SPI driver is quite different. They now... · bef51809
      Sebastien Lorquet authored
      Fix the STM32L4 SPI driver.  That SPI driver is quite different. They now handle frames of arbitrary size between 4 and 16 bits. It was broken before a new bit has to be set (rx fifo threshold) to handle <= 8-bit transactions. If not set, the default is 16-bit packed >=8-bit frames and the RXNE bit is never set (it is set when 16-bits are received). weird things as always.
      
      This also add 8-bit access routines to the data register, because a 16-bit access to the data register when the frame size is below 9 bits is interpreted as a packed dual frame exchange.
      bef51809
    • Gregory Nutt's avatar
      ecf0bcf1
  5. Apr 12, 2016
  6. Apr 11, 2016
  7. Apr 10, 2016