]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
Update for 2.0.1.
authorscipio <scipio>
Thu, 19 Apr 2007 06:25:21 +0000 (06:25 +0000)
committerscipio <scipio>
Thu, 19 Apr 2007 06:25:21 +0000 (06:25 +0000)
README
release-notes.txt [new file with mode: 0644]

diff --git a/README b/README
index 03dbb4bc7df6c491f6bc44995e98d17f39d37235..6982aefaded549fe8f90f6059a3a427b35cfbb71 100644 (file)
--- a/README
+++ b/README
@@ -15,7 +15,8 @@ doc: Documentation
   index.html: Index file to all documentation
   txt: Text files (TEPs)
   html: HTML files (TEPs, installation)
-  html/tutorial: Tutorials
+    tutorial: Tutorials
+  pdf: PDFs of larger documents, such as the TinyOS Programming Manual
 
 support: Non-nesC code for using TinyOS nodes
   make: TinyOS make system
@@ -36,11 +37,21 @@ tos: TinyOS source code (nesC, C)
   chips: Chip-specific code
   interfaces: Core system interfaces
   lib: Extensions and larger common subsystems
+    byte_radio: General radio stack for byte-level radios
+    net: Network (multihop protocols)
+      ctp: Collection tree protocol
+      le: Link estimator
+      lqi: LQI-based collection for CC2420 platforms
+    power: Power management component library
+    printf: Printing small text messages to serial port
+    serial: Serial communication
+    timer: Timer component library
+    tossim: TOSSIM simulator
   platforms: Platform-specific code
   sensorboards: Sensorboard drivers
   system: Core system components
   types: Core system data types (header files)
 
-You can find documentation for the 2.0.0 release online at:
+You can find documentation for the 2.0.1 release online at:
 http://www.tinyos.net/tinyos-2.x/doc/
 
diff --git a/release-notes.txt b/release-notes.txt
new file mode 100644 (file)
index 0000000..83c6667
--- /dev/null
@@ -0,0 +1,19 @@
+These release notes are as of: $Date$
+
+2.0.1:
+  Added low-power cc2420 stack as default on relevant platforms
+  Added lib/printf (simple serial messages)
+  Added lib/net/lqi (LQI-based collection layer for CC2420 plat forms)
+  Added sensorboards/mts300 (mica sensor board)
+  Added noise modeling to TOSSIM (captures temporal correlation)
+  Added TEPs
+  Added tutorials
+  Fixed lockup bug in atmega128 SPI stack (0-length writes)
+  Fixed lockup bug in atmega128 I2C stack (power management)
+  Fixed cancellation bug in active message layers (no sendDone)
+  Fixed errors in tutorial text
+  Fixed interface errors in dissemination
+  Numerous optimizations and performance improvements
+
+
+