The official git repository for OSD-Contiki, the open source OS for the Internet of Things
Go to file
Jonas Olsson 8cb7562684 Improve the SPI and external flash driver for the sensortag
For the SPI
* We improve the return semantics of _read() and _write()
* We set speed based on the value returned from ti_lib_sys_ctrl_clock_get() instead of using a hard-coded value

External flash changes:
* Rename macros to match instruction names
* verify_part(): Return a different value when the device is powered down and when communication fails
* Change return value semantics of static functions
* Adjust checks of board_spi_ return values
* Wait for BUSY to clear before attempting to send PD
* Accept two possible flash parts: W25X40CL (4MBit) as well as the W25X20CL (2MBit)
2015-08-23 20:41:13 +01:00
apps Merge pull request #1188 from oliverschmidt/master 2015-08-08 16:33:59 +02:00
core Merge pull request #1179 from pablocorbalan/rpl-nbr-state 2015-08-06 09:54:20 +02:00
cpu Add support for the CC13xx CPU 2015-08-23 19:54:42 +01:00
dev Disable PACKETBUF_ATTR_PACKET_TYPE in the non-Rime case by default 2015-05-06 16:36:15 +02:00
doc Add support for the CC13xx CPU 2015-08-23 19:54:42 +01:00
examples Export RSSI to default parent in the CC26xx web demo 2015-08-23 20:41:12 +01:00
platform Improve the SPI and external flash driver for the sensortag 2015-08-23 20:41:13 +01:00
regression-tests Add a very sleepy CC26xx/CC13xx demo 2015-08-23 20:41:12 +01:00
tools Changed Apple II 800kB floppy image type. 2015-07-05 14:21:03 +02:00
.gitignore Changed Apple II 800kB floppy image type. 2015-07-05 14:21:03 +02:00
.gitmodules Add support for the CC13xx CPU 2015-08-23 19:54:42 +01:00
.travis.yml Use a different LibreOffice ppa to install doxygen 2015-08-08 01:11:34 +01:00
CONTRIBUTING.md Adding a CONTRIBUTING file to use github feature 2014-07-04 09:29:12 +02:00
LICENSE Removed the explicit year 2012 to make it more generic 2012-10-25 23:08:54 +02:00
Makefile.include Makefile.include: Remove unused MODULESSUBST 2015-06-01 22:09:58 +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 Travis icon in README.md: show build status of the current master rather than latest build status (can be any pull request) 2015-08-19 09:21:38 +02: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