diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-08 08:02:07 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-07-08 08:02:07 +0000 |
commit | 94251b69f4ebabb4c9c33b60270e1f140ca06f66 (patch) | |
tree | 01b8f37216c969b5c50889539695fc29cd7a384a /tools | |
parent | f8211377ce31fe1e327fcb0606c659f9df0ae513 (diff) | |
download | ChibiOS-94251b69f4ebabb4c9c33b60270e1f140ca06f66.tar.gz ChibiOS-94251b69f4ebabb4c9c33b60270e1f140ca06f66.tar.bz2 ChibiOS-94251b69f4ebabb4c9c33b60270e1f140ca06f66.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4429 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gencfg/readme.txt | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/tools/gencfg/readme.txt b/tools/gencfg/readme.txt index ffd318f25..5b2b58ba4 100644 --- a/tools/gencfg/readme.txt +++ b/tools/gencfg/readme.txt @@ -1 +1,14 @@ -Write requirements and setup documentation here.
\ No newline at end of file +*****************************************************************************
+*** Files Organization ***
+*****************************************************************************
+
+--{root} - Configuration Generator tool.
+ +--readme.txt - This file.
+ +--config.fmpp - Tool configuration file, tool setup is done here.
+ +--run.bat - Tool runner batch file.
+ +--lib/ - FTL library files.
+ +--processors/ - Various configuration generators.
+ +--schema/ - Schema files used to validate XML configurations.
+ +--xml/ - Templates of configuration files.
+
+Write requirements and setup documentation here.
|