Adam Dunkels
47c2b13db5
Merge pull request #78 from g-oikonomou/example-putchars
...
We can now turn off example-provided putchars
2013-01-09 22:41:22 -08:00
George Oikonomou
a35580d068
cc2530 udp server example is no longer RPL root by default
2013-01-09 22:46:20 +00:00
George Oikonomou
de251aeb85
We can now turn off example-provided putchars
2013-01-09 22:23:22 +00:00
George Oikonomou
64a95dcb59
Code style fixes: sensinode examples
2012-12-16 19:28:56 +00:00
George Oikonomou
594ba9a0ed
Code style fixes: cc2530dk examples
2012-12-16 19:28:56 +00:00
George Oikonomou
e38b419e84
Deleted obsolete sensinode examples
2012-12-16 19:28:41 +00:00
Adam Dunkels
99f541e8fd
Updated to the latest uip-ds6-route API
2012-11-27 23:04:34 +01:00
Adam Dunkels
5406dd8b18
Updated to use the new uip-ds6-route API
2012-11-27 23:04:34 +01: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
Mariano Alvira
e4a383d61d
don't use static routing with econotag platform
2012-11-20 13:22:28 -05:00
George Oikonomou
5762179159
cc2530dk: Sniffer example changes:
...
- Building for the cc2531 USB dongle by default
- We turn on USB-serial buffered mode
Closes #21
2012-11-04 21:44:38 +00:00
George Oikonomou
9215081f41
cc2530dk: Border router example changes:
...
- It now plays nicely with the cc2531 USB dongle
- We build it for the dongle by default
- Debugging with cc2530dk functions instead of printf
- Using __nonbanked optimisations
- During prefix requests, invert LED blinking to make things more visible
- Removed leftover include
- Code style fixes
See Pull Request #21
2012-11-04 21:44:24 +00:00
George Oikonomou
13f20225a6
Sensinode: Border router debug without printf
...
Closes #20
2012-11-04 21:44:06 +00:00
George Oikonomou
be93f1ae52
cc2531: Added a new USB demo project (CDC-ACM)
...
See Pull Request #18
2012-11-01 17:42:01 +00: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
f5c8cff5b2
Made MT stack size configurable
2012-10-23 00:52:52 +02:00
George Oikonomou
8699f7741d
Fixed typos and a stray printf. Adjusted comments
2012-09-07 17:31:25 +01:00
simonduq
1bb055bae6
Fixed the udp-stream example: use the new RPL interface, reduce RAM usage
2012-08-30 13:22:27 +02:00
Antonio Lignan
c5e9d688a5
Fixed sht11 driver, now ensures the i2c bus is disabled when initializing
2012-08-16 14:12:27 +02:00
Antonio Lignan
73e7f25cbc
Simple phidget-like relay driver for the Z1 mote with basic functionalities
2012-07-30 11:27:13 +02:00
George Oikonomou
43f2790357
Added channel_get() to the cc2x3x RF drivers
2012-07-11 10:53:14 +01:00
Nicolas Tsiftes
86115a392e
Include string.h
2012-06-27 15:44:53 +02:00
Nicolas Tsiftes
0ba83a10df
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
2012-06-27 15:42:51 +02:00
Joakim Eriksson
51b73127e9
* Simple JSON parser and generator.
...
* Simple HTTP webservice with support for both receiving and sending HTTP requests.
* json-ws example that optionally push sensor data to COSM over IPv6.
2012-06-12 16:42:16 +02:00
Niclas Finne
f177284a73
Added option to specify the IPv6 prefix
2012-06-12 16:32:05 +02:00
Nicolas Tsiftes
21f2b42090
Merge branch 'master' of ssh://contiki.git.sourceforge.net/gitroot/contiki/contiki
2012-06-11 08:01:03 +02:00
David Kopf
37c407b177
Patch from Landon Fuller adds const to PROGMEM, required for newer avr-gcc
2012-06-10 12:54:11 -04:00
Matthias Kovatsch
9096da299e
Added sub-resource example.
2012-06-09 12:20:57 +02:00
Matthias Kovatsch
ed66cfa364
Disabled debugging.
2012-06-09 11:18:51 +02:00
Matthias Kovatsch
6c813f0fb1
Fixed bug in debug print noticed by Linus.
2012-06-09 11:14:25 +02:00
Matthias Kovatsch
4a96e12890
Added Giovanni Pellerano's radio resource.
2012-06-09 10:47:09 +02:00
Nicolas Tsiftes
e84d6fc665
Added default targets and removed certain C flags.
2012-06-04 20:02:23 +02:00
Fredrik Osterlind
c2b7e26e33
removed io.h include, now handled by Contiki to support more compilers
2012-05-29 17:08:17 +02:00
David Kopf
e62f2c3977
Ensure MAXDADNS is defined in uip-ds6.h
...
Set no RPL as webserver6.minimal-net default and update README
2012-05-28 10:01:34 -04:00
Fredrik Osterlind
6ff349f3e6
bugfix in fragmentation test mode: avoid reading from outside buffer placed on stack
2012-05-25 14:36:13 +02:00
George Oikonomou
2f89f41b5a
cc2x3x RPL/non-RPL handling:
...
- Relevant examples explicitly request it in their Makefile
- Removed the definition of UIP_CONF_IPV6_RPL from
contiki-conf.h. If needed, it's defined through a -D
2012-05-16 15:22:31 +01:00
George Oikonomou
1f7171f943
Adjust cc2x3x ports to the new clock API
2012-05-16 15:22:31 +01:00
George Oikonomou
efd6d12831
cc2530dk and Sensinode example udp server code cleanup
2012-05-16 15:22:31 +01:00
Matthias Kovatsch
3dea97e247
Updated file references and README.
2012-05-13 17:15:57 +02:00
Matthias Kovatsch
0038acfa87
Cleaned up filenames
2012-05-13 17:13:54 +02:00
Matthias Kovatsch
222a858254
Optimized configuration to fit into sky again.
2012-05-13 16:23:28 +02:00
Antonio Lignan
6df9ffb731
Zolertia's light sensor ziglet
2012-05-11 13:39:59 +02:00
Antonio Lignan
5a431482bf
Squeeze websense example
2012-05-09 10:44:41 +02:00
George Oikonomou
52d0117086
Offload some bytes off the cc2x3x stack for the sensinode & cc2530dk udp server example
2012-04-26 17:21:33 +01:00
George Oikonomou
4147c7e58d
cc2530dk example comment fix
2012-04-26 16:28:04 +01:00
George Oikonomou
febcf0fc41
The cc2530dk blink-hello example now makes sense for cc2531
2012-04-26 16:27:23 +01:00
George Oikonomou
dd26accc07
We can now use SDCC's __nonbanked feature
...
This allows us to reduce CODE footprint of SDCC projects
built with --model-huge. Use carefully!
* Added a facility which allows us to enable/disable the
feature from the CPU dir (CC_CONF_NON_BANKED_OPTIMIZATION)
* Added the CC_NON_BANKED keyword to some platform files
(expands to __nonbanked)
* Started using this for some examples
2012-04-26 15:28:43 +01:00
Niclas Finne
16bb9295f3
Added configurable delay between slip packets to avoid losing data
2012-04-20 22:40:45 +02:00
Niclas Finne
28c62208cb
Added check for illegal attributes in packet attribute serialization
2012-04-20 22:40:24 +02:00
Niclas Finne
1733f3b6bc
Added command context. Patch by Joakim Eriksson
2012-04-20 22:31:37 +02:00