From: scipio Date: Thu, 19 Apr 2007 06:25:21 +0000 (+0000) Subject: Update for 2.0.1. X-Git-Tag: tinyos/2.0.1~30 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=e04a14492895e160018f1b1c7a78a88e2b1bdf97 Update for 2.0.1. --- diff --git a/README b/README index 03dbb4bc..6982aefa 100644 --- 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 index 00000000..83c66679 --- /dev/null +++ b/release-notes.txt @@ -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 + + +