Skip to content
Snippets Groups Projects
  1. Apr 29, 2014
  2. Apr 18, 2014
  3. Apr 15, 2014
    • Brad Campbell's avatar
      [SPI] Make SPI_FLUSH() more versatile · a96dc902
      Brad Campbell authored
      Currently the SPI driver in core/ sets `SPI_FLUSH()` to be a single read
      of the spi RX buffer. This is fine for many microcontrollers, but newer
      platforms like the CC2538 have a multi-byte FIFO for the RX buffer. In
      that case, a single read is not guaranteed to flush the RX. This commit
      allows `SPI_FLUSH()` to be platform dependent if needed, but doesn't
      change for platforms where it works.
      a96dc902
  4. Apr 09, 2014
  5. Apr 03, 2014
  6. Mar 28, 2014
  7. Mar 27, 2014
  8. Mar 24, 2014
  9. Mar 05, 2014
  10. Mar 03, 2014
  11. Feb 07, 2014
  12. Jan 31, 2014
Loading