X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=release-notes.txt;h=f9f5604a3bcb59e7c661a0e8d693bf33ab2161d2;hb=9720fb8250cecf3f696a9c844c1d37b594ce050a;hp=45c48101f4060b0bbe38917ae3ef1fb3a6535e1e;hpb=d3567fc75ee367e47a4cfd454f7aac918b57db2a;p=tinyos-2.x.git diff --git a/release-notes.txt b/release-notes.txt index 45c48101..f9f5604a 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -1,5 +1,26 @@ These release notes are as of: $Date$ +Upcoming: + Added 4-bit link estimator + Added low-power application tutorial + Added printf 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 + 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) + 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)