Commit Graph

2606 Commits (c6c11d124589f93618b30c261ff29e7a2aa9222b)

Author SHA1 Message Date
adamdunkels c6c11d1245 2.2 -> 2.2.1 2008-08-18 08:40:16 +00:00
oliverschmidt 59c5d05388 Presuming that all platforms based on a certain cpu should be listed here... 2008-08-17 09:56:58 +00:00
adamdunkels 96c47c8ef8 Prepared for automatic cc65 compilation 2008-08-16 13:08:36 +00:00
adamdunkels 76e03317c7 Fixed problem with erroneous pointer type 2008-08-16 10:04:55 +00:00
nvt-se 8b7e743921 Enforce the number of pages in a sector to be a power of two. 2008-08-15 22:38:43 +00:00
adamdunkels a6148ac3d0 Moved unused code to backyard 2008-08-15 19:57:13 +00:00
adamdunkels 0f82635dc9 Bugfix: avoid overflowing the event queue 2008-08-15 19:54:58 +00:00
adamdunkels 35d85897b9 Minor bugfix: the printf() must include the n 2008-08-15 19:34:07 +00:00
adamdunkels 41dcd78c8b Improved debugging output 2008-08-15 19:28:33 +00:00
adamdunkels 9324dc1e7d Hardy Griech's timer bugfix: avoid direct comparison for timer values since they may wrap. Instead, use the CLOCK_LT() that works correctly even for wrapped timers. 2008-08-15 19:16:09 +00:00
adamdunkels 86b835dd2c Added a 'nodeid' command for setting and retreiving the node ID from the external flash. Made the powergraph command optional to save code space. 2008-08-15 19:07:04 +00:00
adamdunkels 66988436f8 Rewrote the 'nodes' command to use netflood rather than trickle - but the 'nodes' command don't seem to work reliably anyway, so it currently is a candidate for removal. 2008-08-15 19:06:14 +00:00
adamdunkels 2f81a0463a Moved unused malloc code to backyard directory 2008-08-15 19:05:16 +00:00
adamdunkels 31509ad726 Fixed a bunch of bugs in the collection neighbor announcement/discovery code: neighbor announcments were not repeated unless there was a change in the ETX val. Neighbor announcements happened to often when there were changes in the ETX. 2008-08-15 19:00:38 +00:00
adamdunkels 210782d9c6 Set the channel as a packet attribute 2008-08-15 18:59:22 +00:00
adamdunkels cab149cad0 Moved all rime channel definitions to the shell-rime.h file 2008-08-15 18:58:42 +00:00
adamdunkels d0f8770263 Bugfix: dates are now correctly displayed. Capped humidity values at 100% 2008-08-15 18:47:13 +00:00
adamdunkels 46b824d80f Enable rime debug commands (broadcast, unicast) 2008-08-15 18:46:28 +00:00
adamdunkels 8c1a657782 Makefile for extracting, compiling, and packaging a Contiki release 2008-08-15 18:08:03 +00:00
nvt-se c36a0a33fc Improved the performance of the garbage collector and the algorithm for
finding contiguous pages.

Adjusted the file header and added a validity indicator.

Removed some redundant code and fixes minor issues in the text.
2008-08-15 12:34:56 +00:00
nvt-se deefb97c16 Changed clock value so it is a power of two. 2008-08-14 11:11:34 +00:00
matsutsuka 6c9291f38b Removed dependency of Cygwin from hexameter. 2008-07-20 07:44:39 +00:00
oliverschmidt f822ac9797 Added clock_seconds() implementation. 2008-07-12 14:44:37 +00:00
nvt-se 2b68f88e77 moved platform independent definitions 2008-07-11 21:39:26 +00:00
nvt-se e757cae8ea removed obsolete definition 2008-07-11 21:36:45 +00:00
nvt-se e8a85b3726 moved platform independent code to the right place 2008-07-11 21:35:10 +00:00
nifi 9952ee8f26 Ported Coffee to the ESB platform 2008-07-11 15:27:57 +00:00
adamdunkels 5991bc0d67 Milliseconds -> seconds 2008-07-10 20:05:09 +00:00
adamdunkels b18b84bb0e Added clock_seconds implementation to minimal-net port 2008-07-10 17:10:39 +00:00
adamdunkels 4875d5926d Added CCIF to make clock_seconds() function name visible for win32 2008-07-10 17:09:32 +00:00
adamdunkels a8f2e8ca48 Added clock_seconds implementation to win32 port 2008-07-10 17:08:54 +00:00
adamdunkels ec0de7b82e Removed serial-shell.h (now a separate app) 2008-07-10 16:56:27 +00:00
nifi c4b197a2a4 added option to program Sky nodes from the Java interface 2008-07-10 14:52:59 +00:00
nifi e75579623a setup library for tools 2008-07-10 00:23:30 +00:00
nifi 09197c7ad0 moved range configuration to initialization 2008-07-10 00:19:20 +00:00
nifi 4c9d4b0b99 Cygwin library for running cygwin-based tools 2008-07-10 00:15:41 +00:00
nifi 5c37342e14 bug fix 2008-07-09 23:33:33 +00:00
nifi 0fa1ae0fce Java interface using the shell to collect and visualize sensor values from Sky nodes 2008-07-09 23:18:05 +00:00
adamdunkels 5da504dcc7 Fixed example names 2008-07-09 23:08:36 +00:00
adamdunkels 3cef1046c9 2.1 -> 2.2 2008-07-09 23:04:43 +00:00
adamdunkels 8835868590 Moved to core/net/rime long ago... 2008-07-09 22:14:34 +00:00
nifi 34b37335c9 updated to latest version of mspsim 2008-07-09 22:08:32 +00:00
nifi 551056f263 updated for the latest CC2420 api 2008-07-09 21:49:20 +00:00
adamdunkels 1879b4b346 Fixed erroneous character 2008-07-09 21:46:31 +00:00
adamdunkels 6bfe18bce1 Changed startup message 2008-07-09 20:58:25 +00:00
adamdunkels d89256c272 Changed from shell app to serial-shell app 2008-07-09 20:57:58 +00:00
adamdunkels 4fe5b37d87 Added debugging statements 2008-07-09 20:56:25 +00:00
adamdunkels 304a4cfa0b Broke out serial-shell from the shell app into its own app. Project can use the serial-shell to get a shell running over the serial line, just like a project can use the telnetd to get a shell running over Telnet/TCP/IP. 2008-07-09 20:53:30 +00:00
nifi 0d87322a18 minor documentation update and removed unused function prototypes 2008-07-09 20:45:06 +00:00
adamdunkels 329cea44d7 Replaced the sky-shell with the new sky-shell-collect and removed sky-shell-collect 2008-07-09 20:39:27 +00:00