X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=release-notes.txt;h=845cb3947321b4a7e41f2d3c2443d1e3e6e23f88;hb=4d45ea217f4679225c45fdf1196afd0c8f8d27c7;hp=2dd8c277cc47a2caa92444b7be5b0fc03d44aeae;hpb=78af1bfbe19d67dc181a49cac664a3b03871f15b;p=tinyos-2.x.git diff --git a/release-notes.txt b/release-notes.txt index 2dd8c277..845cb394 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -1,5 +1,35 @@ These release notes are as of: $Date$ +Current: + Refactored AM layer to better support 6lowpan + Added support for shimmer2 platform + Improved MSP430 sleep code to default to LPM4 + Added platform-indepdent TOS_SLEEP_NONE for McuPowerOverride + Improved TOSSIM PRR curve to prevent very low SNR packets + Fixed TOSSIM bug where nodes could receive while transmitting + Fixed TOSSIM ack bug for nodes that change their AM id at runtime + Improved Queue performance by changing % to inequality test + +2.1: + Added support for iris platform + Added support for shimmer platform + Added 4-bit link estimator to CTP in lib/net/4bitle + Added DIP dissemination protocol in lib/net/dip + Added FTSP time synchronization service in lib/ftsp + Added TOSThreads library in lib/tosthreads + Added SafeTinyOS support with 'safe' make option + Added support for 802.15.4 T-Frames through 'tframe' make option + Added TKN15.4, a platform-independent 802.15.4-2006 MAC implementation + Added low-power application tutorial + Added printf tutorial + Added TEPs + Changed 802.15.4 stacks to use I-Frames by default (TEP 125) + 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 + Changed printf implementation to no longer require explicit wiring of PrintfC component + 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)