Ilya Dmitrichenko
9c99d46e24
Simplified host OS platform detection in Makefiles
2012-02-25 10:09:33 -05:00
Nicholas J Humfrey
aa67ad67cc
Converted u8_t to uint8_t and u16_t to uint16_t in the docs and tools directories.
2012-02-21 08:33:25 -05:00
adamdunkels
2a885a476d
Bumped version number
2010-11-02 10:55:32 +00:00
adamdunkels
5585d72c86
A simple but substantial change: uIP used the htons()/HTONS() macro
...
functions for converting between host and network byte order. These
names are the de facto standard names for this functionality because
of the original BSD TCP/IP implementation. But they cause problems for
uIP/Contiki: some platforms define these names themselves (Mac OS,
most notably), causing compilation problems for Contiki on those
platforms.
This commit changes all htons to uip_htons instead. Same goes for
htonl, ntohs, and ntohl. All-caps versions as well.
2010-10-19 18:29:03 +00:00
adamdunkels
7647cbd8aa
Use the list_item_next() API
2010-06-15 19:22:25 +00:00
adamdunkels
4938df5c05
Update to Contiki version number 2.4
2010-01-29 18:03:55 +00:00
nvt-se
ca7f69d480
moved to a better place
2010-01-15 15:05:02 +00:00
nvt-se
d20e1abb74
GNU Indent configuration for the Contiki code style
2010-01-15 14:33:38 +00:00
mdurvy
893a3517a9
updated make command
2009-07-30 12:55:46 +00:00
adamdunkels
1c18bf4053
-> 2.3
2009-06-22 20:40:43 +00:00
adamdunkels
9fd33a1211
Improved list example
2009-03-24 17:46:17 +00:00
adamdunkels
759ecbd73c
Added example-multihop.c
2009-03-24 14:09:38 +00:00
adamdunkels
cb4684d720
Bumped version number to 2.2.3
2009-03-24 14:09:22 +00:00
adamdunkels
65eb5fd4e8
Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it).
2009-03-12 21:58:20 +00:00
adamdunkels
151853ca37
Added example announcement code
2009-03-08 20:27:42 +00:00
adamdunkels
366ad7bece
Added Rime documentation from the Rime/Chameleon paper (SenSys 2007)
2009-03-07 11:15:46 +00:00
adamdunkels
3519dcfd8e
A little cleanup of the mainpage text
2009-03-01 20:40:53 +00:00
c_oflynn
9fb2c9d836
* Addition of Meshnetics Zigbig platform by Frederic Thepaut <frederic.thepaut@inooi.com>
...
* Changed default RavenUSB timeout to 3 seconds... seems to give most reliable transmissions
2008-11-29 15:55:02 +00:00
c_oflynn
8bae6890a8
Changes by "David Kopf" <dak664@embarqmail.com> to:
...
-Add hit counter to index.html
-Adding link to favicon.png
-Fix serving of binary (image) files in avr-makefsdata file
Changes by Colin O'Flynn:
-Removed extra linebreak in tutorial-raven.txt
-Fix to contiki-conf.h in avr-rcb platform
2008-11-18 22:03:12 +00:00
mdurvy
1878fc18d5
tutorial update
2008-10-20 08:13:48 +00:00
mdurvy
a2ec4bee88
updated radvd setting
2008-10-17 15:27:11 +00:00
c_oflynn
83a2cad604
Add image path to Doxygen file
2008-10-15 15:07:00 +00:00
adamdunkels
c10a29af19
Reverted changes to the Doxygen file that were inadvertedly committed as part of the uIPv6 inclusion (where the Doxygen file was based on an older version of the Contiki Doxyfile)
2008-10-15 12:36:58 +00:00
c_oflynn
1ff0cc826e
Update docs
2008-10-14 22:26:05 +00:00
julienabeille
e7b38010a2
Doc for uIPv6
2008-10-14 09:50:32 +00:00
adamdunkels
44914851fd
Added multi-threading example
2008-09-21 08:43:32 +00:00
adamdunkels
c6c11d1245
2.2 -> 2.2.1
2008-08-18 08:40:16 +00:00
adamdunkels
5da504dcc7
Fixed example names
2008-07-09 23:08:36 +00:00
adamdunkels
3cef1046c9
2.1 -> 2.2
2008-07-09 23:04:43 +00:00
nvt-se
67c9674381
Contributions from Michael Baar.
...
Source and documentation files are included
automatically. Small fixes for Windows also.
2008-04-28 11:36:59 +00:00
adamdunkels
44d7d9a9a4
Changed names of the Rime examples from test-* to example-* and added examples for ruc and uc
2008-01-25 18:00:50 +00:00
adamdunkels
07e2ca9287
Documentation updates
2007-12-16 14:33:32 +00:00
adamdunkels
7d98350919
Bumped version number to 2.1
2007-12-04 12:16:22 +00:00
adamdunkels
d2140381d5
Use $(MAKE) instead of explicit make command
2007-11-29 01:12:58 +00:00
adamdunkels
7919e69449
Removed removed file win32/doc/getting-started.txt
2007-11-29 01:10:24 +00:00
adamdunkels
6e26d2f1ff
Renamed tree -> collect
2007-11-29 01:09:08 +00:00
adamdunkels
5c2fa07acc
Bumped version number to 2.1
2007-11-28 23:04:55 +00:00
adamdunkels
6dc278fd0c
Removed ctk-textedit, added a bunch of Rime modules
2007-11-26 23:23:55 +00:00
oliverschmidt
36b80dad8a
Finally moved service.[c|h] into backyard. The "only" user left in outside backyard is the CTK on GTK simulation layer - which needs to be updated to build / run again...
2007-05-26 23:29:28 +00:00
oliverschmidt
1629c207b5
That PROCESS_EXITHANDLER() thing was after all kind of overengineered...
2007-05-23 22:13:29 +00:00
oliverschmidt
de40d627c7
Typo.
2007-05-22 21:45:31 +00:00
oliverschmidt
a250698b71
Improved samle code.
2007-05-22 21:03:03 +00:00
oliverschmidt
080ecc5488
Changed packet drivers from services to plain processes.
...
Now tcpip_output() is a function pointer that is supposed to be set via the macro tcpip_set_outputfunc(). Packet drivers do so on process startup.
Thus if there are several packet drivers in a Contiki system the one started last is the one actually used. This behaviour is especially useful for the 'IP forwarding' "meta" packet driver.
2007-05-21 22:29:13 +00:00
adamdunkels
d42b91fd20
Documentation updates
2007-04-02 18:07:10 +00:00
adamdunkels
25af6bdcea
Documentation updates
2007-04-01 18:20:41 +00:00
adamdunkels
bc1bb96809
Documentation fixes
2007-03-29 23:18:47 +00:00
adamdunkels
25f0dc5094
Added Rime examples
2007-03-25 21:58:32 +00:00
adamdunkels
4d113dcb3b
New documentation location
2007-03-25 21:55:35 +00:00
adamdunkels
e01ea0a32b
Added Rime to doxygen documentation generation
2007-03-25 12:01:54 +00:00
adamdunkels
35a1473e53
renamed elfloader-tmp.h to elfloader.h
2007-03-08 21:26:04 +00:00
adamdunkels
60c700b66e
Added documentation of the Contiki build system
2006-10-02 22:04:09 +00:00
oliverschmidt
d3e4b7524d
Examples really benefit from actually working ;-)
2006-09-09 23:29:50 +00:00
adamdunkels
c9e808d638
Import of the contiki-2.x development code from the SICS internal CVS server
2006-06-17 22:41:10 +00:00