aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-25 18:48:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-25 18:48:13 +0000
commit61922d458b3032cca129b795c430eee089864a43 (patch)
treea90de6bab2995213bfcbef1e3daec181fa2ddcb2 /readme.txt
parent63b9ef1051977ed1272df94915a2fd3fa4318aa0 (diff)
downloadChibiOS-61922d458b3032cca129b795c430eee089864a43.tar.gz
ChibiOS-61922d458b3032cca129b795c430eee089864a43.tar.bz2
ChibiOS-61922d458b3032cca129b795c430eee089864a43.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2291 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 7e78619ac..feafabf38 100644
--- a/readme.txt
+++ b/readme.txt
@@ -11,11 +11,12 @@
+--boards/ - Board support files.
+--demos/ - Demo projects.
+--docs/ - Documentation.
- | +--html/ - HTML documentation.
+ | +--html/ - Local HTML documentation (after rebuild).
| +--reports/ - Test reports.
| +--src/ - Documentation source files (required for rebuild).
| +--rsc/ - Documentation resource files (required for rebuild).
- | +--index.html - Documentation access.
+ | +--Doxyfile - Doxygen project file (required for rebuild).
+ | +--index.html - Local documentation access (after rebuild).
+--ext/ - External libraries, not part of ChibiOS/RT.
+--os/ - ChibiOS/RT files.
| +--hal/ - Hardware Abstraction Layer.
@@ -176,6 +177,11 @@
****** this version in your project. ******
- CHANGE: Extensive documentation improvements, fixed terminology in the
events related documentation and articles.
+- CHANGE: The documentation is no more included in the distribution, the
+ file ./documentation.html redirects to the online documentation page
+ that contains *much* better documents.
+ Note that it is still possible to generate the local documentation using
+ Doxygen, the procedure is very simple and described in ./docs/readme.txt.
*** 2.1.1 ***
- FIX: Fixed insufficient stack size for idle thread (bug 3033624)(backported