44eb40099dMakefile for doing bulk uploading of .ihex files to Tmote Sky boards
adamdunkels
2007-10-25 13:26:38 +0000
c825da7f69Python DLL needed for some of the tools
adamdunkels
2007-10-25 13:14:15 +0000
a31cd7649dContiki energy estimation demo for ACM SenSys 2007
adamdunkels
2007-10-25 13:04:01 +0000
11a80b85ecContiki energy estimation demo for ACM SenSys 2007
adamdunkels
2007-10-25 12:56:28 +0000
feed6cf679const parameter to rimbuef_copyfrom()
adamdunkels
2007-10-25 12:48:46 +0000
b96f9cb553Makefile that produces a bunch of .ihex files for burning node IDs into Tmote Sky nodes
adamdunkels
2007-10-25 12:07:17 +0000
09a9f0d00aTmote Sky tools for Windows and Linux
adamdunkels
2007-10-25 11:08:27 +0000
d2f90802deCompile profiling support only if PROFILE_CONF_ON is defined
adamdunkels
2007-10-25 10:21:48 +0000
349274cb81Turn off listen energy accounting when transmitting
adamdunkels
2007-10-25 09:38:15 +0000
a9e4287cbeChanged 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
ff006a5103keep in synch with the Rime abstraction
zhitao
2007-10-25 08:26:49 +0000
67aa9e8589Made initialization function return a pointer to the MAC driver structure, to make initialization nicer
adamdunkels
2007-10-23 21:27:57 +0000
f638c628d7Made initialization function return a pointer to the MAC driver structure, to make initialization nicer
adamdunkels
2007-10-23 20:57:37 +0000
0fdb3e3ddcInitial implementation of a profiling system for Contiki
adamdunkels
2007-10-23 20:39:07 +0000
d3319f71b3Made rtimer callback a typedefed type to make function prototypes nicer
adamdunkels
2007-10-23 20:33:19 +0000
9a11bc1543only update rimestats rexmit for retransmissions + added debug output when retransmitting
nifi
2007-10-23 14:00:36 +0000
7512df3f7bremoved bad memcpy:s
fros4943
2007-10-23 12:16:13 +0000
868a0381f9experimental mac os x support: default os configuration
fros4943
2007-10-19 11:05:56 +0000
989d7e37efmac os x configuration example
fros4943
2007-10-19 11:01:00 +0000
358e4bbfb7experimental mac os x support: script for parsing out memory section information
fros4943
2007-10-19 10:58:00 +0000
406cc6d5a8Set 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
35bff8238drenamed variable, rewrote comment to make easier to read
joxe
2007-10-07 19:59:27 +0000
7fe87db86afixed some timer interrupt bugs and reimplemented clock_fine to avoid disabling interrupts
joxe
2007-10-04 20:45:29 +0000
5f63995265support for delayed interrupts
fros4943
2007-10-04 14:14:58 +0000
2d0225b0e4Safeguard for invalid packets.
nvt-se
2007-10-04 10:02:08 +0000
dfc0199cbdset drift method as standard for all clock interfaces
fros4943
2007-10-03 14:20:57 +0000
fb9b800c53More 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
0ab5a22a47Fixed a minor glitch
matsutsuka
2007-10-01 23:04:02 +0000
4e8bdb1c08Power managment is handled by another layer.
nvt-se
2007-10-01 11:59:36 +0000
c0686e80f1Added definitions for the MAIN register.
nvt-se
2007-10-01 11:56:49 +0000
d6ec25e37cThe 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
3ace4c55cdcode formatting and more debugging output at radio medium failure
fros4943
2007-09-30 12:03:49 +0000
0f4a25c8ffcooja mac os x support
fros4943
2007-09-30 12:02:33 +0000
1793323e55Removed the last change so that we can assume all global variables are zero-initialized.
matsutsuka
2007-09-30 02:32:23 +0000
c2472ff0f1contiki-main file for network client support.
matsutsuka
2007-09-29 04:13:14 +0000
7dd756dd36Applications have been modified to support !UIP_UDP and !CTK_CONF_WINDOWCLOSE.
matsutsuka
2007-09-29 04:12:15 +0000
4381f4b964Platform-depend CTK support is modified to minimize size of module.
matsutsuka
2007-09-29 04:10:00 +0000
9e1e31f3bbMakefiles have been modified to support customized crt0.
matsutsuka
2007-09-29 04:07:00 +0000
c3d13b6dd4Configuration file now supports: - telnet window size - UIP configuration - new rs232 driver
matsutsuka
2007-09-29 04:05:20 +0000
4d046ef389Window 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
4d6d5eb8ffRS232 support has been unified from just 'dumb' serial line and SLIP support.
matsutsuka
2007-09-29 03:58:38 +0000
4a34da849dInitialization of string has been added, so as to strlen works appropriately while showing the textentry widget.
matsutsuka
2007-09-22 04:12:30 +0000
abfe10b100added exception handling to project dir loading
fros4943
2007-09-21 16:14:19 +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
8d5e863b9aFile names are changed.
matsutsuka
2007-09-19 12:48:26 +0000
c99b7dc827status has been added for polling function.
matsutsuka
2007-09-19 12:47:19 +0000
8d7bb2119cArchitecture-depend CTK implmeentation has been all rewritten by assembler for performance and memory reasons.
matsutsuka
2007-09-19 12:46:15 +0000
b2a6d163fcconfiguration for serial has been changed.
matsutsuka
2007-09-19 12:44:45 +0000
eb39a24ad8Char bug seems to be fixed in the newer version of sdcc.
matsutsuka
2007-09-19 12:44:01 +0000
7b402d38f8The suffix for preprocessed assembler file has been changed from ".hS" to ".cS"
matsutsuka
2007-09-19 12:41:33 +0000
23b9136e5ebug fix if JAVA_HOME not set
fros4943
2007-09-18 16:23:38 +0000
8323fdfa30bug fix if JAVA_HOME not set
fros4943
2007-09-18 16:07:10 +0000
005ad973a2catching unsupported class version exceptions
fros4943
2007-09-18 15:57:14 +0000
8f101f495cchanged address parsing using nm to more generic: any command may be used
fros4943
2007-09-18 11:33:46 +0000