]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - release-notes.txt
- double check whether something is on the channel in RX (instead of only once)
[tinyos-2.x.git] / release-notes.txt
index 83c666793c2349996c70d28bc078fb59b12fa2ff..9c860ed416119d37b8aa605eba74a89a910adb13 100644 (file)
@@ -1,19 +1,43 @@
 These release notes are as of: $Date$
 
 These release notes are as of: $Date$
 
+Upcoming:
+  Added 4-bit link estimator
+  Added low-power application tutorial
+  Changed Packet interface to better support type checking
+  Changed Receive interface to support fan-in
+  Changed atm128 I2C bus to obey same addressing as MSP430
+  Fixed memory leak in CTP on duplicate suppression
+
+2.0.2:
+  Added reimplementation of low-power CC2420 stack to support AUTOACK and SACK
+  Added Deluge and related tools (support for micaZ and telosb only)
+  Added TEPs
+  Added 64-bit support for Java support code
+  Fixed oscillator calibration bug in MSP430 USART
+  Fixed clear channel detection bug in TOSSIM
+  Fixed errors in tutorial text
+  Fixed deadlock in C-based serial forwarder
+  Fixed bugs in at45db and stm25p storage stacks
+
 2.0.1:
   Added low-power cc2420 stack as default on relevant platforms
   Added lib/printf (simple serial messages)
 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 lib/net/lqi (LQI-based collection layer for CC2420 platforms)
   Added sensorboards/mts300 (mica sensor board)
   Added noise modeling to TOSSIM (captures temporal correlation)
   Added TEPs
   Added tutorials
   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)
+  Changes to Resource management interfaces and components
+  Change to atmega128 ADC: output is no longer left-justified
   Fixed cancellation bug in active message layers (no sendDone)
   Fixed errors in tutorial text
   Fixed interface errors in dissemination
   Fixed cancellation bug in active message layers (no sendDone)
   Fixed errors in tutorial text
   Fixed interface errors in dissemination
+  Fixed lockup bug in atmega128 streaming reads
+  Fixed lockup bug in atmega128 SPI stack (0-length writes)
+  Fixed lockup bug in atmega128 I2C stack (power management)
+  Fixed memory access bugs in serial stack and AM queue (from John Regehr)
+  Fixed TMote sleep power consumption for newest RHoS nodes
+  New atmega128 timer stack fixes mica-family timer problems
   Numerous optimizations and performance improvements
   Numerous optimizations and performance improvements
-
-
+  Numerous additional bug fixes