osd-contiki/platform/cc2538dk/dev
Brad Campbell e2af903d05 Added SPI driver for CC2538
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"
2013-09-27 17:46:15 -04:00
..
board.h Added SPI driver for CC2538 2013-09-27 17:46:15 -04:00
button-sensor.c New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
button-sensor.h New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
leds-arch.c New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00
smartrf-sensors.c New Platform: TI CC2538 Development Kit 2013-04-06 21:07:31 +01:00