aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-06 13:25:44 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-06 13:25:44 +0000
commitc6a35e2186b66ef014f9a0f456d30b564d02e0fe (patch)
tree59f9e0296d8241c46f8c8fa1f4b2357e31cdd633 /readme.txt
parent45272fbc6e762212d19adb9bb910d24b2e4d105e (diff)
downloadChibiOS-c6a35e2186b66ef014f9a0f456d30b564d02e0fe.tar.gz
ChibiOS-c6a35e2186b66ef014f9a0f456d30b564d02e0fe.tar.bz2
ChibiOS-c6a35e2186b66ef014f9a0f456d30b564d02e0fe.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1508 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt49
1 files changed, 49 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index a971b955f..f2a35cabe 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,53 @@
*****************************************************************************
+*** Files Organization ***
+*****************************************************************************
+
+--{root} - ChibiOS/RT directory.
+ +--readme.txt - This file.
+ +--todo.txt - Current plan (development/unstable versions only).
+ +--license.txt - GPL license text.
+ +--exception.txt - GPL exception text (stable releases only).
+ +--boards/ - Board support files.
+ +--demos/ - Demo projects.
+ +--docs/ - Documentation.
+ | +--html/ - HTML documentation.
+ | +--reports/ - Test reports.
+ | +--src/ - Documentation source files (required for rebuild).
+ | +--rsc/ - Documentation resource files (required for rebuild).
+ | +--index.html - Documentation access.
+ +--ext/ - External libraries, not part of ChibiOS/RT.
+ +--os/ - ChibiOS/RT files.
+ | +--hal/ - Hardware Abstraction Layer.
+ | | +--include/ - HAL high level headers.
+ | | +--src/ - HAL high level source.
+ | | +--platforms/ - HAL low level drivers implementations.
+ | | | +--AT91SAM7/ - Drivers for AT91SAM7 platform.
+ | | | +--AVR/ - Drivers for AVR platform.
+ | | | +--LPC214x/ - Drivers for LPC214x platform.
+ | | | +--MSP430/ - Drivers for MSP430 platform.
+ | | | +--STM32/ - Drivers for STM32 platform.
+ | | | +--Linux/ - Drivers for x86 Linux simulator platform.
+ | | | +--LPC214x/ - Drivers for x86 Win32 simulator platform.
+ | | +--templates/ - Driver template files.
+ | | +--meta/ - Driver meta templates.
+ | +--ports/ - Port files for the various architectures.
+ | | +--GCC/ - Ports for the GCC compiler.
+ | | +--ARM/ - Port files for generic ARM architecture.
+ | | +--ARM7/ - Port files for ARM7 architecture.
+ | | +--ARMCM3/ - Port files for ARMCM3 architecture.
+ | | +--AVR/ - Port files for AVR architecture.
+ | | +--MSP430/ - Port files for MSP430 architecture.
+ | | +--SIMIA32/ - Port files for SIMIA32 simulator architecture.
+ | +--kernel/ - Kernel portable files.
+ | | +--include/ - Kernel headers.
+ | | +--src/ - Kernel source.
+ | | +--templates/ - Kernel port template files.
+ | +--various/ - Various portable support files.
+ +--test/ - Kernel test suite source code.
+ | +--coverage/ - Code coverage project.
+ +--testhal/ - HAL integration test demos.
+
+*****************************************************************************
*** Releases ***
*****************************************************************************