Contiki OS for 6502 based computers
Go to file
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
apps Fix naming issues and includes in uip-ds6-nbr.h 2013-08-19 17:48:30 +02:00
core Removed unnecessary code from resolver. 2013-09-09 21:35:51 +02:00
cpu Added SPI driver for CC2538 2013-09-27 17:46:15 -04:00
doc Merge pull request #250 from karlp/kill-bad-docs 2013-05-22 06:52:50 -07:00
examples Fix naming issues and includes in uip-ds6-nbr.h 2013-08-19 17:48:30 +02:00
platform Added SPI driver for CC2538 2013-09-27 17:46:15 -04:00
regression-tests A set of RPL regression tests that the RPL network is able to survive the replacement of one node. The different tests test different placements of the moving node, with a varying number of hops from the root 2013-08-19 17:48:33 +02:00
tools Add MSPSim Logging 2013-08-20 10:43:32 +02:00
.gitignore gitignore CC2538dk firmwares 2013-08-07 15:29:53 +01:00
.travis.yml Disable the IPv4 travis job 2013-08-30 10:39:59 +01:00
LICENSE
Makefile.include Be consistent with tab chars in Makefiles - yet again... 2013-07-30 23:07:55 +02:00
README-BUILDING.md Rename to md 2013-03-26 23:15:37 +01:00
README-EXAMPLES.md Several minor consistency improvements. 2013-07-31 00:55:31 +02:00
README.md Rename to md 2013-03-26 23:15:37 +01:00

The Contiki Operating System

Build Status

Contiki is an open source operating system that runs on tiny low-power microcontrollers and makes it possible to develop applications that make efficient use of the hardware while providing standardized low-power wireless communication for a range of hardware platforms.

Contiki is used in numerous commercial and non-commercial systems, such as city sound monitoring, street lights, networked electrical power meters, industrial monitoring, radiation monitoring, construction site monitoring, alarm systems, remote house monitoring, and so on.

For more information, see the Contiki website:

http://contiki-os.org