This application is no longer useful: Blink suffices.
[wizzardx.tinyos2.x.git] / release-notes.txt
blob2dd8c277cc47a2caa92444b7be5b0fc03d44aeae
1 These release notes are as of: $Date$
3 2.0.2:
4   Added reimplementation of low-power CC2420 stack to support AUTOACK and SACK
5   Added Deluge and related tools (support for micaZ and telosb only)
6   Added TEPs
7   Added 64-bit support for Java support code
8   Fixed oscillator calibration bug in MSP430 USART
9   Fixed clear channel detection bug in TOSSIM
10   Fixed errors in tutorial text
11   Fixed deadlock in C-based serial forwarder
12   Fixed bugs in at45db and stm25p storage stacks
14 2.0.1:
15   Added low-power cc2420 stack as default on relevant platforms
16   Added lib/printf (simple serial messages)
17   Added lib/net/lqi (LQI-based collection layer for CC2420 platforms)
18   Added sensorboards/mts300 (mica sensor board)
19   Added noise modeling to TOSSIM (captures temporal correlation)
20   Added TEPs
21   Added tutorials
22   Changes to Resource management interfaces and components
23   Change to atmega128 ADC: output is no longer left-justified
24   Fixed cancellation bug in active message layers (no sendDone)
25   Fixed errors in tutorial text
26   Fixed interface errors in dissemination
27   Fixed lockup bug in atmega128 streaming reads
28   Fixed lockup bug in atmega128 SPI stack (0-length writes)
29   Fixed lockup bug in atmega128 I2C stack (power management)
30   Fixed memory access bugs in serial stack and AM queue (from John Regehr)
31   Fixed TMote sleep power consumption for newest RHoS nodes
32   New atmega128 timer stack fixes mica-family timer problems
33   Numerous optimizations and performance improvements
34   Numerous additional bug fixes