This project is a fork of the contiki-2.x.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/contiki-2.x.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionnone
ownerbettiah@gmail.com
last changeWed, 20 Apr 2011 10:35:40 +0000 (20 18:35 +0800)
content tags
add:
README
The Contiki Operating System

Contiki is an open source, highly portable, multi-tasking operating
system for memory-constrained networked embedded systems written by
Adam Dunkels at the Networked Embedded Systems group at the Swedish
Institute of Computer Science.

Contiki is designed for embedded systems with small amounts of
memory. A typical Contiki configuration is 2 kilobytes of RAM and 40
kilobytes of ROM. Contiki consists of an event-driven kernel on top of
which application programs are dynamically loaded and unloaded at
runtime. Contiki processes use light-weight protothreads that provide
a linear, thread-like programming style on top of the event-driven
kernel. Contiki also supports per-process optional preemptive
multi-threading, interprocess communication using message passing
through events, as well as an optional GUI subsystem with either
direct graphic support for locally connected terminals or networked
virtual display with VNC or over Telnet.

Contiki contains two communication stacks: uIP and Rime. uIP is a
small RFC-compliant TCP/IP stack that makes it possible for Contiki to
communicate over the Internet. Rime is a lightweight communication
stack designed for low-power radios. Rime provides a wide range of
communication primitives, from best-effort local area broadcast, to
reliable multi-hop bulk data flooding.

Contiki runs on a variety of platform ranging from embedded
microcontrollers such as the MSP430 and the AVR to old
homecomputers. Code footprint is on the order of kilobytes and memory
usage can be configured to be as low as tens of bytes.

Contiki is written in the C programming language and is freely
available as open source under a BSD-style license. More information
about Contiki can be found at the Contiki home page:

http://www.sics.se/contiki/
shortlog
2011-04-20 bettiah.tinyadded a blinky example with pwm and timersmaster
2011-04-20 bettiah.tinyadded initial port for lpc17xx
2011-04-17 dogan yazarBug fix by Kovatsch Matthias.
2011-04-17 Oliver SchmidtAllow only one Telnet connection at a time.
2011-04-16 Oliver SchmidtSome Telnet server enhancements:
2011-04-16 Salvatore PitrulliMerge remote branch 'sf/master'
2011-04-15 Niclas FinneAdded missing include
2011-04-14 Salvatore PitrulliRemoved -fsigned-char GCC compiler options.
2011-04-14 Salvatore PitrulliFiles for platform mbxxx.
2011-04-14 Salvatore PitrulliRemoved unwanted file.
2011-04-14 Salvatore PitrulliChange from DEV to PORT in login command for mb851.
2011-04-14 Salvatore PitrulliAdded weak symbols for STM32W exception handlers and...
2011-04-14 Salvatore PitrulliRemoved some warnings.
2011-04-14 Salvatore PitrulliAdded Makefile.target for mb851.
2011-04-13 Salvatore PitrulliSet LED pins to output when MB851 is in sleep mode.
2011-04-13 Adam DunkelsBugfix: energy consumption for retransmissions was...
...
heads
13 years ago master