osd-contiki/core
2008-01-23 15:18:06 +00:00
..
cfs Added missing filesize field 2008-01-09 08:12:52 +00:00
ctk Did more aggressive fullscreen ctk codesize optimization. Now ctk draw implementations need adjustment as the struct window member x and y are gone. Another potential optimization would be to remove clipping... 2007-12-20 20:45:06 +00:00
dev Changed default transmission behaviour to be to send without checking for channel activity first (in anticipation of radio API change that adds a CCA function to the radio API). General code cleanup. Added optional timetable profiling. Added simple_cc2420_get_channel() function, changed simple_cc2420_set_chan_pan to simple_cc2420_set_pan since we now have a dedicated simple_cc2420_set_channel 2008-01-23 14:57:19 +00:00
lib Added ENEGEST_SECOND 2008-01-21 12:36:17 +00:00
loader Fixed compiler warnings 2007-11-17 10:46:25 +00:00
net Added a function for converting a timesynchronized time to a local (rtimer) time 2008-01-23 15:07:05 +00:00
sys Rewrote the process code so that initialization events are posted synchronously instead of asynchronously, so that we don't have to explicitly wait for processes to be initialized. This also reduces the size of the event queue by half on the Tmote Sky platform since the queue was maximized during system bootup. This change also prompted an update of the process invokation code to ensure that a process is not invoked again when processing an event. General cleanup of the code also. 2008-01-23 15:18:06 +00:00
contiki-lib.h Import of the contiki-2.x development code from the SICS internal CVS server 2006-06-17 22:41:10 +00:00
contiki-net.h Removed reference to logically empty file. 2007-11-18 01:19:31 +00:00
contiki-version.h Bumped version number to 2.1 2007-11-28 23:04:55 +00:00
contiki.h Finally moved service.[c|h] into backyard. The "only" user left in outside backyard is the CTK on GTK simulation layer - which needs to be updated to build / run again... 2007-05-26 23:23:28 +00:00