aboutsummaryrefslogtreecommitdiffstats
path: root/doc/rt/src
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-08 18:01:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-12-08 18:01:38 +0000
commit787956f72ea99e5cbac58964d02f78d4212aaaf9 (patch)
tree032f7f795c7ac3f25186a3e3d55ffe125bef83e3 /doc/rt/src
parenta6e69a827cb0eddd569df4670f32a93159be3c35 (diff)
downloadChibiOS-787956f72ea99e5cbac58964d02f78d4212aaaf9.tar.gz
ChibiOS-787956f72ea99e5cbac58964d02f78d4212aaaf9.tar.bz2
ChibiOS-787956f72ea99e5cbac58964d02f78d4212aaaf9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7564 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'doc/rt/src')
-rw-r--r--doc/rt/src/main.dox3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/rt/src/main.dox b/doc/rt/src/main.dox
index 357a45e81..e99d55db8 100644
--- a/doc/rt/src/main.dox
+++ b/doc/rt/src/main.dox
@@ -55,8 +55,7 @@
* speed optimizations on. The size can shrink under 2KiB by disabling the
* the unused subsystems and optimizing for size.
* - Almost totally written in C with little ASM code required for ports.
- * - Optional Hardware Abstraction Layer (HAL) with support for many device
- * driver models and device driver implementations.
+ * - Compatible with ChibiOS/HAL.
* .
* <h2>Related pages</h2>
* - @subpage concepts