Skip to content
Snippets Groups Projects
  1. Oct 19, 2013
  2. Oct 10, 2013
  3. Oct 08, 2013
  4. Oct 07, 2013
  5. Oct 06, 2013
  6. Oct 05, 2013
  7. Oct 04, 2013
  8. Oct 03, 2013
  9. Sep 30, 2013
  10. Sep 28, 2013
  11. Sep 27, 2013
    • Brad Campbell's avatar
      Added SPI driver for CC2538 · e2af903d
      Brad Campbell authored
      This uses the core/dev/spi.h header and implements the spi_init()
      function and the various macros for SPI operation. ssi.h contains all of
      the register locations and information.
      
      This implementation is not very versatile, mostly because I don't how to
      make it flexible in the contiki system. It supports pin muxing for the
      four spi pins, but other than that picks sensible defaults.
      
      The SPI macros (like SPI_READ()) are defined in
      cpu/cc2538/spi-arch.h. In order to use the SPI driver, add the following
      includes to your project:
      
          #include "spi-arch.h
          #include "dev/spi.h"
      e2af903d
    • Adam Dunkels's avatar
      Merge pull request #354 from lab11/core-net-fixes · bf7edf6c
      Adam Dunkels authored
      Small fixes to networking files
      bf7edf6c
  12. Sep 23, 2013
  13. Sep 16, 2013
  14. Sep 14, 2013
  15. Sep 13, 2013
  16. Sep 12, 2013
Loading