From 94251b69f4ebabb4c9c33b60270e1f140ca06f66 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 8 Jul 2012 08:02:07 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4429 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- tools/gencfg/readme.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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.