fros4943
|
3b3580e439
|
disabled writing IP addresses from inside COOJA, since the these should rather be determined by Contiki
|
2009-04-01 18:11:48 +00:00 |
|
fros4943
|
aa736322e1
|
removed unused uip/uaodv cooja comm stack. mesh-uip should be used instead
|
2009-04-01 17:17:55 +00:00 |
|
fros4943
|
3665422d8d
|
simplified cooja communication stacks initialization + added uipv6 stack
|
2009-04-01 13:50:12 +00:00 |
|
fros4943
|
6a99a82516
|
copied uipv6 configuration from native platform
|
2009-04-01 13:46:56 +00:00 |
|
fros4943
|
1c031504e5
|
no need to initialize serial line
|
2009-04-01 13:46:16 +00:00 |
|
fros4943
|
892bfb5678
|
moved radio-uip link functionality directly to comm stack sources
|
2009-04-01 13:45:41 +00:00 |
|
fros4943
|
eddd8350c5
|
renamed radio driver
|
2009-04-01 13:44:34 +00:00 |
|
fros4943
|
afed9bb2d0
|
icnlude packet radio by default
|
2009-04-01 13:39:54 +00:00 |
|
fros4943
|
5f1fda0406
|
removed unused variables + writing serial data in timeevent
|
2009-03-26 16:23:47 +00:00 |
|
fros4943
|
dda6de8438
|
+ clock stub functions
|
2009-03-26 16:22:36 +00:00 |
|
fros4943
|
c76f34ff98
|
minor serial test application update
|
2009-03-21 15:47:40 +00:00 |
|
fros4943
|
9c9165dc90
|
start cooja with more memory to avoid outofmemory problems when running mspsim-based simulations
|
2009-03-20 13:23:44 +00:00 |
|
adamdunkels
|
727c5a2dbe
|
Renamed serial module to serial-line
|
2009-03-17 20:32:22 +00:00 |
|
adamdunkels
|
0076bfe8a5
|
Changed the name of the 'serial' module to 'serial-line' to signify that the module is about lines of data from the serial port, not individual bytes, and to make sdcc happy
|
2009-03-17 15:56:32 +00:00 |
|
fros4943
|
d6ebba536c
|
minor 64 bit fix: divide by sizeof(unsigned long) instead of constant 4
|
2009-03-13 14:40:07 +00:00 |
|
fros4943
|
99b9e80de9
|
make all quickstart target phony
|
2009-03-12 17:48:23 +00:00 |
|
fros4943
|
72fdf5b379
|
make quickstart goal precious
|
2009-03-12 15:12:50 +00:00 |
|
fros4943
|
063bf88f90
|
cooja quickstart should be started from normal cooja working directory, otherwise config relative paths won't work
+
cygwin path fix for quickstart
|
2009-03-12 13:04:10 +00:00 |
|
fros4943
|
5d27841807
|
+ contiki app object
|
2009-03-11 08:40:37 +00:00 |
|
fros4943
|
bcb34297df
|
reimplemented quickstart functionality
|
2009-03-11 07:45:54 +00:00 |
|
fros4943
|
0bc10750bc
|
added rule for .cooja target.
compiling for cooja is now similar to other platforms, for example:
make hello-world.cooja TARGET=cooja
|
2009-03-10 21:23:38 +00:00 |
|
fros4943
|
3774395c82
|
cfs example updated
|
2009-03-02 09:44:07 +00:00 |
|
fros4943
|
286065b584
|
cfs updated
|
2009-03-02 09:34:47 +00:00 |
|
fros4943
|
9c8c4898f7
|
updating cooja cfs stubs according to recent commits
|
2009-02-27 16:06:25 +00:00 |
|
fros4943
|
0ab57730f8
|
removed reference to the removed u16 rime address field
|
2008-12-01 13:20:51 +00:00 |
|
fros4943
|
6150d13254
|
support for contiki-node simulation on 64-bit architectures (contributed by Jesper Karlsson and David Gustafsson)
|
2008-11-28 16:41:26 +00:00 |
|
fros4943
|
641c48ee00
|
not limiting random seed to 99
|
2008-10-28 15:37:34 +00:00 |
|
fros4943
|
115a2b0782
|
renaming printf/putchar/puts symbols to avoid jni library loading overriding our custom implementations
experimental: directly references objcopy (tested on win32+linux)
|
2008-10-05 15:43:09 +00:00 |
|
fros4943
|
d79b1d55f7
|
not implementing putc(..FILE*) function, only stdout
|
2008-10-05 15:40:27 +00:00 |
|
fros4943
|
4cc56a741d
|
printf implementation towards cooja
|
2008-10-03 09:41:16 +00:00 |
|
fros4943
|
08502eb344
|
removed refences to printf2log.h
|
2008-10-03 09:39:38 +00:00 |
|
fros4943
|
2fb6410e4d
|
removed old printf output conversion method, instead implementing putchar() and printf()
|
2008-10-03 09:37:32 +00:00 |
|
fros4943
|
c4df31376e
|
cooja hello world (+ include printf2log.h)
|
2008-04-22 13:07:49 +00:00 |
|
fros4943
|
b5d09f3822
|
set default radio channel: 26
same as sky platform
|
2008-03-18 16:22:00 +00:00 |
|
fros4943
|
660bc5e991
|
changed ss values + added configurable csma mac
|
2008-03-17 09:48:00 +00:00 |
|
fros4943
|
27ac84d009
|
simlog function declaration
|
2008-02-11 18:45:18 +00:00 |
|
fros4943
|
4c56fce697
|
updated cfs_write arguments
|
2008-02-11 18:40:16 +00:00 |
|
fros4943
|
4c131d6975
|
added max printf2log message size
|
2008-01-11 15:37:38 +00:00 |
|
fros4943
|
c028df7ecf
|
not using mempcy for ack crc
|
2007-12-13 16:57:31 +00:00 |
|
fros4943
|
afb1cb28d3
|
initializing rimeaddr from nodeid similar to sky platform (!= esb platform)
|
2007-12-13 16:11:22 +00:00 |
|
fros4943
|
0fc2178857
|
added queuebuf conf
|
2007-12-13 08:00:51 +00:00 |
|
fros4943
|
3bfa34f4c3
|
removed the symbols dummy target
|
2007-11-29 04:57:04 +00:00 |
|
fros4943
|
06ce414c56
|
updated bad file info
|
2007-11-25 22:48:35 +00:00 |
|
fros4943
|
d6f46bfcaa
|
minor fix for SYMBOLS
|
2007-11-25 22:47:43 +00:00 |
|
fros4943
|
8aac8cde97
|
removed unused old stuff
+ introduced COOJA definition
|
2007-11-25 22:47:18 +00:00 |
|
fros4943
|
014c6c82e1
|
moved test applications from platform root to separate directory
|
2007-11-25 22:45:56 +00:00 |
|
fros4943
|
6f862c4506
|
removed warnings
|
2007-11-25 22:45:04 +00:00 |
|
fros4943
|
4436819336
|
updated interface
|
2007-11-25 22:44:06 +00:00 |
|
adamdunkels
|
d6dc8763e9
|
Fixed dereference of void * pointer
|
2007-11-17 18:28:23 +00:00 |
|
adamdunkels
|
66b5644e07
|
Fixed compiler warnings to make code compile with gcc's -pedantic switch
|
2007-11-17 18:26:06 +00:00 |
|