Commit graph

  • 131807370f Removed reference to logically empty file. oliverschmidt 2007-11-18 01:19:31 +0000
  • aedb4f56da Moved logically empty files to backyard. oliverschmidt 2007-11-18 01:18:09 +0000
  • d11e1e6fd2 Removed reference to logically empty file. oliverschmidt 2007-11-18 01:13:56 +0000
  • 2f9e498620 Removed compiler warning. oliverschmidt 2007-11-18 01:06:43 +0000
  • 84272a3dcb Removed compiler warnings. oliverschmidt 2007-11-18 00:57:44 +0000
  • 6d6edb418b Declare strcasecmp here as it isn't part of C99. oliverschmidt 2007-11-18 00:55:19 +0000
  • f52ae57d99 Declare strcasecmp here as it isn't part of C99. oliverschmidt 2007-11-18 00:46:26 +0000
  • eabf01903d Replaced most type definitions with reference to stdint.h. oliverschmidt 2007-11-17 23:42:23 +0000
  • 4b68a3ee5d Removed compiler warnings. oliverschmidt 2007-11-17 22:50:49 +0000
  • 90edc773b0 Introduced C99 sized int types. oliverschmidt 2007-11-17 22:40:33 +0000
  • f2dca37b22 Do not depend on TELNET_CONF_WINDOW_HEIGHT being defined. oliverschmidt 2007-11-17 22:27:09 +0000
  • b49e9b34b1 reverted the PROCESS_LOAD() commit - the PROCESS_LOAD() code is used by ports such as the win32 and 6502 ports adamdunkels 2007-11-17 22:11:19 +0000
  • b8b6b6239e Allow to build both with Cygwin and VC++. oliverschmidt 2007-11-17 21:33:53 +0000
  • 552969ed24 Adjusted include path. oliverschmidt 2007-11-17 21:24:50 +0000
  • 38decb056f Removed compiler warning. oliverschmidt 2007-11-17 21:12:44 +0000
  • 6f1c485d8e Removed compiler warnings. oliverschmidt 2007-11-17 21:01:31 +0000
  • f30a4960c8 Removed compiler warnings. oliverschmidt 2007-11-17 20:52:07 +0000
  • 4c6b5b9c17 Removed compiler warnings. oliverschmidt 2007-11-17 20:44:07 +0000
  • 062e2a1ce4 Removed compiler warning. oliverschmidt 2007-11-17 20:13:54 +0000
  • 3b057f7966 Removed used variable that caused compiler warning. oliverschmidt 2007-11-17 20:04:44 +0000
  • eb3fda68c7 Source reformatting only. oliverschmidt 2007-11-17 20:00:42 +0000
  • d6dc8763e9 Fixed dereference of void * pointer adamdunkels 2007-11-17 18:28:23 +0000
  • 66b5644e07 Fixed compiler warnings to make code compile with gcc's -pedantic switch adamdunkels 2007-11-17 18:26:06 +0000
  • 33d7c0badd Fixed compiler warnings to make code compile with gcc's -pedantic switch adamdunkels 2007-11-17 18:16:48 +0000
  • 2f50fe9c57 Made definition of PROCESS() macro nicer by removing unused PROCESS_LOAD() and PROCESS_NOLOAD() adamdunkels 2007-11-17 18:07:13 +0000
  • 1e1e44a3f8 Fixed compiler warnings to make code compile with gcc's -pedantic switch adamdunkels 2007-11-17 18:01:00 +0000
  • 607d27e0c6 Removed unused file rawpacket-udp adamdunkels 2007-11-17 17:59:08 +0000
  • 1070fe19a3 Added rtimer_arch_now prototype adamdunkels 2007-11-17 10:47:22 +0000
  • d9eebf7e17 Fixed compiler warnings adamdunkels 2007-11-17 10:46:25 +0000
  • 8d79ef2219 Include rtimer.h instead of rtimer-arch.h adamdunkels 2007-11-17 10:46:02 +0000
  • 4ce9b8a33b Added -Werror to turn compiler warnings into errors to ensure that code always compile without warnings adamdunkels 2007-11-17 10:37:28 +0000
  • 7fd1eca954 Added debug output adamdunkels 2007-11-17 10:34:17 +0000
  • 9bd3c0c07c Re-added hop count to header, fixes related to ETX computation: adv packets do not add a good etx, timedout packets do not restore the neighbor age, removed unused code adamdunkels 2007-11-17 10:32:54 +0000
  • ff45f9d2c4 Added watchdog support adamdunkels 2007-11-17 10:29:33 +0000
  • 75a1cb72f8 Fixed compiler warnings adamdunkels 2007-11-17 10:28:49 +0000
  • 2132462716 Updated to use the watchdog API adamdunkels 2007-11-17 10:28:04 +0000
  • 19b7bd9217 Fixed watchdog support for the MSP430. It now works as intended adamdunkels 2007-11-17 10:16:48 +0000
  • e1affe5e72 Changed watchdog API by adding a start function, and renaming the restart function to periodic to make it clear that this should be called periodically adamdunkels 2007-11-17 10:15:50 +0000
  • 5e7cbff22a Fixed compiler warnings adamdunkels 2007-11-17 10:12:19 +0000
  • 22cb35e9f6 Added -Werror to turn compiler warnings into errors to ensure that code always compile without warnings adamdunkels 2007-11-17 10:11:58 +0000
  • a7102829e3 Updated ruc callback types to fix compiler warnings adamdunkels 2007-11-17 09:59:48 +0000
  • 0a8b1cbd76 Updated ruc callback types to fix compiler warnings adamdunkels 2007-11-17 09:47:55 +0000
  • 79c38ef8df minor updates in cooja cfs_ram fros4943 2007-11-16 09:21:49 +0000
  • 53ea3cd7bf removed symbols from .elf output (but always included with .out) + uncommented unused %.ce target (check Makefile.include to enable it) fros4943 2007-11-16 09:19:22 +0000
  • 532d9814c2 configurable rudolph datasize fros4943 2007-11-16 09:17:22 +0000
  • 12338bee6d changed R_AVR_CALL relocation (but unsure why the old didn't work) fros4943 2007-11-16 09:16:31 +0000
  • c989d425dc fixed compiler warning nifi 2007-11-15 13:33:09 +0000
  • a6d827fa1f moved initialization of ctimer to allow MAC layer to use ctimers nifi 2007-11-15 13:07:42 +0000
  • c645cad175 fixed conflicting types: nbh.c vs nbh.h fros4943 2007-11-15 08:10:42 +0000
  • 33e565d20a Removed unused variables. Initialize header. nvt-se 2007-11-14 11:17:30 +0000
  • f1271464fd Turned on energy estimation and profiling by default adamdunkels 2007-11-13 21:10:50 +0000
  • 8961ec7ef8 Updated to send much more statistics than before: energy estimates, rime statistics, neighbor statistics adamdunkels 2007-11-13 21:09:14 +0000
  • da045911eb Added serialdump target that prints the output of the first Tmote Sky to a file adamdunkels 2007-11-13 21:03:27 +0000
  • 0a7f35d62c Added neighborhood discovery module adamdunkels 2007-11-13 21:01:54 +0000
  • 1386b8ae8f Added API to retrieve address of current receiver adamdunkels 2007-11-13 21:00:10 +0000
  • c40dde1209 Updated ruc to send ACKs before notifying applications, and API support for the etx-based tree code adamdunkels 2007-11-13 20:58:46 +0000
  • 6845d2a1aa Updated tree to use expected transmissions (etx) as routing metric adamdunkels 2007-11-13 20:39:29 +0000
  • 2140576ac9 Added battery-sensor.c adamdunkels 2007-11-13 20:37:18 +0000
  • 670f65b55e Added battery sensor to the core interfaces adamdunkels 2007-11-13 20:36:40 +0000
  • d34f8e0dcc Preliminary untested code for the internal MSP430 battery sensor adamdunkels 2007-11-13 20:29:07 +0000
  • 261254b22d Added SERIALDUMP variable pointing to the serialdump executable adamdunkels 2007-11-13 20:21:02 +0000
  • 44480fc7b7 added fix to enable start of ctimers before etimer process has started nifi 2007-11-13 15:13:03 +0000
  • d8717c264a Serial library for Python needed for some of the Tmote Sky tools adamdunkels 2007-11-13 13:23:02 +0000
  • 2c1af74f37 declaration outside loop fros4943 2007-11-13 06:45:29 +0000
  • 7738b86b46 added missing 'grep -v ^_' fros4943 2007-11-13 06:06:36 +0000
  • 508c258cb7 Copy README file to zipfile too adamdunkels 2007-11-12 22:30:33 +0000
  • 1cb3bad088 Multiple bugfixes and updates to xmac code by Niclas adamdunkels 2007-11-12 22:29:37 +0000
  • 88de583f94 Removed nonexistant neighbors rimestat adamdunkels 2007-11-12 22:27:44 +0000
  • 812b86f162 Initialization of energest_current_time to fix problems with energy attribution on LEDs during Tmote Sky bootup adamdunkels 2007-11-12 22:27:21 +0000
  • c5d79e8aea Added contentiondrop rimestats when a packet couldn't be sent because of failing CCA check adamdunkels 2007-11-12 22:26:03 +0000
  • bb9e35c79e Added profiling code, statistics printing library adamdunkels 2007-11-12 22:25:12 +0000
  • c90a758ac5 Detect if the medium is busy right before sending. nvt-se 2007-11-12 21:17:47 +0000
  • f192211444 Added a hack function called clock_counter() to make the current prototype profiling code run on the MSP430 platform adamdunkels 2007-11-12 21:07:39 +0000
  • 6b7173809d anonymous -> identified. nvt-se 2007-11-12 12:34:29 +0000
  • 56d1013408 Small hack for adding a timestamp to incoming lines adamdunkels 2007-11-12 11:48:49 +0000
  • b51977a693 Added Doxygen documentation adamdunkels 2007-11-10 20:45:29 +0000
  • ca6abb286b Added LEDs notification. THe program won't compile without a nodeid=XXX now adamdunkels 2007-11-10 20:45:00 +0000
  • d5430dc4dc Added better boot-up behaviour of the LEDs - they can now be used to determine where in the boot sequence the node hangs (if it hangs) adamdunkels 2007-11-10 20:44:30 +0000
  • 0e4429068b Added a carrier sensing function. nvt-se 2007-11-07 15:34:41 +0000
  • ee59f1fe34 Use a fresh RSSI value in the read function. nvt-se 2007-11-07 15:26:00 +0000
  • a604013a88 Added more flags for the status register. nvt-se 2007-11-07 15:23:35 +0000
  • 585f00a804 Removed old codeprop-tmp.c adamdunkels 2007-11-06 20:35:42 +0000
  • 0ce1708c76 #ifdef around RF_CHANNEL adamdunkels 2007-11-06 20:28:09 +0000
  • b5241dc609 Updated instructions adamdunkels 2007-11-06 19:57:41 +0000
  • 5a544c2c8a Increased sleep time adamdunkels 2007-11-06 19:57:10 +0000
  • 912d2f2856 Added CMOTES variable to make energy estimation demo scripts nicer adamdunkels 2007-11-06 19:56:27 +0000
  • 366d845336 DMA destination is now given as a parameter instead of being hardwired. nvt-se 2007-11-06 15:08:55 +0000
  • dc8b6e7dcd Removed some unused headers and definitions. nvt-se 2007-11-06 14:48:18 +0000
  • f2434b53be Updated makefiles and paths to make a .zip file with demo contents adamdunkels 2007-11-06 14:46:12 +0000
  • 882f340f17 Use a counter for the test so lost packets are spotted easily. nvt-se 2007-11-06 14:44:42 +0000
  • 6b6a911185 added jar target fros4943 2007-11-01 17:34:36 +0000
  • 8e3294c7d5 final versions fros4943 2007-11-01 17:33:16 +0000
  • deeed3389a added dummy RTIMER definition fros4943 2007-11-01 16:26:58 +0000
  • 559e3eb6ea removed platform specific definitions + changed default linker to gcc (as for the default linker arguments) fros4943 2007-11-01 16:26:31 +0000
  • e38e6b7e8c removed old using fros4943 2007-10-31 13:58:21 +0000
  • 37bf441e40 energy demo poster fros4943 2007-10-30 08:44:46 +0000
  • 1d447dc043 added button sensing and leds-blinking for better sensor demo joxe 2007-10-26 12:37:48 +0000
  • 131e922020 Added heading, Contiki URL; fixed serialdump path; minor fixes adamdunkels 2007-10-25 18:43:18 +0000
  • 17a955e89b Removed unused sky-run rule adamdunkels 2007-10-25 14:48:23 +0000
  • d05951bc45 Supporting libraries for the Tmote Sky tools adamdunkels 2007-10-25 14:24:59 +0000