Commit Graph

1513 Commits

Author SHA1 Message Date
adamdunkels 09a9f0d00a Tmote Sky tools for Windows and Linux 2007-10-25 11:08:27 +00:00
adamdunkels d2f90802de Compile profiling support only if PROFILE_CONF_ON is defined 2007-10-25 10:21:48 +00:00
adamdunkels 349274cb81 Turn off listen energy accounting when transmitting 2007-10-25 09:38:15 +00:00
adamdunkels 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 2007-10-25 09:30:39 +00:00
zhitao ff006a5103 keep in synch with the Rime abstraction 2007-10-25 08:26:49 +00:00
nvt-se e7dc3ec422 Initialize ctimer. 2007-10-24 13:47:50 +00:00
adamdunkels 910c9ea161 Added profiling support, made rime/mac initialization nicer 2007-10-23 21:29:40 +00:00
adamdunkels 67aa9e8589 Made initialization function return a pointer to the MAC driver structure, to make initialization nicer 2007-10-23 21:27:57 +00:00
adamdunkels f638c628d7 Made initialization function return a pointer to the MAC driver structure, to make initialization nicer 2007-10-23 20:57:37 +00:00
adamdunkels 0fdb3e3ddc Initial implementation of a profiling system for Contiki 2007-10-23 20:39:07 +00:00
adamdunkels d3319f71b3 Made rtimer callback a typedefed type to make function prototypes nicer 2007-10-23 20:33:19 +00:00
nifi 9a11bc1543 only update rimestats rexmit for retransmissions + added debug output when retransmitting 2007-10-23 14:00:36 +00:00
fros4943 7512df3f7b removed bad memcpy:s 2007-10-23 12:16:13 +00:00
fros4943 77b61f278b removed unused files 2007-10-23 09:47:01 +00:00
fros4943 474edac0f5 moved release lock to before return response 2007-10-23 09:46:28 +00:00
nifi 217056b8bd sht11 architecture support for Sky 2007-10-23 08:53:50 +00:00
fros4943 4a14613529 now that success ratio is variable, it must also be stored with sim configs 2007-10-23 08:39:21 +00:00
fros4943 9f2ced9cda fixed nm command for linux platform 2007-10-23 08:36:47 +00:00
fros4943 b4ba76b53a make sure uip uaodv uses uaodv.c 2007-10-22 13:21:51 +00:00
fros4943 28ddccef19 added missing function declarations 2007-10-22 13:08:13 +00:00
nvt-se e57310c0b3 Removed duplicated statement. 2007-10-22 13:07:00 +00:00
nvt-se 06f923e502 Simple test for the SHT11 driver. 2007-10-22 13:05:30 +00:00
fros4943 1b40da2636 minor fix: catching socket errors 2007-10-22 12:39:41 +00:00
nvt-se 91b79de654 Use sht11 driver. 2007-10-22 12:21:20 +00:00
nvt-se 045225fa05 Made driver less platform-dependent and added support for msb-430. 2007-10-22 12:19:58 +00:00
nvt-se 0c9db3caa3 Moved to core/dev. 2007-10-22 12:19:31 +00:00
fros4943 14f1b81e10 updated default mac config (fixed regexps) 2007-10-22 10:42:47 +00:00
nifi 0bf47de9ba fixed compiler warning 2007-10-19 13:50:01 +00:00
fros4943 898d8f4fa5 updated, mac settings needed compiler path
removed default settings
2007-10-19 12:31:14 +00:00
fros4943 868a0381f9 experimental mac os x support:
default os configuration
2007-10-19 11:05:56 +00:00
fros4943 989d7e37ef mac os x configuration example 2007-10-19 11:01:00 +00:00
fros4943 358e4bbfb7 experimental mac os x support:
script for parsing out memory section information
2007-10-19 10:58:00 +00:00
nvt-se 406cc6d5a8 Set channel to RF_CHANNEL after simple_cc2420_init.
Otherwise the init function would reset the channel to 11.
2007-10-12 12:47:32 +00:00
joxe 35bff8238d renamed variable, rewrote comment to make easier to read 2007-10-07 19:59:27 +00:00
joxe 7fe87db86a fixed some timer interrupt bugs and reimplemented clock_fine to avoid disabling interrupts 2007-10-04 20:45:29 +00:00
fros4943 5f63995265 support for delayed interrupts
earlier TACCR1 could be set to already passed time if timer A interrupts was delayed
2007-10-04 14:14:58 +00:00
nvt-se 2d0225b0e4 Safeguard for invalid packets. 2007-10-04 10:02:08 +00:00
fros4943 dfc0199cbd set drift method as standard for all clock interfaces 2007-10-03 14:20:57 +00:00
nvt-se fb9b800c53 More clear power down procedure. Now it is required that cc1020_on
is called before anyone can send after the power down.
2007-10-02 14:05:45 +00:00
nifi d5580ae7ee corrected debug print 2007-10-02 13:41:12 +00:00
matsutsuka 0ab5a22a47 Fixed a minor glitch 2007-10-01 23:04:02 +00:00
nvt-se 4e8bdb1c08 Power managment is handled by another layer. 2007-10-01 11:59:36 +00:00
nvt-se c0686e80f1 Added definitions for the MAIN register. 2007-10-01 11:56:49 +00:00
matsutsuka d6ec25e37c The libconio_arch-small is architecture-depend implementation of console I/O with minimum size for the server mode. 2007-09-30 12:46:34 +00:00
fros4943 3ace4c55cd code formatting and more debugging output at radio medium failure 2007-09-30 12:03:49 +00:00
fros4943 0f4a25c8ff cooja mac os x support 2007-09-30 12:02:33 +00:00
matsutsuka 1793323e55 Removed the last change so that we can assume all global variables are zero-initialized. 2007-09-30 02:32:23 +00:00
matsutsuka c2472ff0f1 contiki-main file for network client support. 2007-09-29 04:13:14 +00:00
matsutsuka 7dd756dd36 Applications have been modified to support !UIP_UDP and !CTK_CONF_WINDOWCLOSE. 2007-09-29 04:12:15 +00:00
matsutsuka 4381f4b964 Platform-depend CTK support is modified to minimize size of module. 2007-09-29 04:10:00 +00:00