Commit Graph

484 Commits

Author SHA1 Message Date
bg- 44f81a5625 * s/_DEF_/_/g
* Value is not const and of unknown type.
2007-01-30 18:04:59 +00:00
fros4943 9e37394e49 mispeling fix 2007-01-29 16:02:17 +00:00
fros4943 220fabaef6 added faster method to move motes 2007-01-29 14:30:09 +00:00
fros4943 7aad5bd907 darkened colors of off leds 2007-01-29 14:29:39 +00:00
bg- f70131f7b4 * Make minimal use of explicit ../ references. 2007-01-29 14:28:10 +00:00
fros4943 f4ff1061c5 bug fix. only registering when interface exists 2007-01-26 15:12:00 +00:00
fros4943 2604c891e1 added a few commonly tracked interfaces, not depending on contiki mote types 2007-01-26 14:39:54 +00:00
bg- a3fc32318e * Generic AVR stuff. 2007-01-25 18:24:29 +00:00
bg- 20fa9351f2 * First port of CC2420 driver to the AVR. 2007-01-25 18:22:55 +00:00
bg- e80af3ed34 * Remove include. 2007-01-25 18:19:57 +00:00
bg- 8ebe0466a0 * Defines for 8MHz cpus. 2007-01-25 17:55:13 +00:00
fros4943 40488575c7 bug fix: not possible to load mote plugin at mote pos 0 2007-01-24 18:12:59 +00:00
bg- 90cbfbba9c * Conditional compilation on CC2420_RADIO rather than TMOTE_SKY. 2007-01-24 16:32:34 +00:00
bg- 26f9d3847b * Tmote sky has a CC2420_RADIO. 2007-01-24 16:31:40 +00:00
bg- 6dea7b68d1 * Fill clock_delay with something (needs rewriting). 2007-01-24 16:28:51 +00:00
bg- 2a879202a2 * Initial AVR port.
* Check for RXFIFO overflow before sending.

* Fix in loop that waits for SFD start.
2007-01-24 16:26:55 +00:00
adamdunkels 83b348631f Changed the generation of symbols to the mknmlist script. Now symbols.h is not automatically generated so we can use it as a normal include file and remove symbols-def.h. 2007-01-24 16:11:48 +00:00
bg- bea6aa5b3d * Don't request MAC level ACKs for packets we "try" to forward before
we have a route.
2007-01-24 16:08:27 +00:00
bg- 58bbd0b4da * Don't include signal.h. 2007-01-24 16:07:20 +00:00
bg- 3ba41f731d * Support for -DBAUDRATE=xxx 2007-01-23 12:33:27 +00:00
bg- 9b075f2038 * More compiler builtins. 2007-01-23 12:32:52 +00:00
bg- a88f797455 * Constness and voidness. 2007-01-23 12:29:50 +00:00
bg- 6bb9d0fa04 * Missing volatile. 2007-01-23 12:24:35 +00:00
nifi 338aa9e7a2 removed clean of node-id.c because it is no longer auto-generated 2007-01-18 13:47:40 +00:00
fros4943 c3e2c7e270 ignoring exception is loaded plugin ordering not possible 2007-01-16 12:59:09 +00:00
fros4943 f5dc079895 minor bug fix 2007-01-16 10:33:25 +00:00
fros4943 f4ca79c73a removed warning message 2007-01-16 10:32:55 +00:00
bg- 6a56b5de79 * Switch to using cmod by default.
* FreeBSD 6 comment.
2007-01-12 18:24:51 +00:00
bg- 2ae3edb0d5 * Minor mod for FreeBSD 6. 2007-01-12 18:23:19 +00:00
bg- f6936bfd51 * Comment. 2007-01-12 18:18:23 +00:00
bg- f51c7f03df * Add some assertions. 2007-01-12 18:16:56 +00:00
fros4943 519f0468e7 outputting more information when unable to quick-load simulation 2007-01-12 14:47:29 +00:00
bg- f8d7943735 * Switch from linear search to binary ditto.
* Symbol names is "const char *" but symbol values are "void *" (not
  "const char *").
2007-01-12 13:55:04 +00:00
bg- c42988b78b * Change return type of i2c_start() to int.
* Move macros I2C_ENABLE() and I2C_DISABLE() to header file.
2007-01-12 13:41:57 +00:00
bg- f888f4784c * Fix an miscalculation.
* Changing naming to be more explicit about file offsets.
2007-01-12 13:36:27 +00:00
fros4943 4aa5770e3a removed debugging output 2007-01-12 10:47:05 +00:00
fros4943 6c879fc81a bug fix:
mote id reported changed every tick
2007-01-12 10:43:19 +00:00
fros4943 956c1172c3 added java variables to compare c variables against 2007-01-11 14:28:26 +00:00
fros4943 afdf540698 outputting already increased counters 2007-01-11 14:27:26 +00:00
fros4943 05cc4c5db4 added section size control 2007-01-11 14:26:47 +00:00
fros4943 fadf22550a new compiled mrm jar 2007-01-10 15:08:54 +00:00
fros4943 596677d054 added get observable method 2007-01-10 15:08:17 +00:00
fros4943 4c696452ac changed method name 2007-01-10 14:59:07 +00:00
fros4943 0c98ce0651 documentation (including javadoc) update 2007-01-10 14:57:42 +00:00
fros4943 b2516a09ef changed method name 2007-01-10 09:02:17 +00:00
fros4943 30e0584ec5 fixes possible ambiguous compilation error by explicitly casting null 2007-01-10 08:48:13 +00:00
fros4943 a812d1927b a lot of changes:
* added initial support for gui-less simulations
* removed certain static variables for robustness
* added support for standard gui plugins (startup)
* added quick-load menu option
* separated plugins from plugin visualizers
2007-01-09 10:27:53 +00:00
fros4943 abe3a4eaab separated simulation save/load config functionality
added getGUI helpmethod

minor updates due to new method params and removed static variables
2007-01-09 10:21:08 +00:00
fros4943 5c1dcd25c3 new help method for generating radio mediums during config load. 2007-01-09 10:18:08 +00:00
fros4943 aaaf19f72d new method params: is visualizer available 2007-01-09 10:16:26 +00:00