X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=README;h=da5dc88b9f7117bd68fe360696decdc127935d18;hb=f78e7b82ce293dabb9695e3656c244b955fbb9d2;hp=8a2d01517580135b9a89c97e0da3f861939c663f;hpb=20dd688cb9651494cfa2fe4e3026930c23f07dfe;p=bertos.git diff --git a/README b/README index 8a2d0151..da5dc88b 100755 --- a/README +++ b/README @@ -34,7 +34,7 @@ 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 Modules are sorted in subdirectories by their category: @@ -48,7 +48,7 @@ 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, verstah.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.