Commit Graph

3022 Commits

Author SHA1 Message Date
fros4943
ddcd54d24a rewriting mote interfaces for faster simulation execution.
PIR interface
2008-10-28 11:16:37 +00:00
fros4943
24308b8915 rewriting mote interfaces for faster simulation execution.
node id interface
2008-10-28 11:11:52 +00:00
fros4943
86c3ea9bc8 rewriting mote interfaces for faster simulation execution.
log interface
2008-10-28 10:28:38 +00:00
fros4943
960f32f3d4 rewriting mote interfaces for faster simulation execution.
LEDs interface
2008-10-28 10:21:37 +00:00
fros4943
892ed6f316 rewriting mote interfaces for faster simulation execution.
ipv4 interface
2008-10-28 10:12:43 +00:00
fros4943
ae80b1a585 rewriting mote interfaces for faster simulation execution.
clock interface
2008-10-28 09:57:48 +00:00
fros4943
f9d2581e06 rewriting mote interfaces for faster simulation execution.
cfs interface
2008-10-28 09:53:23 +00:00
fros4943
ed9063719f rewriting mote interfaces for faster simulation execution.
button interface
2008-10-28 09:42:26 +00:00
fros4943
eb7e75c851 rewriting mote interfaces for faster simulation execution.
beeper interface
2008-10-28 09:33:00 +00:00
c_oflynn
46853d9395 * Channel is saved in EEPROM
* Allow serial port to work with more term emulators
2008-10-27 18:03:25 +00:00
joxe
545eaedee4 updated mspsim with some new bugfixes - but still some problems with CC2420 and LPL 2008-10-27 07:34:41 +00:00
c_oflynn
ebb335335a *Added ability to change channel Jackdaw (raven USB) operates on over serial menu 2008-10-26 01:27:55 +00:00
nvt-se
f05ccac0a7 documented the extra Coffee functions. 2008-10-21 13:39:56 +00:00
nvt-se
b591bb1b72 read as much as possible, even when reading log records. 2008-10-21 13:26:24 +00:00
mdurvy
1878fc18d5 tutorial update 2008-10-20 08:13:48 +00:00
adamdunkels
de084cecfb Corrected mistake in the avr makefile target 2008-10-17 20:23:32 +00:00
adamdunkels
e3c1d488be Added avr-raven to compilation targets 2008-10-17 17:55:13 +00:00
mdurvy
a2ec4bee88 updated radvd setting 2008-10-17 15:27:11 +00:00
adamdunkels
f623b81d59 Temporarily out-commented the problematic code and added a comment that describes the problem 2008-10-17 14:40:16 +00:00
nvt-se
7d07a7f65d prohibit 0-sized log entries. 2008-10-16 13:17:27 +00:00
nvt-se
8bb7e37baf - new log semantics: read the previous log entry only if the new one doesn't completely overshadow it.
- bug fix: prohibit file reservations with names that already exist.
2008-10-16 12:54:36 +00:00
nvt-se
ea9c3ab98c allow in-page offets 2008-10-16 10:14:41 +00:00
nvt-se
77c72f4588 improved log write semantics on configured logs. 2008-10-16 09:58:57 +00:00
mdurvy
75f036f698 uncommented the remove of the router (necessary for compliance) 2008-10-16 09:07:43 +00:00
blakelev
99f6932cdf Removed one line to prevent the default router from being removed
prematurely.  This timer should not time out, but it does.
2008-10-15 23:29:38 +00:00
c_oflynn
778f51f445 Change makefile to build with just 'make' 2008-10-15 20:52:03 +00:00
c_oflynn
f301f9d118 Changed copyright. 2008-10-15 15:59:38 +00:00
mvidales
2e2eb8d387 changed stabs to dwarf-2 for debugging. 2008-10-15 15:42:18 +00:00
c_oflynn
83a2cad604 Add image path to Doxygen file 2008-10-15 15:07:00 +00:00
c_oflynn
1375511179 Fix to allow building without LCD interface 2008-10-15 14:38:20 +00:00
nvt-se
0a6ae9b7aa fixed documentation typos 2008-10-15 14:17:28 +00:00
nvt-se
ccd492f687 sanity check on configure_log parameters 2008-10-15 13:57:30 +00:00
mdurvy
acfe78a51a last version of the raven lcd user interface 2008-10-15 13:13:49 +00:00
adamdunkels
3428e17cea Changed the \mainpage doxygen tag to avoid confusion with the main Contiki \mainpage 2008-10-15 12:37:59 +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
adamdunkels
ba43d94ef7 Define IPv6 options only if UIP_CONF_IPV6 is defined (which should be defined by the Makefile.include if IPv6 is enabled) 2008-10-15 09:14:25 +00:00
adamdunkels
a3f0c649f0 Automatically define the UIP_CONF_IPV6 C preprocessor macro if the UIP_CONF_IPV6 make variable is defined - not the nicest way of doing this, but ought to work for now... 2008-10-15 09:13:05 +00:00
nifi
8134af742c updated for new Radio API 2008-10-15 09:00:52 +00:00
adamdunkels
adc57729c3 struct uip_udp_conn should be declared even if UIP_UDP is zero (it does not add any extra code) 2008-10-15 08:56:44 +00:00
mdurvy
33f9b07915 warning for prefix lifetimes 2008-10-15 08:55:25 +00:00
adamdunkels
e931260603 Added more curly brackets to ensure ANSI C compliance when UIP_TCP is defined; 2008-10-15 08:52:30 +00:00
adamdunkels
6a3565f5b6 Added an #if around the whole code if IPv6 is defined 2008-10-15 08:08:32 +00:00
adamdunkels
91910f82dd added curly brackets to ensure ANSI C compliance when UIP_TCP is defined; some automatic whitespace removal 2008-10-15 07:59:34 +00:00
adamdunkels
647443cb9d Added payload field to ICMP v4 header that was inadvertedly removed during the uIPv6 commits; automatic whitespace removal at line ends 2008-10-15 07:55:00 +00:00
c_oflynn
1ff0cc826e Update docs 2008-10-14 22:26:05 +00:00
c_oflynn
1c5a27f693 Moved raven-lcd.h file 2008-10-14 22:05:09 +00:00
c_oflynn
1726c10a46 Forgot these files! 2008-10-14 22:04:16 +00:00
c_oflynn
6e42bd3496 example\webserver-ipv6-raven works! 2008-10-14 21:29:23 +00:00
c_oflynn
d5865cb2b6 -Change needed for ravenusb to build
-Reverts Makefile.include back to 1.57, then apply the needed change
2008-10-14 20:31:46 +00:00
c_oflynn
219846f408 Addition of USB files 2008-10-14 20:16:36 +00:00