Antonio Lignan
4ed5c50a4e
Make CFS and Coffee examples platform-independent
...
Move the CFS and Coffee examples from sky to a common cfs-coffee folder
in order to have unified examples for multiple platforms.
2016-05-30 23:05:12 +02:00
Nicolas Tsiftes
fb5f0f66dd
Removed Deluge and associated test files.
2016-04-21 13:24:16 +02:00
Moritz 'Morty' Strübe
0dab6926b3
Move MAX, MIN and ABS to sys/cc.h
2015-05-18 08:53:17 +02:00
Adam Dunkels
7acf747c1a
Removed packetbuf references. This was a feature that is not used anymore and only made the code more complex.
2015-04-01 21:33:02 +02:00
Simon Duquennoy
722b3258d1
Cleanup of the Contiki network layer configuration. Now using CONTIKI_WITH_IPV6, CONTIKI_WITH_IPV4, and CONTIKI_WITH_RIME in makefiles, and UIP_CONF_IPV6, UIP_CONF_IPV4, UIP_CONF_RIME in c code. Now only the stacks that are used are compiled (via makefile MODULES). Make IPv6 the default network stack.
2014-12-01 20:13:09 +01:00
Antonio Lignan
4f744d858a
Fixed rssi scanner application and moved into single example
2014-11-28 13:07:26 +01:00
Benjamin Cabé
afcd5e5387
Add missing semi-colon
2014-07-16 21:37:47 +02:00
Adam Dunkels
45265249fc
Changed the name of the rimeaddr module to linkaddr
2014-01-29 20:12:24 +01:00
Adam Dunkels
8eace27f9b
Moved net/rime.h to net/rime/rime.h
2014-01-26 23:20:45 +01:00
Adam Dunkels
4cfe6c4a5e
Moved the sht11 driver to its own module
2014-01-26 23:20:30 +01:00
Adam Dunkels
0b805e4763
Moved the cc2420 driver into a separate dev/cc2420 module
2014-01-26 23:20:27 +01:00
Adam Dunkels
5f3fe7f7c7
Updated include paths for the moved files under net/
2014-01-26 23:20:23 +01:00
Moritz 'Morty' Strübe
e292d31640
Add channel numbers and RSSI-Values
2013-08-14 16:44:01 +02:00
Moritz 'Morty' Strübe
244b06f25d
Fix calculation of the maximum RSSI value
2013-08-14 16:44:01 +02:00
Moritz 'Morty' Strübe
f407dea8ff
Update documentation in ViewRSSI.java
2013-08-14 16:44:01 +02:00
Moritz 'Morty' Strübe
fae6c530de
Fix indention of ViewRSSI.java
2013-08-14 16:44:00 +02:00
George Oikonomou
db078cf7e8
Replace reads of rimestats with RIMESTATS_GET(x)
2013-03-20 21:14:35 +00:00
Adam Dunkels
ec8c7e9be0
Cleanup of the node-id.h files. The node-id.h file contains
...
declarations of functions for setting and getting a node ID number, a
functionality that exists on many platforms. Since this functionality
was not considered part of the Contiki core, each platform defined its
own node-id.h file. This commit attempts to clean this up by
collecting the node-id.h into a core/sys/node-id.h file that replaces
the old node-id.h files from the platform directories.
2012-11-20 19:59:46 +01:00
Adam Dunkels
944537fccf
Removed all old RCS tags in the Contiki source tree. Those RCS tags are not used any more, as we are now using git to manage the Contiki source tree
2012-10-26 15:54:49 +02:00
Niclas Finne
7bf4fa4bff
Removed obsolete mac pointer
2012-03-28 21:51:19 +02:00
nvt
708435ecc8
Improved the clarity of the Coffee test.
2011-09-05 21:25:01 +02:00
nvt
8edea47e0a
Added an example of using the Coffee file system.
2011-07-04 18:33:49 +02:00
Nicolas Tsiftes
3f72907b41
Made the file size configurable.
2011-06-14 17:14:30 +02:00
Fredrik Osterlind
499c13a357
removed execute flag of source files (avoids diff problems with egit)
2011-03-01 18:16:42 +01:00
joxe
8663cb8921
fixed compilation error
2011-01-12 20:00:48 +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
afd18a4fb5
Fixed compilation errors
2010-09-14 06:47:08 +00:00
nifi
8ecdb07dcf
Updated to new collect router API
2010-03-29 09:33:20 +00:00
nifi
6609c84abb
Updated API for neighbor (renamed to collect-neighbor) and changed to only use timesynch when configured
2010-03-23 23:04:21 +00:00
joxe
c9c9d71831
fixed button to toggle light sensor
2010-02-03 09:54:38 +00:00
joxe
97b7a9a209
instantiated file-description and fixed style
2010-02-02 21:41:54 +00:00
joxe
e198b4508b
added activation of button sensor and activation and deactivation / toggle of light sensor
2010-02-02 21:17:32 +00:00
nifi
72f42bffd3
added missing include
2010-02-01 17:40:33 +00:00
nifi
c5508f9f88
Changed to use the light-sensor and sht11-sensor instead of directory interfacing the drivers
2010-01-15 10:32:36 +00:00
joxe
82241f640e
fixed for new sensor APIs
2010-01-14 14:04:39 +00:00
nifi
6b60454f2d
cleaned up error messages and break at first error
2009-09-21 14:14:46 +00:00
nvt-se
f3e304ec40
Removed duplicate test return value.
2009-09-17 14:32:57 +00:00
nvt-se
f115894193
switched to larger type size for the file size.
...
use AND on characters read back since the file size is larger than 255 bytes.
2009-05-26 13:48:32 +00:00
nvt-se
3eac697f85
fixed a compiler warning by providing an int type of the argument to
...
printf, as specified by the format.
2009-05-04 22:09:52 +00:00
joxe
eec984dfe3
minor bugfix - added process_pause
2009-04-25 22:38:00 +00:00
joxe
889a2bb024
minor improvements
2009-04-25 10:21:51 +00:00
joxe
19a30284e5
fixed minor bug in viewer
2009-04-25 10:04:38 +00:00
joxe
d8d7e9142d
added a hi-res RSSI scanner and viewer for sky/jcreate
2009-04-25 09:41:37 +00:00
nvt-se
2eaec8d38a
print the file version more seldom.
2009-04-07 15:14:17 +00:00
nvt-se
d936dc1d09
print the time of the test.
2009-04-03 11:12:17 +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
nvt-se
75d8c75768
use more suitable process name.
2009-02-27 19:32:28 +00:00
nvt-se
a0226e2418
switched all users of cfs_seek(x,y) to cfs_seek(x,y,CFS_SEEK_SET)
2009-02-27 14:28:02 +00:00
nvt-se
31bc37a043
Added Deluge and tests for it.
2009-02-25 17:00:00 +00:00
nvt-se
3f71499c96
format first to get deterministic results.
2009-02-22 15:17:36 +00:00