diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-21 17:10:15 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-09-21 17:10:15 +0000 |
commit | ae42ff1857ee56d67feca50d379c5f4b66d7fe69 (patch) | |
tree | ceeb4e3289274bcf92fd4f891c0b3fb1a3894a35 /test/test.dox | |
parent | 95713cae20050dd58b41f52edead1b05c1c982a2 (diff) | |
download | ChibiOS-ae42ff1857ee56d67feca50d379c5f4b66d7fe69.tar.gz ChibiOS-ae42ff1857ee56d67feca50d379c5f4b66d7fe69.tar.bz2 ChibiOS-ae42ff1857ee56d67feca50d379c5f4b66d7fe69.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3377 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'test/test.dox')
-rw-r--r-- | test/test.dox | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test.dox b/test/test.dox index 296e2145e..ab937f9a2 100644 --- a/test/test.dox +++ b/test/test.dox @@ -52,9 +52,9 @@ * the tests. Speed and size benchmarks for all the supported architectures
* are performed, both size and speed regressions are <b>monitored</b>.
* - <b>HAL</b>. The HAL high level code and device drivers implementations
- * are tested by use in the various demos and/or by users.
+ * are tested through specific test applications under ./testhal.
* - <b>Various</b>. The miscellaneous code is tested by use in the various
- * demos and/or by users.
+ * demos.
* - <b>External Code</b>. Not tested, external libraries or components are
* used as-is or with minor patching where required, problems are usually
* reported upstream.
@@ -65,7 +65,7 @@ * subsystems and can report a failure/success status and/or a performance
* index as the test suite output.<br>
* The test suite is usually activated in the demo applications by pressing a
- * button on the target board, see the readme into the various demos
+ * button on the target board, see the readme file into the various demos
* directories. The test suite output is usually sent through a serial port
* and can be examined by using a terminal emulator program.
*
|