X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=README;h=11e207bf4aace502c7453d59eb6d98b2dcb7d312;hb=9250b166f2d62d6e38bca6cea5c6210266a12128;hp=348b71b0eefa394126faacdafdf9d9db28e63fc8;hpb=719d2ac17bd8b52f5f62c57efe8fa5264f9e4621;p=bertos.git diff --git a/README b/README index 348b71b0..11e207bf 100755 --- a/README +++ b/README @@ -34,9 +34,9 @@ dependant on others to avoid code duplication, but most of the times you can configure out features you don't need. -\section redist Directory Structure +\section structure Directory Structure -Most DevLib modules are sorted in subdirectories by their category: +The modules are sorted in subdirectories by their category: - kern/ - Simple multitasking kernel implementation; - drv/ - Hardware drivers; @@ -48,12 +48,12 @@ The top-level directory contains a few support headers that are meant to be usable by any C or C++, embedded or hosted application. The top-level directory also contains a few example templates for files that are meant to be customized on a per-application basis. These -files are \f hw.h, \f config.h, \f verstah.h and \f arch_config.h. +files are hw.h, config.h, verstag.h and arch_config.h. -To achieve the highest possible reusability, all devlib components DevLib -are designed to have minimal inter-module and external dependencies. -Most non-essential features can be configured out for applications -with small memory footprint requirements. +To achieve the highest possible reusability, most DevLib components +are designed for fine-grained modularity and minimal external +dependencies. Most non-essential features can be configured out for +applications with small memory footprint requirements. \section redist Redistribution