Commit graph

  • 127503e2a6 waiting for valid RSSI bugfix, minor cleanup adamdunkels 2007-10-25 13:29:21 +0000
  • dd8469ee4a Added inclusion of Tmote Sky bulk upload makefile adamdunkels 2007-10-25 13:28:15 +0000
  • 44eb40099d Makefile for doing bulk uploading of .ihex files to Tmote Sky boards adamdunkels 2007-10-25 13:26:38 +0000
  • c825da7f69 Python DLL needed for some of the tools adamdunkels 2007-10-25 13:14:15 +0000
  • a31cd7649d Contiki energy estimation demo for ACM SenSys 2007 adamdunkels 2007-10-25 13:04:01 +0000
  • 11a80b85ec Contiki energy estimation demo for ACM SenSys 2007 adamdunkels 2007-10-25 12:56:28 +0000
  • feed6cf679 const parameter to rimbuef_copyfrom() adamdunkels 2007-10-25 12:48:46 +0000
  • b96f9cb553 Makefile that produces a bunch of .ihex files for burning node IDs into Tmote Sky nodes adamdunkels 2007-10-25 12:07:17 +0000
  • 09a9f0d00a Tmote Sky tools for Windows and Linux adamdunkels 2007-10-25 11:08:27 +0000
  • d2f90802de Compile profiling support only if PROFILE_CONF_ON is defined adamdunkels 2007-10-25 10:21:48 +0000
  • 349274cb81 Turn off listen energy accounting when transmitting adamdunkels 2007-10-25 09:38:15 +0000
  • a9e4287cbe Changed the energy estimation type ENERGEST_TYPE_RECEIVE to ENERGEST_TYPE_LISTEN to highlight that energy is spent on idle listening, not just the actual reception of packets adamdunkels 2007-10-25 09:30:39 +0000
  • ff006a5103 keep in synch with the Rime abstraction zhitao 2007-10-25 08:26:49 +0000
  • e7dc3ec422 Initialize ctimer. nvt-se 2007-10-24 13:47:50 +0000
  • 910c9ea161 Added profiling support, made rime/mac initialization nicer adamdunkels 2007-10-23 21:29:40 +0000
  • 67aa9e8589 Made initialization function return a pointer to the MAC driver structure, to make initialization nicer adamdunkels 2007-10-23 21:27:57 +0000
  • f638c628d7 Made initialization function return a pointer to the MAC driver structure, to make initialization nicer adamdunkels 2007-10-23 20:57:37 +0000
  • 0fdb3e3ddc Initial implementation of a profiling system for Contiki adamdunkels 2007-10-23 20:39:07 +0000
  • d3319f71b3 Made rtimer callback a typedefed type to make function prototypes nicer adamdunkels 2007-10-23 20:33:19 +0000
  • 9a11bc1543 only update rimestats rexmit for retransmissions + added debug output when retransmitting nifi 2007-10-23 14:00:36 +0000
  • 7512df3f7b removed bad memcpy:s fros4943 2007-10-23 12:16:13 +0000
  • 77b61f278b removed unused files fros4943 2007-10-23 09:47:01 +0000
  • 474edac0f5 moved release lock to before return response fros4943 2007-10-23 09:46:28 +0000
  • 217056b8bd sht11 architecture support for Sky nifi 2007-10-23 08:53:50 +0000
  • 4a14613529 now that success ratio is variable, it must also be stored with sim configs fros4943 2007-10-23 08:39:21 +0000
  • 9f2ced9cda fixed nm command for linux platform fros4943 2007-10-23 08:36:47 +0000
  • b4ba76b53a make sure uip uaodv uses uaodv.c fros4943 2007-10-22 13:21:51 +0000
  • 28ddccef19 added missing function declarations fros4943 2007-10-22 13:08:13 +0000
  • e57310c0b3 Removed duplicated statement. nvt-se 2007-10-22 13:07:00 +0000
  • 06f923e502 Simple test for the SHT11 driver. nvt-se 2007-10-22 13:05:30 +0000
  • 1b40da2636 minor fix: catching socket errors fros4943 2007-10-22 12:39:41 +0000
  • 91b79de654 Use sht11 driver. nvt-se 2007-10-22 12:21:20 +0000
  • 045225fa05 Made driver less platform-dependent and added support for msb-430. nvt-se 2007-10-22 12:19:58 +0000
  • 0c9db3caa3 Moved to core/dev. nvt-se 2007-10-22 12:19:31 +0000
  • 14f1b81e10 updated default mac config (fixed regexps) fros4943 2007-10-22 10:42:47 +0000
  • 0bf47de9ba fixed compiler warning nifi 2007-10-19 13:50:01 +0000
  • 898d8f4fa5 updated, mac settings needed compiler path removed default settings fros4943 2007-10-19 12:31:14 +0000
  • 868a0381f9 experimental mac os x support: default os configuration fros4943 2007-10-19 11:05:56 +0000
  • 989d7e37ef mac os x configuration example fros4943 2007-10-19 11:01:00 +0000
  • 358e4bbfb7 experimental mac os x support: script for parsing out memory section information fros4943 2007-10-19 10:58:00 +0000
  • 406cc6d5a8 Set channel to RF_CHANNEL after simple_cc2420_init. Otherwise the init function would reset the channel to 11. nvt-se 2007-10-12 12:47:32 +0000
  • 35bff8238d renamed variable, rewrote comment to make easier to read joxe 2007-10-07 19:59:27 +0000
  • 7fe87db86a fixed some timer interrupt bugs and reimplemented clock_fine to avoid disabling interrupts joxe 2007-10-04 20:45:29 +0000
  • 5f63995265 support for delayed interrupts fros4943 2007-10-04 14:14:58 +0000
  • 2d0225b0e4 Safeguard for invalid packets. nvt-se 2007-10-04 10:02:08 +0000
  • dfc0199cbd set drift method as standard for all clock interfaces fros4943 2007-10-03 14:20:57 +0000
  • fb9b800c53 More clear power down procedure. Now it is required that cc1020_on is called before anyone can send after the power down. nvt-se 2007-10-02 14:05:45 +0000
  • d5580ae7ee corrected debug print nifi 2007-10-02 13:41:12 +0000
  • 0ab5a22a47 Fixed a minor glitch matsutsuka 2007-10-01 23:04:02 +0000
  • 4e8bdb1c08 Power managment is handled by another layer. nvt-se 2007-10-01 11:59:36 +0000
  • c0686e80f1 Added definitions for the MAIN register. nvt-se 2007-10-01 11:56:49 +0000
  • d6ec25e37c The libconio_arch-small is architecture-depend implementation of console I/O with minimum size for the server mode. matsutsuka 2007-09-30 12:46:34 +0000
  • 3ace4c55cd code formatting and more debugging output at radio medium failure fros4943 2007-09-30 12:03:49 +0000
  • 0f4a25c8ff cooja mac os x support fros4943 2007-09-30 12:02:33 +0000
  • 1793323e55 Removed the last change so that we can assume all global variables are zero-initialized. matsutsuka 2007-09-30 02:32:23 +0000
  • c2472ff0f1 contiki-main file for network client support. matsutsuka 2007-09-29 04:13:14 +0000
  • 7dd756dd36 Applications have been modified to support !UIP_UDP and !CTK_CONF_WINDOWCLOSE. matsutsuka 2007-09-29 04:12:15 +0000
  • 4381f4b964 Platform-depend CTK support is modified to minimize size of module. matsutsuka 2007-09-29 04:10:00 +0000
  • 9e1e31f3bb Makefiles have been modified to support customized crt0. matsutsuka 2007-09-29 04:07:00 +0000
  • c3d13b6dd4 Configuration file now supports: - telnet window size - UIP configuration - new rs232 driver matsutsuka 2007-09-29 04:05:20 +0000
  • 4d046ef389 Window size has been made customizable, and widget placement is modified to fit in smaller screen size. If UIP_UDP is turned off, iut doesn't lookup DNS (i.e. doesn't use resolv.c). matsutsuka 2007-09-29 04:02:06 +0000
  • 4d6d5eb8ff RS232 support has been unified from just 'dumb' serial line and SLIP support. matsutsuka 2007-09-29 03:58:38 +0000
  • f553789fea Made unnecessary symbols static. matsutsuka 2007-09-29 03:57:39 +0000
  • 1e6ac84151 Customized crt0 has been introduced to fix some SDCC glitches. matsutsuka 2007-09-29 03:57:07 +0000
  • a6527b34d9 When UIP_UDP is off, turn off udp functions more accurately. matsutsuka 2007-09-29 03:54:18 +0000
  • 87e32f037e enabled config of entire ar command, not only arguments fros4943 2007-09-28 07:21:21 +0000
  • a03ff4d7ac Convenience function for printing out system statistics adamdunkels 2007-09-27 22:22:40 +0000
  • 6c241b9f2b Program for testing the Rime reliable unicast bulk transfer protocol adamdunkels 2007-09-27 22:21:27 +0000
  • 1abf2c4c16 fixed compiler warning nifi 2007-09-26 11:34:49 +0000
  • 4a34da849d Initialization of string has been added, so as to strlen works appropriately while showing the textentry widget. matsutsuka 2007-09-22 04:12:30 +0000
  • abfe10b100 added exception handling to project dir loading fros4943 2007-09-21 16:14:19 +0000
  • 12c539d2b5 always highlighting node at mote plugin activation fros4943 2007-09-21 16:11:44 +0000
  • b72c228379 * Enable rtimers. * Specify port direction first. nvt-se 2007-09-21 14:53:36 +0000
  • 24ffa8cfaf support third DMA line. nvt-se 2007-09-21 13:51:09 +0000
  • 9d75d6d153 enabled inline functions nifi 2007-09-19 14:09:31 +0000
  • 7dec361a80 #include <conio.h> doesn't work on z80 version, because this is not a standard library. matsutsuka 2007-09-19 12:50:23 +0000
  • 8d5e863b9a File names are changed. matsutsuka 2007-09-19 12:48:26 +0000
  • c99b7dc827 status has been added for polling function. matsutsuka 2007-09-19 12:47:19 +0000
  • 8d7bb2119c Architecture-depend CTK implmeentation has been all rewritten by assembler for performance and memory reasons. matsutsuka 2007-09-19 12:46:15 +0000
  • b2a6d163fc configuration for serial has been changed. matsutsuka 2007-09-19 12:44:45 +0000
  • eb39a24ad8 Char bug seems to be fixed in the newer version of sdcc. matsutsuka 2007-09-19 12:44:01 +0000
  • 7b402d38f8 The suffix for preprocessed assembler file has been changed from ".hS" to ".cS" matsutsuka 2007-09-19 12:41:33 +0000
  • 23b9136e5e bug fix if JAVA_HOME not set fros4943 2007-09-18 16:23:38 +0000
  • 8323fdfa30 bug fix if JAVA_HOME not set fros4943 2007-09-18 16:07:10 +0000
  • 005ad973a2 catching unsupported class version exceptions fros4943 2007-09-18 15:57:14 +0000
  • 8f101f495c changed address parsing using nm to more generic: any command may be used fros4943 2007-09-18 11:33:46 +0000
  • aa99049af0 simple tdma rtimer implemetation fros4943 2007-09-18 10:37:17 +0000
  • 19b3035e36 simple tdma ctimer implementation fros4943 2007-09-18 10:36:36 +0000
  • ccf6bc4d9d moved ENERGEST_ON to actual transmission nifi 2007-09-18 10:36:31 +0000
  • 25d2514541 xmac ctimer implementation fros4943 2007-09-18 10:35:39 +0000
  • c12af56ad0 Turn off ENERGEST_TYPE_TRANSMIT if send error nifi 2007-09-18 10:32:00 +0000
  • 4937918af5 updated the default linux/win32 compiler/linker config fros4943 2007-09-17 13:06:36 +0000
  • 33687d8e6f A function declared in lib/random.h is used, so this file should be included instead of lib/rand.h. nvt-se 2007-09-14 20:26:52 +0000
  • 1d4db3e2cc The function was missing the case when the stack was used completely, and didn't return a value then. nvt-se 2007-09-14 20:21:01 +0000
  • d60f3449ea static before const. nvt-se 2007-09-14 20:12:55 +0000
  • 077fc61084 Static should come first because it's a storage class. nvt-se 2007-09-14 20:07:26 +0000
  • bbecdd9c34 removed uncommented line. nvt-se 2007-09-14 19:27:22 +0000
  • 87018b2af5 use uint16_t to be specific about id type size. nvt-se 2007-09-14 19:24:45 +0000
  • 5e7a435959 do not declare msp430_cpu_init here. nvt-se 2007-09-14 19:24:07 +0000
  • 6955e028da Use splhigh and splx. nvt-se 2007-09-14 19:20:54 +0000