X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=doc%2Ftxt%2Ftep3.txt;h=6a3d0cc69e37fe041d255e0fd333ba3d170656a5;hp=818aa36cdb14ed4bc21a7e0b91347de24628b573;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/doc/txt/tep3.txt b/doc/txt/tep3.txt index 818aa36c..6a3d0cc6 100644 --- a/doc/txt/tep3.txt +++ b/doc/txt/tep3.txt @@ -101,7 +101,7 @@ Directory structure chip-independent. - `tos/chips/`. Contains code specific to particular chips and to chips on particular platforms. - - `tos/libs/`. Contains interfaces and components which extend the + - `tos/lib/`. Contains interfaces and components which extend the usefulness of TinyOS but which are not viewed as essential to its operation. Libraries will likely contain subdirectories. - `apps/`, `apps/demos`, `apps/tests`, `apps/tutorials`. Contain @@ -110,7 +110,7 @@ Directory structure - It is not necessary that packages other than the core break up their components and their interfaces. The core should allow overrides of components fairly easily however. - - Each directory should have a README describing its purpose. + - Each directory should have a README.txt describing its purpose. Language Conventions