aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-05 09:04:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-05 09:04:32 +0000
commit932029287de2451ce2710fc6089b3c6598792a97 (patch)
tree339877185a17a6f32109a4fcd8bde8f117e368ae /readme.txt
parenta5e7aeaddd26f2f585f7de76e4bcb3cad43d2b0b (diff)
downloadChibiOS-932029287de2451ce2710fc6089b3c6598792a97.tar.gz
ChibiOS-932029287de2451ce2710fc6089b3c6598792a97.tar.bz2
ChibiOS-932029287de2451ce2710fc6089b3c6598792a97.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3923 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/readme.txt b/readme.txt
index 2e057664c..eccfa8b92 100644
--- a/readme.txt
+++ b/readme.txt
@@ -65,11 +65,12 @@
+--test/ - Kernel test suite source code.
| +--coverage/ - Code coverage project.
+--testhal/ - HAL integration test demos.
- | +--LPC11xx/ - LPC11xx HAL test demos.
- | +--LPC13xx/ - LPC13xx HAL test demos.
- | +--STM32F1xx/ - STM32F1xx HAL test demos.
- | +--STM32L1xx/ - STM32L1xx HAL test demos.
- | +--STM8S/ - STM8S HAL test demos.
+ | +--LPC11xx/ - LPC11xx HAL demos.
+ | +--LPC13xx/ - LPC11xx HAL demos.
+ | +--STM32F1xx/ - STM32F1xx HAL demos.
+ | +--STM32F4xx/ - STM32F4xx HAL demos (valid for STM32F2xx too).
+ | +--STM32L1xx/ - STM32L!xx HAL demos.
+ | +--STM8S/ - STM8S HAL demos.
+--tools - Various tools.
+--eclipse - Eclipse enhancements.