aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-07-09 12:52:28 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2015-07-09 12:52:28 +0000
commit893a54f29908a557a6352ada68af830dff59a820 (patch)
treed14a2e2d55fbbb407eceb785debb94b52b731983
parentd1b9efa5a2d5211f73a96f806fa39663bb7160c5 (diff)
downloadChibiOS-893a54f29908a557a6352ada68af830dff59a820.tar.gz
ChibiOS-893a54f29908a557a6352ada68af830dff59a820.tar.bz2
ChibiOS-893a54f29908a557a6352ada68af830dff59a820.zip
text formatting in readme
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8074 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.txt b/readme.txt
index d3766d795..234e7e96a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -59,12 +59,12 @@
| | +--templates/ - RT port template files.
| +--various/ - Various portable support files.
+--test/ - Kernel test suite source code.
- | +--lib\ - Portable test engine.
- | +--hal\ - HAL test suites.
+ | +--lib/ - Portable test engine.
+ | +--hal/ - HAL test suites.
| | +--testbuild/ - HAL uild test and MISRA check.
- | +--nil\ - NIL test suites.
+ | +--nil/ - NIL test suites.
| | +--testbuild/ - NIL nuild test and MISRA check.
- | +--rt\ - RT test suites.
+ | +--rt/ - RT test suites.
| | +--testbuild/ - RT build test and MISRA check.
| | +--coverage/ - RT code coverage project.
+--testhal/ - HAL integration test demos.